summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ganv/Box.hpp2
-rw-r--r--ganv/Canvas.hpp2
-rw-r--r--ganv/Circle.hpp2
-rw-r--r--ganv/Edge.hpp2
-rw-r--r--ganv/Item.hpp2
-rw-r--r--ganv/Module.hpp2
-rw-r--r--ganv/Node.hpp2
-rw-r--r--ganv/Port.hpp2
-rw-r--r--ganv/box.h2
-rw-r--r--ganv/canvas.h2
-rw-r--r--ganv/circle.h2
-rw-r--r--ganv/edge.h2
-rw-r--r--ganv/ganv.h2
-rw-r--r--ganv/ganv.hpp2
-rw-r--r--ganv/group.h2
-rw-r--r--ganv/item.h2
-rw-r--r--ganv/module.h2
-rw-r--r--ganv/node.h2
-rw-r--r--ganv/port.h2
-rw-r--r--ganv/text.h2
-rw-r--r--ganv/types.h2
-rw-r--r--ganv/types.hpp2
-rw-r--r--ganv/widget.h2
-rw-r--r--ganv/wrap.hpp2
-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
39 files changed, 39 insertions, 39 deletions
diff --git a/ganv/Box.hpp b/ganv/Box.hpp
index ad5729f..0083074 100644
--- a/ganv/Box.hpp
+++ b/ganv/Box.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/Canvas.hpp b/ganv/Canvas.hpp
index 46c2d5e..529e144 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/Circle.hpp b/ganv/Circle.hpp
index 1ba9ae6..f7d4a89 100644
--- a/ganv/Circle.hpp
+++ b/ganv/Circle.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/Edge.hpp b/ganv/Edge.hpp
index dfac90e..a01de44 100644
--- a/ganv/Edge.hpp
+++ b/ganv/Edge.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/Item.hpp b/ganv/Item.hpp
index a2dbadc..680b991 100644
--- a/ganv/Item.hpp
+++ b/ganv/Item.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/Module.hpp b/ganv/Module.hpp
index e20710a..8ca4393 100644
--- a/ganv/Module.hpp
+++ b/ganv/Module.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/Node.hpp b/ganv/Node.hpp
index 4a4996b..2fef74c 100644
--- a/ganv/Node.hpp
+++ b/ganv/Node.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/Port.hpp b/ganv/Port.hpp
index 648fbc3..94fb760 100644
--- a/ganv/Port.hpp
+++ b/ganv/Port.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/box.h b/ganv/box.h
index cf80001..203be69 100644
--- a/ganv/box.h
+++ b/ganv/box.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/canvas.h b/ganv/canvas.h
index e2a9867..fc42c6f 100644
--- a/ganv/canvas.h
+++ b/ganv/canvas.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/circle.h b/ganv/circle.h
index bf562b9..cca9e5f 100644
--- a/ganv/circle.h
+++ b/ganv/circle.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/edge.h b/ganv/edge.h
index 557857c..d135bad 100644
--- a/ganv/edge.h
+++ b/ganv/edge.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/ganv.h b/ganv/ganv.h
index fb6d25f..9a00143 100644
--- a/ganv/ganv.h
+++ b/ganv/ganv.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/ganv.hpp b/ganv/ganv.hpp
index 4488815..9b0334d 100644
--- a/ganv/ganv.hpp
+++ b/ganv/ganv.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/group.h b/ganv/group.h
index 1979d6f..42ad5df 100644
--- a/ganv/group.h
+++ b/ganv/group.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/item.h b/ganv/item.h
index 5c63d5f..2da061b 100644
--- a/ganv/item.h
+++ b/ganv/item.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2014 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/ganv/module.h b/ganv/module.h
index ae9a07d..6314383 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/node.h b/ganv/node.h
index 2784937..c98e2b2 100644
--- a/ganv/node.h
+++ b/ganv/node.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/port.h b/ganv/port.h
index 3b04db5..70e801e 100644
--- a/ganv/port.h
+++ b/ganv/port.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/text.h b/ganv/text.h
index 96a95c0..52d87d6 100644
--- a/ganv/text.h
+++ b/ganv/text.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/types.h b/ganv/types.h
index 792d7b1..70c21ec 100644
--- a/ganv/types.h
+++ b/ganv/types.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/types.hpp b/ganv/types.hpp
index 8b2f7ac..280af16 100644
--- a/ganv/types.hpp
+++ b/ganv/types.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/ganv/widget.h b/ganv/widget.h
index d3d63d1..5aa81e9 100644
--- a/ganv/widget.h
+++ b/ganv/widget.h
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 David Robillard <http://drobilla.net>
+ * Copyright 2007-2014 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/ganv/wrap.hpp b/ganv/wrap.hpp
index c444e00..26e04d1 100644
--- a/ganv/wrap.hpp
+++ b/ganv/wrap.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ganv.
- * Copyright 2007-2012 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/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