diff options
author | David Robillard <d@drobilla.net> | 2012-04-24 01:36:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-24 01:36:19 +0000 |
commit | 461e11f5257c38350f54f40b1376591bcb5306e2 (patch) | |
tree | e65560e2309dadd207e7b0d84a441253f780ee76 /src/gui | |
parent | 54931cbf26c107a56cab8551802c1e5e3324310a (diff) | |
download | ingen-461e11f5257c38350f54f40b1376591bcb5306e2.tar.gz ingen-461e11f5257c38350f54f40b1376591bcb5306e2.tar.bz2 ingen-461e11f5257c38350f54f40b1376591bcb5306e2.zip |
Update copyright stuff in about dialog.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4259 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/ingen_gui.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/ingen_gui.ui b/src/gui/ingen_gui.ui index 74f09bf8..2115a2b5 100644 --- a/src/gui/ingen_gui.ui +++ b/src/gui/ingen_gui.ui @@ -7,11 +7,11 @@ <property name="type_hint">normal</property> <property name="program_name">Ingen</property> <property name="version">@INGEN_VERSION@</property> - <property name="copyright" translatable="yes">Copyright 2005-2011 David Robillard <http://drobilla.net></property> + <property name="copyright" translatable="yes">Copyright 2005-2012 David Robillard <http://drobilla.net></property> <property name="website">http://drobilla.net/software/ingen</property> - <property name="license" translatable="yes">Licensed under the GNU GPL, Version 2. + <property name="license" translatable="yes">Licensed under the GNU Affero GPL, Version 3 or later. -See COPYING file included with this distribution, or http://www.gnu.org/licenses/gpl.txt for more information</property> +See COPYING file included with this distribution, or http://www.gnu.org/licenses/agpl.txt for more information</property> <property name="authors">Author: David Robillard <d@drobilla.net> |