summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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/circle.c2
-rw-r--r--src/color.h2
-rw-r--r--src/edge.c2
-rw-r--r--src/fdgl.hpp2
-rw-r--r--src/ganv-private.h2
-rw-r--r--src/group.c2
-rw-r--r--src/item.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
15 files changed, 15 insertions, 15 deletions
diff --git a/src/Canvas.cpp b/src/Canvas.cpp
index 6f6837a..2fe67de 100644
--- a/src/Canvas.cpp
+++ b/src/Canvas.cpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2016 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 7cf960f..3f0d02b 100644
--- a/src/Port.cpp
+++ b/src/Port.cpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 17dd545..a419711 100644
--- a/src/boilerplate.h
+++ b/src/boilerplate.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2016 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 e883647..d66e4c1 100644
--- a/src/box.c
+++ b/src/box.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 2863e7d..87cc59f 100644
--- a/src/circle.c
+++ b/src/circle.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 0043dc7..ca52d98 100644
--- a/src/color.h
+++ b/src/color.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 c3584e1..c609e01 100644
--- a/src/edge.c
+++ b/src/edge.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2016 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/fdgl.hpp b/src/fdgl.hpp
index a8083f3..38fded1 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 2cbe963..39824ba 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 3a37c80..b13dc13 100644
--- a/src/group.c
+++ b/src/group.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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/item.c b/src/item.c
index ddb38af..f3ee636 100644
--- a/src/item.c
+++ b/src/item.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2016 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 2cbeda3..be7cc24 100644
--- a/src/node.c
+++ b/src/node.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2016 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 7cbff23..7810cce 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 b8c3a39..d519186 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2015 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 9af767d..075896e 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2013 David Robillard <http://drobilla.net>
+ * Copyright 2007-2016 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