Update license

This commit is contained in:
emmanue1 2019-03-09 19:31:11 +01:00
parent b3a0b163ea
commit 54602a0cf4
3 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -293,7 +293,7 @@ dialog(
hglue()
}
hbox {
label(text: 'Copyright © 2008-2015 Emmanuel Dupuy')
label(text: 'Copyright © 2008-2019 Emmanuel Dupuy')
hglue()
}
}

View File

@ -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>