summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-17 18:19:35 +0000
committerDavid Robillard <d@drobilla.net>2013-03-17 18:19:35 +0000
commit216f5b243ad18d5bce38ef406d44e0452f6dbed1 (patch)
treef1c5d2203d87a7acb887ef7cee8a6360d752c28c /src
parent936822745aa8cfd32a888f4e5962995d43fd6942 (diff)
downloadganv-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.cpp2
-rw-r--r--src/Port.cpp2
-rw-r--r--src/boilerplate.h2
-rw-r--r--src/box.c2
-rw-r--r--src/canvas-base.c2
-rw-r--r--src/circle.c2
-rw-r--r--src/color.h2
-rw-r--r--src/edge.c2
-rw-r--r--src/ganv-private.h2
-rw-r--r--src/ganv_bench.cpp2
-rw-r--r--src/ganv_test.c2
-rw-r--r--src/gettext.h2
-rw-r--r--src/group.c2
-rw-r--r--src/module.c2
-rw-r--r--src/node.c2
-rw-r--r--src/port.c2
-rw-r--r--src/text.c2
-rw-r--r--src/widget.c2
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
diff --git a/src/box.c b/src/box.c
index 9ad67b5..f6ed04e 100644
--- a/src/box.c
+++ b/src/box.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/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
diff --git a/src/edge.c b/src/edge.c
index 7838564..e1d9fb7 100644
--- a/src/edge.c
+++ b/src/edge.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/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
diff --git a/src/node.c b/src/node.c
index 062e54f..511b1f3 100644
--- a/src/node.c
+++ b/src/node.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/port.c b/src/port.c
index 3bc300e..82e7fe7 100644
--- a/src/port.c
+++ b/src/port.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/text.c b/src/text.c
index d5779c4..0f51307 100644
--- a/src/text.c
+++ b/src/text.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/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