diff options
Diffstat (limited to 'ganv')
-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-base.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/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 |
24 files changed, 24 insertions, 24 deletions
diff --git a/ganv/Box.hpp b/ganv/Box.hpp index e0fe678..6d75d23 100644 --- a/ganv/Box.hpp +++ b/ganv/Box.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 05ba6e7..56c1b8c 100644 --- a/ganv/Canvas.hpp +++ b/ganv/Canvas.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 d63819b..721b153 100644 --- a/ganv/Circle.hpp +++ b/ganv/Circle.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 6912eb2..83c3a0b 100644 --- a/ganv/Edge.hpp +++ b/ganv/Edge.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 e4f2c52..831f402 100644 --- a/ganv/Item.hpp +++ b/ganv/Item.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 4943295..f313bb2 100644 --- a/ganv/Module.hpp +++ b/ganv/Module.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 3359ac3..fb1c1be 100644 --- a/ganv/Node.hpp +++ b/ganv/Node.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 fdb3bf3..0c15571 100644 --- a/ganv/Port.hpp +++ b/ganv/Port.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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-2012 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-base.h b/ganv/canvas-base.h index 8930288..5254e5d 100644 --- a/ganv/canvas-base.h +++ b/ganv/canvas-base.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 829b8e2..9d0402e 100644 --- a/ganv/canvas.h +++ b/ganv/canvas.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 2b756df..b30b00f 100644 --- a/ganv/circle.h +++ b/ganv/circle.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 2d51c89..8f1ee80 100644 --- a/ganv/edge.h +++ b/ganv/edge.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 5becce7..3f8e037 100644 --- a/ganv/ganv.h +++ b/ganv/ganv.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 14bf8aa..eec4335 100644 --- a/ganv/ganv.hpp +++ b/ganv/ganv.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 533440c..02ccf8c 100644 --- a/ganv/group.h +++ b/ganv/group.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 de36f4e..375be67 100644 --- a/ganv/module.h +++ b/ganv/module.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 24682e9..d640167 100644 --- a/ganv/node.h +++ b/ganv/node.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 af5cc6b..aeb4846 100644 --- a/ganv/port.h +++ b/ganv/port.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 e7193a8..192104f 100644 --- a/ganv/text.h +++ b/ganv/text.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 1e679d5..10b6a90 100644 --- a/ganv/types.h +++ b/ganv/types.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 cafd792..83f2070 100644 --- a/ganv/types.hpp +++ b/ganv/types.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 010528e..a097770 100644 --- a/ganv/widget.h +++ b/ganv/widget.h @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 3d5d0e3..353c700 100644 --- a/ganv/wrap.hpp +++ b/ganv/wrap.hpp @@ -1,5 +1,5 @@ /* This file is part of Ganv. - * Copyright 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2012 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 |