diff options
author | David Robillard <d@drobilla.net> | 2013-03-17 18:19:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-17 18:19:35 +0000 |
commit | 216f5b243ad18d5bce38ef406d44e0452f6dbed1 (patch) | |
tree | f1c5d2203d87a7acb887ef7cee8a6360d752c28c /src | |
parent | 936822745aa8cfd32a888f4e5962995d43fd6942 (diff) | |
download | ganv-216f5b243ad18d5bce38ef406d44e0452f6dbed1.tar.gz ganv-216f5b243ad18d5bce38ef406d44e0452f6dbed1.tar.bz2 ganv-216f5b243ad18d5bce38ef406d44e0452f6dbed1.zip |
Update copyright date.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5088 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/Canvas.cpp | 2 | ||||
-rw-r--r-- | src/Port.cpp | 2 | ||||
-rw-r--r-- | src/boilerplate.h | 2 | ||||
-rw-r--r-- | src/box.c | 2 | ||||
-rw-r--r-- | src/canvas-base.c | 2 | ||||
-rw-r--r-- | src/circle.c | 2 | ||||
-rw-r--r-- | src/color.h | 2 | ||||
-rw-r--r-- | src/edge.c | 2 | ||||
-rw-r--r-- | src/ganv-private.h | 2 | ||||
-rw-r--r-- | src/ganv_bench.cpp | 2 | ||||
-rw-r--r-- | src/ganv_test.c | 2 | ||||
-rw-r--r-- | src/gettext.h | 2 | ||||
-rw-r--r-- | src/group.c | 2 | ||||
-rw-r--r-- | src/module.c | 2 | ||||
-rw-r--r-- | src/node.c | 2 | ||||
-rw-r--r-- | src/port.c | 2 | ||||
-rw-r--r-- | src/text.c | 2 | ||||
-rw-r--r-- | src/widget.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/src/Canvas.cpp b/src/Canvas.cpp index 209391c..71307bd 100644 --- a/src/Canvas.cpp +++ b/src/Canvas.cpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/Port.cpp b/src/Port.cpp index e94f16d..48d44f0 100644 --- a/src/Port.cpp +++ b/src/Port.cpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/boilerplate.h b/src/boilerplate.h index 7b68a7f..33c09df 100644 --- a/src/boilerplate.h +++ b/src/boilerplate.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/canvas-base.c b/src/canvas-base.c index 59ed3de..cdad3e0 100644 --- a/src/canvas-base.c +++ b/src/canvas-base.c @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/circle.c b/src/circle.c index a912214..59a805b 100644 --- a/src/circle.c +++ b/src/circle.c @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/color.h b/src/color.h index ee436a4..26cd7ea 100644 --- a/src/color.h +++ b/src/color.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/ganv-private.h b/src/ganv-private.h index d9d81df..9b10a47 100644 --- a/src/ganv-private.h +++ b/src/ganv-private.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/ganv_bench.cpp b/src/ganv_bench.cpp index be758f0..7048ed7 100644 --- a/src/ganv_bench.cpp +++ b/src/ganv_bench.cpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2011 David Robillard <http://drobilla.net> + * Copyright 2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/ganv_test.c b/src/ganv_test.c index bb50e0c..ca7fe99 100644 --- a/src/ganv_test.c +++ b/src/ganv_test.c @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/gettext.h b/src/gettext.h index f656abe..d32bb70 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/group.c b/src/group.c index c26bc51..f15c9f7 100644 --- a/src/group.c +++ b/src/group.c @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/module.c b/src/module.c index bf4e2a7..f685a99 100644 --- a/src/module.c +++ b/src/module.c @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 diff --git a/src/widget.c b/src/widget.c index 1d341d1..d6c7a0b 100644 --- a/src/widget.c +++ b/src/widget.c @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2013 David Robillard <http://drobilla.net> * * Ganv 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 |