Skip to content

Commit

Permalink
Update copyright notices for 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed Jan 20, 2017
1 parent da724a2 commit 32b6da7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ provides lots of useful features such as:

## License

Copyright (c) 2004-2016 Tobias Doerffel / iTALC Solutions.
Copyright (c) 2004-2017 Tobias Doerffel / iTALC Solutions.

See the file COPYING for the GNU GENERAL PUBLIC LICENSE.

Expand Down
2 changes: 1 addition & 1 deletion iTALC.nsi.in
Expand Up @@ -11,7 +11,7 @@
!define COMP_NAME "iTALC Solutions Inc."
!define WEB_SITE "http://italc.sf.net"
!define VERSION "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@.@VERSION_BUILD@"
!define COPYRIGHT "© Tobias Doerffel 2004-2016"
!define COPYRIGHT "© Tobias Doerffel 2004-2017"
!define DESCRIPTION "Intelligent Teaching and Learning with Computers"
!define LICENSE_TXT "@CMAKE_SOURCE_DIR@/COPYING"
!define INSTALLER_NAME "italc-${VERSION}-@MINGW_PLATFORM@-setup.exe"
Expand Down
2 changes: 1 addition & 1 deletion ica/ica.rc.in
Expand Up @@ -26,7 +26,7 @@ BEGIN
VALUE "CompanyName", "iTALC Solutions\0"
VALUE "FileDescription", "iTALC Client Application\0"
VALUE "FileVersion", "@VERSION_STRING@\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2016 Tobias Doerffel\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2017 Tobias Doerffel\0"
VALUE "OriginalFilename", "ica.exe\0"
VALUE "ProductName", "iTALC\0"
VALUE "ProductVersion", "@VERSION_STRING@\0"
Expand Down
2 changes: 1 addition & 1 deletion ima/italc.rc.in
Expand Up @@ -17,7 +17,7 @@ BEGIN
VALUE "CompanyName", "iTALC Solutions\0"
VALUE "FileDescription", "iTALC Master Application\0"
VALUE "FileVersion", "@VERSION_STRING@\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2016 Tobias Doerffel\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2017 Tobias Doerffel\0"
VALUE "OriginalFilename", "italc.exe\0"
VALUE "ProductName", "iTALC\0"
VALUE "FileVersion", "@VERSION_STRING@\0"
Expand Down
2 changes: 1 addition & 1 deletion imc/imc.rc.in
Expand Up @@ -17,7 +17,7 @@ BEGIN
VALUE "CompanyName", "iTALC Solutions\0"
VALUE "FileDescription", "iTALC Management Console\0"
VALUE "FileVersion", "@VERSION_STRING@\0"
VALUE "LegalCopyright", "Copyright (c) 2010-2016 Tobias Doerffel\0"
VALUE "LegalCopyright", "Copyright (c) 2010-2017 Tobias Doerffel\0"
VALUE "OriginalFilename", "imc.exe\0"
VALUE "ProductName", "iTALC\0"
VALUE "FileVersion", "@VERSION_STRING@\0"
Expand Down

0 comments on commit 32b6da7

Please sign in to comment.