Skip to content

Commit

Permalink
Merge pull request #1 from Dog-Face-Development/willtheorangeguy-whit…
Browse files Browse the repository at this point in the history
…espace

Add whitespace to the bottom of all files and update to the latest version
  • Loading branch information
willtheorangeguy authored Oct 9, 2018
2 parents e67e6b0 + d2cc540 commit 10633b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions EULA.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
EULA (End User License Agreement)
=================================
By downloading ProgramVer or another application by Dog Face Development Co. (the Software), you agree to the EULA, it's Terms & Conditions, and it's Privacy Policy. This document is an agreement between Dog Face Development Co. (the Company) and you (the User).
By downloading ProgramVer or another application (the Software) by Dog Face Development Co. (the Company), you agree to the the Company's EULA, it's Terms & Conditions, and it's Privacy Policy. This document is an agreement between Dog Face Development Co. (the Company) and you (the User).
Source code can be found here (hosted on Github): https://github.com/Dog-Face-Development/ProgramVer

TERMS AND CONDITIONS:
These terms apply to any piece of software developed or produced by the Company.
This software (and its code) is released as open-source under the GNU General Public License Version 3.0; the Assets (GUI, Textures, Music, etc.) are released under the Creative Commons Attrubution 4.0 License (the Licenses). You must agree to the Licenses in order to use or download the software. You can view all of the Licenses under their respective names in the repository or on the Software's website.
The Companys are NOT responsible for any damage that is caused to you or your computer because of using the software. This software is still in BETA, so unknown things and bugs may occur. This software has NO warranty. We assume NO liability for damages. In no event shall the Companys be liable to you for any consequential, special, incidental or indirect damages of any kind arising out of the performance or use of the software, even if the Companys had been advised of the possibility of such damages. In no event will the Company's liability for any claim, whether in contract, tort or any other theory of liability, exceed the license fee paid by you, if any.
The Companys reserve ALL rights. The Software may be terminated, or discontinued at ANY time WITHOUT notice. NOT ALL features of the Software are avalible in all places and in all languages. Some features may require an Internet Connection.
Exact copies of the software are not permitted. Changing the name and then copying all the other files is also not permitted. If you change the code and then redistribute the game or use some of the games code you must include all of the Licenses (GNU General Public License 4.0, EULA (End User License Agreement), and the MIT License and the Creative Commons Attribution (if copying the assets) and this EULA with the game package.
The Companys are NOT associated with GitHub, except for the fact that they host their source code and websites there. GitHub has no influence over the source code of ProgramVer and is not responsible for it, nor will GitHub be held liable to any damadge caused to the User or the User's computer or device the code is running on.
This software (and its code) is released as open-source under the GNU General Public License Version 3.0; the Assets (GUI, Textures, Music, etc.) are released under the Creative Commons Attrubution 4.0 License (the Licenses). You must agree to the Licenses in order to use or download the software. You can view all of the Licenses under their respective names in the repository or on the Software's website.
The Company is NOT responsible for any damage that is caused to you or your computer because of using the software. This software may be still in a BETA stage, so unknown mishaps and bugs may occur. This Software has NO warranty, whatsoever in any way, shape or form. The Company assumes NO liability for any damages, whether to the User or to the User's computer, in physicall, mental or spiritual form. In no event shall the Company be liable to you for any consequential, special, incidental or indirect damages of any kind arising out of the performance or use of the software, even if the Company had/has been advised of the possibility of such damages. In no event will the Company's liability for any claim, whether in contract, tort or any other theory of liability, exceed the license fee paid by you, if any.
The Company reserves ALL rights. The Software may be terminated or discontinued at ANY time WITHOUT notice. NOT ALL features of the Software are avalible in all places and in all languages. Some features may require an Internet Connection.
Exact copies of the software are not permitted. Changing the name and then copying all the other files is also not permitted. If you change the code and then redistribute the game or use some of the games code you must include all of the Licenses (GNU General Public License 4.0, EULA (End User License Agreement), and the MIT License (if required) and the Creative Commons Attribution if copying the assets) and this EULA with the game package.
The Company is NOT associated with GitHub, except for the fact that they host their source code and websites there. GitHub has no influence over the source code of ProgramVer and is not responsible for it, nor will GitHub be held liable to any damadge caused to the User or the User's computer or device the code is running on.


PRIVACY POLICY:
Dog Face Development Co. (the Company) does not want anything to do with your personal information. ProgramVer has no tracking devices in the software. If you would like to make sure you can check out the source code on GitHub.
The Company is NOT responsible for any tracking of personal inforamation that is done by Python, or the Python Modules that we use.
Dog Face Development Co. (the Company) does not want anything to do with your personal information. ProgramVer has no tracking devices in the software. If you would like to make sure you can check out the source code on GitHub.
The Company is NOT responsible for any tracking of personal inforamation that is done by Python, GitHub or the Python Modules that we use.
To see full privacy policy (for now, until it gets added here), please visit: dogfacedev.io/legal/privacypolicy.htm
If you have any questions regarding privacy or the Privacy Policy please contact us via the contact form on our website.


(C) 2016 - 2018 Dog Face Development Co.
(C) 2016 - 2018 Dog Face Development Co.
2 changes: 1 addition & 1 deletion ProgramVer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def ProgramVer():
pythonimage = PhotoImage(file='pythonpoweredlengthgif.gif')
dfdlogo = Label(window, image = dfdimage)
pythonpowered = Label(window, image = pythonimage)
info = Label(window, text='ProgramVer \n Version: BETA 1.0.0 (Build 1080)') #change respectively
info = Label(window, text='ProgramVer \n Version: 1.8.0 (Build 1080)') #change respectively
trademarks = Label(window, text='Copyright (C) 2017 - 2018 Dog Face Development Co. All rights reserved in all countries. \n ProgramVer and its code, user interface and all other associated trademarks are protected \nby trademarks and copyright in Canada, the United States and other countries.') #change as needed
licenseblurb = Label(window, text="""\n ProgramVer - Version window for DFD Co.'s programs
Copyright (C) 2017-2018 Dog Face Development Company
Expand Down

0 comments on commit 10633b3

Please sign in to comment.