diff options
author | David Robillard <d@drobilla.net> | 2020-11-27 17:58:06 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-27 21:42:52 +0100 |
commit | 72c86edaecea3d80f5e46c0124db16a020a4343e (patch) | |
tree | 1f0ff8134c7b7fc3df5dbd997bfb27c6068e169f | |
parent | 671f6e378274e0c4842dd2cc23d47efb17978181 (diff) | |
download | patchage-72c86edaecea3d80f5e46c0124db16a020a4343e.tar.gz patchage-72c86edaecea3d80f5e46c0124db16a020a4343e.tar.bz2 patchage-72c86edaecea3d80f5e46c0124db16a020a4343e.zip |
Update copyright date in GUI
-rw-r--r-- | osx/Info.plist.in | 2 | ||||
-rw-r--r-- | src/patchage.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in index 0d8714b..522b125 100644 --- a/osx/Info.plist.in +++ b/osx/Info.plist.in @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>patchage</string> <key>CFBundleGetInfoString</key> - <string>@PATCHAGE_VERSION@, Copyright © 2014 David Robillard</string> + <string>@PATCHAGE_VERSION@, Copyright © 2020 David Robillard</string> <key>CFBundleIconFile</key> <string>Patchage</string> <key>CFBundleIconFile</key> diff --git a/src/patchage.ui b/src/patchage.ui index 355d4dd..b03999e 100644 --- a/src/patchage.ui +++ b/src/patchage.ui @@ -556,7 +556,7 @@ The bar represents the percentage of available time used for audio processing (i <property name="transient_for">main_win</property> <property name="program_name">Patchage</property> <property name="version">@PATCHAGE_VERSION@</property> - <property name="copyright" translatable="yes">© 2005-2017 David Robillard + <property name="copyright" translatable="yes">© 2005-2020 David Robillard © 2008 Nedko Arnaudov</property> <property name="comments" translatable="yes">A JACK and ALSA front-end.</property> <property name="website">http://drobilla.net/software/patchage</property> |