diff options
author | David Robillard <d@drobilla.net> | 2016-09-18 21:28:48 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-18 21:28:48 -0400 |
commit | 96ad50eace0ce62e6d0646760c8b039549be14f6 (patch) | |
tree | 0cfeca910650bf52c84541fc998b820d380205f5 | |
parent | fa9495d30f9fc88092f2ed0d2defd315074d365a (diff) | |
download | ganv-96ad50eace0ce62e6d0646760c8b039549be14f6.tar.gz ganv-96ad50eace0ce62e6d0646760c8b039549be14f6.tar.bz2 ganv-96ad50eace0ce62e6d0646760c8b039549be14f6.zip |
Update copyright dates
-rw-r--r-- | ganv/Box.hpp | 2 | ||||
-rw-r--r-- | ganv/Canvas.hpp | 2 | ||||
-rw-r--r-- | ganv/Circle.hpp | 2 | ||||
-rw-r--r-- | ganv/Edge.hpp | 2 | ||||
-rw-r--r-- | ganv/Item.hpp | 2 | ||||
-rw-r--r-- | ganv/Module.hpp | 2 | ||||
-rw-r--r-- | ganv/Node.hpp | 2 | ||||
-rw-r--r-- | ganv/Port.hpp | 2 | ||||
-rw-r--r-- | ganv/box.h | 2 | ||||
-rw-r--r-- | ganv/canvas.h | 2 | ||||
-rw-r--r-- | ganv/circle.h | 2 | ||||
-rw-r--r-- | ganv/edge.h | 2 | ||||
-rw-r--r-- | ganv/ganv.h | 2 | ||||
-rw-r--r-- | ganv/ganv.hpp | 2 | ||||
-rw-r--r-- | ganv/group.h | 2 | ||||
-rw-r--r-- | ganv/item.h | 2 | ||||
-rw-r--r-- | ganv/module.h | 2 | ||||
-rw-r--r-- | ganv/node.h | 2 | ||||
-rw-r--r-- | ganv/port.h | 2 | ||||
-rw-r--r-- | ganv/text.h | 2 | ||||
-rw-r--r-- | ganv/types.h | 2 | ||||
-rw-r--r-- | ganv/types.hpp | 2 | ||||
-rw-r--r-- | ganv/widget.h | 2 | ||||
-rw-r--r-- | ganv/wrap.hpp | 2 | ||||
-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/circle.c | 2 | ||||
-rw-r--r-- | src/color.h | 2 | ||||
-rw-r--r-- | src/edge.c | 2 | ||||
-rw-r--r-- | src/fdgl.hpp | 2 | ||||
-rw-r--r-- | src/ganv-private.h | 2 | ||||
-rw-r--r-- | src/group.c | 2 | ||||
-rw-r--r-- | src/item.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 |
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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |