diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-10 14:38:27 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-10 14:38:27 +0200 |
commit | 16b3562689e850775ef1d3c4f203d717ac88f1b2 (patch) | |
tree | 337e08bb26dfee04a4367eebdfb42ff327b14851 | |
parent | 36a2529f8ae07fabda5a88b867307dde806a52f6 (diff) | |
download | experiment-player-16b3562689e850775ef1d3c4f203d717ac88f1b2.tar.gz |
updated Copyright
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | lib/experiment-reader/experiment-reader.c | 2 | ||||
-rw-r--r-- | lib/experiment-reader/experiment-reader.h | 2 | ||||
-rw-r--r-- | lib/experiment-reader/tests/unit-tests.c | 2 | ||||
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-navigator.c | 2 | ||||
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-navigator.h | 2 | ||||
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-transcript-formats.c | 2 | ||||
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h | 2 | ||||
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-transcript.c | 2 | ||||
-rw-r--r-- | lib/gtk-experiment-widgets/gtk-experiment-transcript.h | 2 | ||||
-rw-r--r-- | lib/gtk-vlc-player/gtk-vlc-player.c | 2 | ||||
-rw-r--r-- | lib/gtk-vlc-player/gtk-vlc-player.h | 2 | ||||
-rw-r--r-- | src/config.c | 2 | ||||
-rw-r--r-- | src/default.ui | 2 | ||||
-rw-r--r-- | src/experiment-player.h | 2 | ||||
-rw-r--r-- | src/format-selection.c | 2 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/quick-open.c | 2 |
18 files changed, 18 insertions, 18 deletions
@@ -3,7 +3,7 @@ Installation Instructions Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. -Copyright (C) 2012 Otto-von-Guericke Universität Magdeburg +Copyright (C) 2012, 2013 Otto-von-Guericke Universität Magdeburg Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/lib/experiment-reader/experiment-reader.c b/lib/experiment-reader/experiment-reader.c index 6384adc..c6bf02e 100644 --- a/lib/experiment-reader/experiment-reader.c +++ b/lib/experiment-reader/experiment-reader.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/experiment-reader/experiment-reader.h b/lib/experiment-reader/experiment-reader.h index ae2fc95..a8e62e4 100644 --- a/lib/experiment-reader/experiment-reader.h +++ b/lib/experiment-reader/experiment-reader.h @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/experiment-reader/tests/unit-tests.c b/lib/experiment-reader/tests/unit-tests.c index 4c51a31..78c45a4 100644 --- a/lib/experiment-reader/tests/unit-tests.c +++ b/lib/experiment-reader/tests/unit-tests.c @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-experiment-widgets/gtk-experiment-navigator.c b/lib/gtk-experiment-widgets/gtk-experiment-navigator.c index 7c20f4e..23b380e 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-navigator.c +++ b/lib/gtk-experiment-widgets/gtk-experiment-navigator.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-experiment-widgets/gtk-experiment-navigator.h b/lib/gtk-experiment-widgets/gtk-experiment-navigator.h index af0ae50..d1be33c 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-navigator.h +++ b/lib/gtk-experiment-widgets/gtk-experiment-navigator.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-experiment-widgets/gtk-experiment-transcript-formats.c b/lib/gtk-experiment-widgets/gtk-experiment-transcript-formats.c index 040cb13..d81d6b9 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-transcript-formats.c +++ b/lib/gtk-experiment-widgets/gtk-experiment-transcript-formats.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h b/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h index aaf7e37..8281b0d 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h +++ b/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-experiment-widgets/gtk-experiment-transcript.c b/lib/gtk-experiment-widgets/gtk-experiment-transcript.c index 3575bb4..093b608 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-transcript.c +++ b/lib/gtk-experiment-widgets/gtk-experiment-transcript.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-experiment-widgets/gtk-experiment-transcript.h b/lib/gtk-experiment-widgets/gtk-experiment-transcript.h index 7fb1ba4..e537e48 100644 --- a/lib/gtk-experiment-widgets/gtk-experiment-transcript.h +++ b/lib/gtk-experiment-widgets/gtk-experiment-transcript.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-vlc-player/gtk-vlc-player.c b/lib/gtk-vlc-player/gtk-vlc-player.c index 97a7115..0c80bf6 100644 --- a/lib/gtk-vlc-player/gtk-vlc-player.c +++ b/lib/gtk-vlc-player/gtk-vlc-player.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/lib/gtk-vlc-player/gtk-vlc-player.h b/lib/gtk-vlc-player/gtk-vlc-player.h index 107ed09..20f9df9 100644 --- a/lib/gtk-vlc-player/gtk-vlc-player.h +++ b/lib/gtk-vlc-player/gtk-vlc-player.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/src/config.c b/src/config.c index 03983cc..680cbdf 100644 --- a/src/config.c +++ b/src/config.c @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/src/default.ui b/src/default.ui index c6e4e0c..acb3b4b 100644 --- a/src/default.ui +++ b/src/default.ui @@ -570,7 +570,7 @@ audio-volume-medium</property> <property name="skip_taskbar_hint">True</property> <property name="skip_pager_hint">True</property> <property name="transient_for">player_window</property> - <property name="copyright">Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg</property> + <property name="copyright">Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg</property> <property name="license">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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. diff --git a/src/experiment-player.h b/src/experiment-player.h index 43fd3d5..35e6251 100644 --- a/src/experiment-player.h +++ b/src/experiment-player.h @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/src/format-selection.c b/src/format-selection.c index bd024e1..c53ad0b 100644 --- a/src/format-selection.c +++ b/src/format-selection.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 diff --git a/src/quick-open.c b/src/quick-open.c index ce47a6d..b978dac 100644 --- a/src/quick-open.c +++ b/src/quick-open.c @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2012 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * 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 |