mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2025-02-01 09:52:12 +00:00
Update license
This commit is contained in:
parent
b3a0b163ea
commit
54602a0cf4
4
LICENSE
4
LICENSE
@ -634,7 +634,7 @@ the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
JD-GUI, a standalone graphical utility that displays Java sources from
|
||||
CLASS files
|
||||
Copyright (C) 2008-2015 Emmanuel Dupuy
|
||||
Copyright (C) 2008-2019 Emmanuel Dupuy
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -654,7 +654,7 @@ Also add information on how to contact you by electronic and paper mail.
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
JD-GUI Copyright (C) 2008-2015 Emmanuel Dupuy
|
||||
JD-GUI Copyright (C) 2008-2019 Emmanuel Dupuy
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
@ -293,7 +293,7 @@ dialog(
|
||||
hglue()
|
||||
}
|
||||
hbox {
|
||||
label(text: 'Copyright © 2008-2015 Emmanuel Dupuy')
|
||||
label(text: 'Copyright © 2008-2019 Emmanuel Dupuy')
|
||||
hglue()
|
||||
}
|
||||
}
|
||||
|
@ -5,16 +5,16 @@
|
||||
<key>CFBundleDevelopmentRegion</key> <string>English</string>
|
||||
<key>CFBundleExecutable</key> <string>universalJavaApplicationStub.sh</string>
|
||||
<key>CFBundleName</key> <string>JD-GUI</string>
|
||||
<key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008-2015 Emmanuel Dupuy</string>
|
||||
<key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008-2019 Emmanuel Dupuy</string>
|
||||
<key>CFBundleIconFile</key> <string>jd-gui.icns</string>
|
||||
<key>CFBundleIdentifier</key> <string>jd.jd-gui</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
|
||||
<key>CFBundlePackageType</key> <string>APPL</string>
|
||||
<key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008-2015 Emmanuel Dupuy</string>
|
||||
<key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008-2019 Emmanuel Dupuy</string>
|
||||
<key>CFBundleShortVersionString</key> <string>${VERSION}</string>
|
||||
<key>CSResourcesFileMapped</key> <true/>
|
||||
<key>LSRequiresCarbon</key> <true/>
|
||||
<key>NSHumanReadableCopyright</key> <string>Copyright 2008-2015 Emmanuel Dupuy</string>
|
||||
<key>NSHumanReadableCopyright</key> <string>Copyright 2008-2019 Emmanuel Dupuy</string>
|
||||
<key>NSPrincipalClass</key> <string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key> <true/>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user