From 3353177415d0c5c37573f030b101066158d80323 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Apr 2015 01:36:27 +0000 Subject: Update copyright dates. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 --- THANKS | 2 +- ingen/Arc.hpp | 2 +- ingen/Atom.hpp | 2 +- ingen/AtomReader.hpp | 2 +- ingen/AtomSink.hpp | 2 +- ingen/AtomWriter.hpp | 2 +- ingen/ClashAvoider.hpp | 2 +- ingen/Configuration.hpp | 2 +- ingen/EngineBase.hpp | 2 +- ingen/Forge.hpp | 2 +- ingen/Interface.hpp | 2 +- ingen/LV2Features.hpp | 2 +- ingen/Log.hpp | 2 +- ingen/Module.hpp | 2 +- ingen/Node.hpp | 2 +- ingen/Parser.hpp | 2 +- ingen/Plugin.hpp | 2 +- ingen/Resource.hpp | 2 +- ingen/Serialiser.hpp | 2 +- ingen/Status.hpp | 2 +- ingen/Store.hpp | 2 +- ingen/URIMap.hpp | 2 +- ingen/URIs.hpp | 2 +- ingen/World.hpp | 2 +- ingen/client/ArcModel.hpp | 2 +- ingen/client/BlockModel.hpp | 2 +- ingen/client/ClientStore.hpp | 2 +- ingen/client/GraphModel.hpp | 2 +- ingen/client/ObjectModel.hpp | 2 +- ingen/client/PluginModel.hpp | 2 +- ingen/client/PluginUI.hpp | 2 +- ingen/client/PortModel.hpp | 2 +- ingen/client/SigClientInterface.hpp | 2 +- ingen/client/ThreadedSigClientInterface.hpp | 2 +- ingen/client/signal.hpp | 2 +- ingen/ingen.h | 2 +- ingen/runtime_paths.hpp | 2 +- ingen/types.hpp | 2 +- scripts/ingen.py | 2 +- scripts/ingenams | 2 +- scripts/ingenish | 2 +- src/AtomReader.cpp | 2 +- src/AtomWriter.cpp | 2 +- src/ClashAvoider.cpp | 2 +- src/Configuration.cpp | 2 +- src/Forge.cpp | 2 +- src/LV2Features.cpp | 2 +- src/Log.cpp | 2 +- src/Parser.cpp | 2 +- src/Resource.cpp | 2 +- src/Serialiser.cpp | 2 +- src/Store.cpp | 2 +- src/URIMap.cpp | 2 +- src/URIs.cpp | 2 +- src/World.cpp | 2 +- src/client/BlockModel.cpp | 2 +- src/client/ClientStore.cpp | 2 +- src/client/GraphModel.cpp | 2 +- src/client/ObjectModel.cpp | 2 +- src/client/PluginModel.cpp | 2 +- src/client/PluginUI.cpp | 2 +- src/client/PortModel.cpp | 2 +- src/client/ingen_client.cpp | 2 +- src/gui/App.cpp | 2 +- src/gui/Arc.hpp | 2 +- src/gui/BreadCrumbs.cpp | 2 +- src/gui/BreadCrumbs.hpp | 2 +- src/gui/ConnectWindow.cpp | 2 +- src/gui/ConnectWindow.hpp | 2 +- src/gui/GraphBox.cpp | 2 +- src/gui/GraphBox.hpp | 2 +- src/gui/GraphCanvas.cpp | 2 +- src/gui/GraphCanvas.hpp | 2 +- src/gui/GraphPortModule.cpp | 2 +- src/gui/GraphPortModule.hpp | 2 +- src/gui/GraphTreeWindow.cpp | 2 +- src/gui/GraphTreeWindow.hpp | 2 +- src/gui/GraphView.cpp | 2 +- src/gui/GraphView.hpp | 2 +- src/gui/GraphWindow.cpp | 2 +- src/gui/GraphWindow.hpp | 2 +- src/gui/LoadGraphWindow.cpp | 2 +- src/gui/LoadGraphWindow.hpp | 2 +- src/gui/LoadPluginWindow.cpp | 2 +- src/gui/LoadPluginWindow.hpp | 2 +- src/gui/MessagesWindow.cpp | 2 +- src/gui/MessagesWindow.hpp | 2 +- src/gui/NewSubgraphWindow.cpp | 2 +- src/gui/NewSubgraphWindow.hpp | 2 +- src/gui/NodeMenu.cpp | 2 +- src/gui/NodeMenu.hpp | 2 +- src/gui/NodeModule.cpp | 2 +- src/gui/NodeModule.hpp | 2 +- src/gui/ObjectMenu.cpp | 2 +- src/gui/ObjectMenu.hpp | 2 +- src/gui/PluginMenu.cpp | 2 +- src/gui/PluginMenu.hpp | 2 +- src/gui/Port.cpp | 2 +- src/gui/Port.hpp | 2 +- src/gui/PortMenu.cpp | 2 +- src/gui/PortMenu.hpp | 2 +- src/gui/PropertiesWindow.cpp | 2 +- src/gui/PropertiesWindow.hpp | 2 +- src/gui/RDFS.cpp | 2 +- src/gui/RDFS.hpp | 2 +- src/gui/RenameWindow.cpp | 2 +- src/gui/RenameWindow.hpp | 2 +- src/gui/Style.cpp | 2 +- src/gui/Style.hpp | 2 +- src/gui/SubgraphModule.cpp | 2 +- src/gui/SubgraphModule.hpp | 2 +- src/gui/ThreadedLoader.cpp | 2 +- src/gui/ThreadedLoader.hpp | 2 +- src/gui/WidgetFactory.cpp | 2 +- src/gui/WidgetFactory.hpp | 2 +- src/gui/Window.hpp | 2 +- src/gui/WindowFactory.cpp | 2 +- src/gui/WindowFactory.hpp | 2 +- src/gui/ingen_gui.cpp | 2 +- src/gui/ingen_gui.ui | 2 +- src/gui/ingen_gui_lv2.cpp | 2 +- src/ingen/ingen.cpp | 2 +- src/runtime_paths.cpp | 2 +- src/server/ArcImpl.cpp | 2 +- src/server/ArcImpl.hpp | 2 +- src/server/BlockFactory.cpp | 2 +- src/server/BlockFactory.hpp | 2 +- src/server/BlockImpl.cpp | 2 +- src/server/BlockImpl.hpp | 2 +- src/server/Broadcaster.cpp | 2 +- src/server/Broadcaster.hpp | 2 +- src/server/Buffer.cpp | 2 +- src/server/Buffer.hpp | 2 +- src/server/BufferFactory.cpp | 2 +- src/server/BufferFactory.hpp | 2 +- src/server/BufferRef.hpp | 2 +- src/server/CompiledGraph.hpp | 2 +- src/server/Context.cpp | 2 +- src/server/Context.hpp | 2 +- src/server/ControlBindings.cpp | 2 +- src/server/ControlBindings.hpp | 2 +- src/server/DirectDriver.hpp | 2 +- src/server/Driver.hpp | 2 +- src/server/DuplexPort.cpp | 2 +- src/server/DuplexPort.hpp | 2 +- src/server/EnginePort.hpp | 2 +- src/server/Event.hpp | 2 +- src/server/EventWriter.cpp | 2 +- src/server/EventWriter.hpp | 2 +- src/server/GraphImpl.cpp | 2 +- src/server/GraphImpl.hpp | 2 +- src/server/GraphPlugin.hpp | 2 +- src/server/InputPort.cpp | 2 +- src/server/InputPort.hpp | 2 +- src/server/InternalPlugin.cpp | 2 +- src/server/InternalPlugin.hpp | 2 +- src/server/JackDriver.cpp | 2 +- src/server/JackDriver.hpp | 2 +- src/server/LV2Block.cpp | 2 +- src/server/LV2Block.hpp | 2 +- src/server/LV2Info.cpp | 2 +- src/server/LV2Info.hpp | 2 +- src/server/LV2Options.hpp | 2 +- src/server/LV2Plugin.cpp | 2 +- src/server/LV2Plugin.hpp | 2 +- src/server/LV2ResizeFeature.hpp | 2 +- src/server/NodeImpl.cpp | 2 +- src/server/NodeImpl.hpp | 2 +- src/server/OutputPort.cpp | 2 +- src/server/OutputPort.hpp | 2 +- src/server/PluginImpl.hpp | 2 +- src/server/PortImpl.cpp | 2 +- src/server/PortImpl.hpp | 2 +- src/server/PortType.hpp | 2 +- src/server/PostProcessor.cpp | 2 +- src/server/PostProcessor.hpp | 2 +- src/server/PreProcessor.cpp | 2 +- src/server/PreProcessor.hpp | 2 +- src/server/ProcessContext.hpp | 2 +- src/server/ThreadManager.hpp | 2 +- src/server/Worker.cpp | 2 +- src/server/Worker.hpp | 2 +- src/server/events.hpp | 2 +- src/server/events/Connect.cpp | 2 +- src/server/events/Connect.hpp | 2 +- src/server/events/CreateBlock.cpp | 2 +- src/server/events/CreateBlock.hpp | 2 +- src/server/events/CreateGraph.cpp | 2 +- src/server/events/CreateGraph.hpp | 2 +- src/server/events/CreatePort.cpp | 2 +- src/server/events/CreatePort.hpp | 2 +- src/server/events/Delete.cpp | 2 +- src/server/events/Delete.hpp | 2 +- src/server/events/Delta.cpp | 2 +- src/server/events/Delta.hpp | 2 +- src/server/events/Disconnect.cpp | 2 +- src/server/events/Disconnect.hpp | 2 +- src/server/events/DisconnectAll.cpp | 2 +- src/server/events/DisconnectAll.hpp | 2 +- src/server/events/Get.cpp | 2 +- src/server/events/Get.hpp | 2 +- src/server/events/Move.cpp | 2 +- src/server/events/Move.hpp | 2 +- src/server/events/SetPortValue.cpp | 2 +- src/server/events/SetPortValue.hpp | 2 +- src/server/ingen_engine.cpp | 2 +- src/server/ingen_jack.cpp | 2 +- src/server/ingen_lv2.cpp | 2 +- src/server/internals/Controller.cpp | 2 +- src/server/internals/Controller.hpp | 2 +- src/server/internals/Delay.cpp | 2 +- src/server/internals/Delay.hpp | 2 +- src/server/internals/Note.cpp | 2 +- src/server/internals/Note.hpp | 2 +- src/server/internals/Time.cpp | 2 +- src/server/internals/Time.hpp | 2 +- src/server/internals/Trigger.cpp | 2 +- src/server/internals/Trigger.hpp | 2 +- src/server/jackey.h | 2 +- src/server/mix.cpp | 2 +- src/server/mix.hpp | 2 +- src/server/types.hpp | 2 +- src/server/util.hpp | 2 +- tests/ingen_test.cpp | 2 +- wscript | 2 +- 225 files changed, 225 insertions(+), 225 deletions(-) diff --git a/THANKS b/THANKS index f85acec1..c370449f 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,4 @@ -Thanks goes to (in alphabetical order): +Thanks to (in alphabetical order): Lachlan Davis (LFactor) Paul Davis (las) diff --git a/ingen/Arc.hpp b/ingen/Arc.hpp index 03d7d9f8..043ffc0b 100644 --- a/ingen/Arc.hpp +++ b/ingen/Arc.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Atom.hpp b/ingen/Atom.hpp index 4275ce23..aa3fe3a5 100644 --- a/ingen/Atom.hpp +++ b/ingen/Atom.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp index 27b0f80c..bab50433 100644 --- a/ingen/AtomReader.hpp +++ b/ingen/AtomReader.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/AtomSink.hpp b/ingen/AtomSink.hpp index 601892f6..789b7d61 100644 --- a/ingen/AtomSink.hpp +++ b/ingen/AtomSink.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/AtomWriter.hpp b/ingen/AtomWriter.hpp index 57abc376..20e81af9 100644 --- a/ingen/AtomWriter.hpp +++ b/ingen/AtomWriter.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/ClashAvoider.hpp b/ingen/ClashAvoider.hpp index 5a92870d..1a674329 100644 --- a/ingen/ClashAvoider.hpp +++ b/ingen/ClashAvoider.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Configuration.hpp b/ingen/Configuration.hpp index e18ce7e5..a9087ea6 100644 --- a/ingen/Configuration.hpp +++ b/ingen/Configuration.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index be55c3a8..3a460b62 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp index e57d0b22..a5b7bd5e 100644 --- a/ingen/Forge.hpp +++ b/ingen/Forge.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index 7d13b725..cc44b4fd 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index 23a302ed..0bc3947b 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Log.hpp b/ingen/Log.hpp index 1db1ac6b..94512309 100644 --- a/ingen/Log.hpp +++ b/ingen/Log.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Module.hpp b/ingen/Module.hpp index 3ec0d2a7..ef3b1f63 100644 --- a/ingen/Module.hpp +++ b/ingen/Module.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Node.hpp b/ingen/Node.hpp index b10f2d10..4964b99e 100644 --- a/ingen/Node.hpp +++ b/ingen/Node.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp index 59783459..2f288384 100644 --- a/ingen/Parser.hpp +++ b/ingen/Parser.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Plugin.hpp b/ingen/Plugin.hpp index 9fd317e6..cb873d20 100644 --- a/ingen/Plugin.hpp +++ b/ingen/Plugin.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index b3f50da5..c4626a13 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp index 444a5f5e..b02cd070 100644 --- a/ingen/Serialiser.hpp +++ b/ingen/Serialiser.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Status.hpp b/ingen/Status.hpp index 1fae5358..88e9d707 100644 --- a/ingen/Status.hpp +++ b/ingen/Status.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/Store.hpp b/ingen/Store.hpp index 4b886de0..b8cdfd36 100644 --- a/ingen/Store.hpp +++ b/ingen/Store.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp index eb5a3833..53968e62 100644 --- a/ingen/URIMap.hpp +++ b/ingen/URIMap.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index e5ea4d49..3696aba2 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/World.hpp b/ingen/World.hpp index 73349616..b2b31298 100644 --- a/ingen/World.hpp +++ b/ingen/World.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/ArcModel.hpp b/ingen/client/ArcModel.hpp index d3635fd0..13cf1c92 100644 --- a/ingen/client/ArcModel.hpp +++ b/ingen/client/ArcModel.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp index 32c09c54..93dcb1a7 100644 --- a/ingen/client/BlockModel.hpp +++ b/ingen/client/BlockModel.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp index 3510fcb9..90127d41 100644 --- a/ingen/client/ClientStore.hpp +++ b/ingen/client/ClientStore.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/GraphModel.hpp b/ingen/client/GraphModel.hpp index 84fec681..52c5ed2c 100644 --- a/ingen/client/GraphModel.hpp +++ b/ingen/client/GraphModel.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/ObjectModel.hpp b/ingen/client/ObjectModel.hpp index d5697493..69601bc2 100644 --- a/ingen/client/ObjectModel.hpp +++ b/ingen/client/ObjectModel.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp index 767dbc70..bbc6308d 100644 --- a/ingen/client/PluginModel.hpp +++ b/ingen/client/PluginModel.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/PluginUI.hpp b/ingen/client/PluginUI.hpp index a62b0110..f29f2994 100644 --- a/ingen/client/PluginUI.hpp +++ b/ingen/client/PluginUI.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp index 5903e865..8fe7e445 100644 --- a/ingen/client/PortModel.hpp +++ b/ingen/client/PortModel.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/SigClientInterface.hpp b/ingen/client/SigClientInterface.hpp index 35166a2e..d5e6ab5f 100644 --- a/ingen/client/SigClientInterface.hpp +++ b/ingen/client/SigClientInterface.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/ThreadedSigClientInterface.hpp b/ingen/client/ThreadedSigClientInterface.hpp index a2e1c5da..8feca952 100644 --- a/ingen/client/ThreadedSigClientInterface.hpp +++ b/ingen/client/ThreadedSigClientInterface.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/client/signal.hpp b/ingen/client/signal.hpp index bd68eaeb..ba5b017b 100644 --- a/ingen/client/signal.hpp +++ b/ingen/client/signal.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/ingen.h b/ingen/ingen.h index be9fde29..613541c5 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2014 David Robillard + Copyright 2014-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/runtime_paths.hpp b/ingen/runtime_paths.hpp index f9f7c35f..747bc9b7 100644 --- a/ingen/runtime_paths.hpp +++ b/ingen/runtime_paths.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/ingen/types.hpp b/ingen/types.hpp index 71f044d9..e6cbc3b5 100644 --- a/ingen/types.hpp +++ b/ingen/types.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/scripts/ingen.py b/scripts/ingen.py index 158a1b81..6401fe35 100644 --- a/scripts/ingen.py +++ b/scripts/ingen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Ingen Python Interface -# Copyright 2012 David Robillard +# Copyright 2012-2015 David Robillard # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/scripts/ingenams b/scripts/ingenams index d828d917..a183586a 100755 --- a/scripts/ingenams +++ b/scripts/ingenams @@ -1,6 +1,6 @@ #!/usr/bin/env python # Load an AlsaModularSynth patch file into Ingen -# Copyright 2012 David Robillard +# Copyright 2012-2015 David Robillard # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/scripts/ingenish b/scripts/ingenish index 0fa76768..8021d9ac 100755 --- a/scripts/ingenish +++ b/scripts/ingenish @@ -1,6 +1,6 @@ #!/usr/bin/env python # Ingen Interactive Shell -# Copyright 2011-2012 David Robillard +# Copyright 2011-2015 David Robillard # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/src/AtomReader.cpp b/src/AtomReader.cpp index 65d3c347..9bf6ad34 100644 --- a/src/AtomReader.cpp +++ b/src/AtomReader.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/AtomWriter.cpp b/src/AtomWriter.cpp index eaf45243..0063f24e 100644 --- a/src/AtomWriter.cpp +++ b/src/AtomWriter.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/ClashAvoider.cpp b/src/ClashAvoider.cpp index ba967291..92dc551a 100644 --- a/src/ClashAvoider.cpp +++ b/src/ClashAvoider.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/Configuration.cpp b/src/Configuration.cpp index 6944c8a2..07beeea7 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/Forge.cpp b/src/Forge.cpp index 7380bd8d..de6fcf00 100644 --- a/src/Forge.cpp +++ b/src/Forge.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/LV2Features.cpp b/src/LV2Features.cpp index b6765ae3..e9ba29e7 100644 --- a/src/LV2Features.cpp +++ b/src/LV2Features.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/Log.cpp b/src/Log.cpp index 6b169ec9..5ce85db3 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/Parser.cpp b/src/Parser.cpp index 7df71aa3..ae7f201c 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/Resource.cpp b/src/Resource.cpp index 79f998a0..5e1dd13a 100644 --- a/src/Resource.cpp +++ b/src/Resource.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/Serialiser.cpp b/src/Serialiser.cpp index 91fd5e75..4fff59b9 100644 --- a/src/Serialiser.cpp +++ b/src/Serialiser.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/Store.cpp b/src/Store.cpp index f3eac729..1767b4f5 100644 --- a/src/Store.cpp +++ b/src/Store.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/URIMap.cpp b/src/URIMap.cpp index d770a493..229f43a8 100644 --- a/src/URIMap.cpp +++ b/src/URIMap.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/URIs.cpp b/src/URIs.cpp index 5ff80e64..25698b93 100644 --- a/src/URIs.cpp +++ b/src/URIs.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/World.cpp b/src/World.cpp index 03496f34..4ebcaf8a 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/BlockModel.cpp b/src/client/BlockModel.cpp index 69aa9627..13b15012 100644 --- a/src/client/BlockModel.cpp +++ b/src/client/BlockModel.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index a260cb07..58a46228 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/GraphModel.cpp b/src/client/GraphModel.cpp index 4a4c6572..d02a3736 100644 --- a/src/client/GraphModel.cpp +++ b/src/client/GraphModel.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/ObjectModel.cpp b/src/client/ObjectModel.cpp index 07288780..46282705 100644 --- a/src/client/ObjectModel.cpp +++ b/src/client/ObjectModel.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp index 5f83d82d..f228863c 100644 --- a/src/client/PluginModel.cpp +++ b/src/client/PluginModel.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index b8c7c7b3..f959fd3b 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/PortModel.cpp b/src/client/PortModel.cpp index 2c7359f9..cd2ebb2a 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/client/ingen_client.cpp b/src/client/ingen_client.cpp index 55623b66..f99242b8 100644 --- a/src/client/ingen_client.cpp +++ b/src/client/ingen_client.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/App.cpp b/src/gui/App.cpp index 65f5c90a..882aec2d 100644 --- a/src/gui/App.cpp +++ b/src/gui/App.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/Arc.hpp b/src/gui/Arc.hpp index f7c4692c..e47600d2 100644 --- a/src/gui/Arc.hpp +++ b/src/gui/Arc.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/BreadCrumbs.cpp b/src/gui/BreadCrumbs.cpp index 0850367b..447b06ba 100644 --- a/src/gui/BreadCrumbs.cpp +++ b/src/gui/BreadCrumbs.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/BreadCrumbs.hpp b/src/gui/BreadCrumbs.hpp index 235709b4..e58b2c0f 100644 --- a/src/gui/BreadCrumbs.hpp +++ b/src/gui/BreadCrumbs.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index 2e8841dc..e7c6b238 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index aebfaa78..5b68c597 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index b5ba0b4f..693d0c04 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp index 8d884e01..1cc04d20 100644 --- a/src/gui/GraphBox.hpp +++ b/src/gui/GraphBox.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphCanvas.cpp b/src/gui/GraphCanvas.cpp index f07f1d5b..ddbebfe7 100644 --- a/src/gui/GraphCanvas.cpp +++ b/src/gui/GraphCanvas.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphCanvas.hpp b/src/gui/GraphCanvas.hpp index f076e919..8970a88a 100644 --- a/src/gui/GraphCanvas.hpp +++ b/src/gui/GraphCanvas.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphPortModule.cpp b/src/gui/GraphPortModule.cpp index 99704eaa..2fb502ea 100644 --- a/src/gui/GraphPortModule.cpp +++ b/src/gui/GraphPortModule.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp index 8dcee1c9..9722e330 100644 --- a/src/gui/GraphPortModule.hpp +++ b/src/gui/GraphPortModule.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphTreeWindow.cpp b/src/gui/GraphTreeWindow.cpp index d3bf8526..287a6e6c 100644 --- a/src/gui/GraphTreeWindow.cpp +++ b/src/gui/GraphTreeWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphTreeWindow.hpp b/src/gui/GraphTreeWindow.hpp index 67f6304c..b48c7970 100644 --- a/src/gui/GraphTreeWindow.hpp +++ b/src/gui/GraphTreeWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphView.cpp b/src/gui/GraphView.cpp index 70ba4073..a2140b37 100644 --- a/src/gui/GraphView.cpp +++ b/src/gui/GraphView.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphView.hpp b/src/gui/GraphView.hpp index 140d5248..18e1c125 100644 --- a/src/gui/GraphView.hpp +++ b/src/gui/GraphView.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphWindow.cpp b/src/gui/GraphWindow.cpp index dfcdc505..f4457250 100644 --- a/src/gui/GraphWindow.cpp +++ b/src/gui/GraphWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/GraphWindow.hpp b/src/gui/GraphWindow.hpp index ea411c91..b4e51d7b 100644 --- a/src/gui/GraphWindow.hpp +++ b/src/gui/GraphWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/LoadGraphWindow.cpp b/src/gui/LoadGraphWindow.cpp index 8b5f1f84..7c0de2f1 100644 --- a/src/gui/LoadGraphWindow.cpp +++ b/src/gui/LoadGraphWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/LoadGraphWindow.hpp b/src/gui/LoadGraphWindow.hpp index a6fa84c8..afd2d172 100644 --- a/src/gui/LoadGraphWindow.hpp +++ b/src/gui/LoadGraphWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/LoadPluginWindow.cpp b/src/gui/LoadPluginWindow.cpp index 9d644641..eb604b91 100644 --- a/src/gui/LoadPluginWindow.cpp +++ b/src/gui/LoadPluginWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/LoadPluginWindow.hpp b/src/gui/LoadPluginWindow.hpp index fff10be1..5c11656c 100644 --- a/src/gui/LoadPluginWindow.hpp +++ b/src/gui/LoadPluginWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/MessagesWindow.cpp b/src/gui/MessagesWindow.cpp index 9c42cec9..262cb817 100644 --- a/src/gui/MessagesWindow.cpp +++ b/src/gui/MessagesWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/MessagesWindow.hpp b/src/gui/MessagesWindow.hpp index 8167e30a..f3215daf 100644 --- a/src/gui/MessagesWindow.hpp +++ b/src/gui/MessagesWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/NewSubgraphWindow.cpp b/src/gui/NewSubgraphWindow.cpp index b17cc100..8d19c107 100644 --- a/src/gui/NewSubgraphWindow.cpp +++ b/src/gui/NewSubgraphWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/NewSubgraphWindow.hpp b/src/gui/NewSubgraphWindow.hpp index 7f3c855b..9bf29302 100644 --- a/src/gui/NewSubgraphWindow.hpp +++ b/src/gui/NewSubgraphWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/NodeMenu.cpp b/src/gui/NodeMenu.cpp index b99ce546..1012f7eb 100644 --- a/src/gui/NodeMenu.cpp +++ b/src/gui/NodeMenu.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp index f28fe334..bcfe68a9 100644 --- a/src/gui/NodeMenu.hpp +++ b/src/gui/NodeMenu.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp index 528b8e0f..abf3b18c 100644 --- a/src/gui/NodeModule.cpp +++ b/src/gui/NodeModule.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index e163735e..2d9a3333 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ObjectMenu.cpp b/src/gui/ObjectMenu.cpp index 2d44622b..fd6bd9aa 100644 --- a/src/gui/ObjectMenu.cpp +++ b/src/gui/ObjectMenu.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ObjectMenu.hpp b/src/gui/ObjectMenu.hpp index 344af9f3..a9766614 100644 --- a/src/gui/ObjectMenu.hpp +++ b/src/gui/ObjectMenu.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/PluginMenu.cpp b/src/gui/PluginMenu.cpp index 65dac0a1..9bc47bff 100644 --- a/src/gui/PluginMenu.cpp +++ b/src/gui/PluginMenu.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2014 David Robillard + Copyright 2014-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/PluginMenu.hpp b/src/gui/PluginMenu.hpp index 7d481352..c8fda171 100644 --- a/src/gui/PluginMenu.hpp +++ b/src/gui/PluginMenu.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2014 David Robillard + Copyright 2014-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp index e7f32fbe..b66450ff 100644 --- a/src/gui/Port.cpp +++ b/src/gui/Port.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 44703fb4..a9549160 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/PortMenu.cpp b/src/gui/PortMenu.cpp index a54ab4db..9b91008c 100644 --- a/src/gui/PortMenu.cpp +++ b/src/gui/PortMenu.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/PortMenu.hpp b/src/gui/PortMenu.hpp index 7e375098..c3460a2a 100644 --- a/src/gui/PortMenu.hpp +++ b/src/gui/PortMenu.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/PropertiesWindow.cpp b/src/gui/PropertiesWindow.cpp index 78b92c3d..0ae2709d 100644 --- a/src/gui/PropertiesWindow.cpp +++ b/src/gui/PropertiesWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/PropertiesWindow.hpp b/src/gui/PropertiesWindow.hpp index 48ec6faa..6819503a 100644 --- a/src/gui/PropertiesWindow.hpp +++ b/src/gui/PropertiesWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/RDFS.cpp b/src/gui/RDFS.cpp index 10367bc8..2379bbd0 100644 --- a/src/gui/RDFS.cpp +++ b/src/gui/RDFS.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/RDFS.hpp b/src/gui/RDFS.hpp index bb6e0684..7208c638 100644 --- a/src/gui/RDFS.hpp +++ b/src/gui/RDFS.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2012 David Robillard + Copyright 2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/RenameWindow.cpp b/src/gui/RenameWindow.cpp index 5525e5dc..d4e3b9a4 100644 --- a/src/gui/RenameWindow.cpp +++ b/src/gui/RenameWindow.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/RenameWindow.hpp b/src/gui/RenameWindow.hpp index 718f2863..36264879 100644 --- a/src/gui/RenameWindow.hpp +++ b/src/gui/RenameWindow.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/Style.cpp b/src/gui/Style.cpp index 9a8d0567..598409bf 100644 --- a/src/gui/Style.cpp +++ b/src/gui/Style.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/Style.hpp b/src/gui/Style.hpp index 13fa0546..d2d4cbd5 100644 --- a/src/gui/Style.hpp +++ b/src/gui/Style.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/SubgraphModule.cpp b/src/gui/SubgraphModule.cpp index c299eccc..395779cf 100644 --- a/src/gui/SubgraphModule.cpp +++ b/src/gui/SubgraphModule.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/SubgraphModule.hpp b/src/gui/SubgraphModule.hpp index 7235d93a..a64a8759 100644 --- a/src/gui/SubgraphModule.hpp +++ b/src/gui/SubgraphModule.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ThreadedLoader.cpp b/src/gui/ThreadedLoader.cpp index 6e57c383..8b7797cb 100644 --- a/src/gui/ThreadedLoader.cpp +++ b/src/gui/ThreadedLoader.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ThreadedLoader.hpp b/src/gui/ThreadedLoader.hpp index c197a605..87f1971b 100644 --- a/src/gui/ThreadedLoader.hpp +++ b/src/gui/ThreadedLoader.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/WidgetFactory.cpp b/src/gui/WidgetFactory.cpp index 8e7a5ab7..d77bc7d7 100644 --- a/src/gui/WidgetFactory.cpp +++ b/src/gui/WidgetFactory.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/WidgetFactory.hpp b/src/gui/WidgetFactory.hpp index 7e9cf8f1..92f4dffe 100644 --- a/src/gui/WidgetFactory.hpp +++ b/src/gui/WidgetFactory.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/Window.hpp b/src/gui/Window.hpp index 386cb75b..b7a60c76 100644 --- a/src/gui/Window.hpp +++ b/src/gui/Window.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/WindowFactory.cpp b/src/gui/WindowFactory.cpp index 193c3c2c..a8795d6c 100644 --- a/src/gui/WindowFactory.cpp +++ b/src/gui/WindowFactory.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/WindowFactory.hpp b/src/gui/WindowFactory.hpp index f68d5847..d527c0ad 100644 --- a/src/gui/WindowFactory.hpp +++ b/src/gui/WindowFactory.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ingen_gui.cpp b/src/gui/ingen_gui.cpp index 662d4682..38ff937b 100644 --- a/src/gui/ingen_gui.cpp +++ b/src/gui/ingen_gui.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/gui/ingen_gui.ui b/src/gui/ingen_gui.ui index 9399300b..95ea2424 100644 --- a/src/gui/ingen_gui.ui +++ b/src/gui/ingen_gui.ui @@ -8,7 +8,7 @@ normal Ingen @INGEN_VERSION@ - Copyright 2005-2012 David Robillard <http://drobilla.net> + Copyright 2005-2015 David Robillard <http://drobilla.net> http://drobilla.net/software/ingen Licensed under the GNU Affero GPL, Version 3 or later. diff --git a/src/gui/ingen_gui_lv2.cpp b/src/gui/ingen_gui_lv2.cpp index f2cd54e7..a8e48007 100644 --- a/src/gui/ingen_gui_lv2.cpp +++ b/src/gui/ingen_gui_lv2.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 53fda208..4ee45441 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/runtime_paths.cpp b/src/runtime_paths.cpp index 6bc92fa1..a51b583a 100644 --- a/src/runtime_paths.cpp +++ b/src/runtime_paths.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ArcImpl.cpp b/src/server/ArcImpl.cpp index 928ea1ea..a351963e 100644 --- a/src/server/ArcImpl.cpp +++ b/src/server/ArcImpl.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ArcImpl.hpp b/src/server/ArcImpl.hpp index 63ed8430..486a5694 100644 --- a/src/server/ArcImpl.hpp +++ b/src/server/ArcImpl.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/BlockFactory.cpp b/src/server/BlockFactory.cpp index c492d117..5b00bb76 100644 --- a/src/server/BlockFactory.cpp +++ b/src/server/BlockFactory.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/BlockFactory.hpp b/src/server/BlockFactory.hpp index 877a860b..2acaa09e 100644 --- a/src/server/BlockFactory.hpp +++ b/src/server/BlockFactory.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp index d21514ef..e61dea5f 100644 --- a/src/server/BlockImpl.cpp +++ b/src/server/BlockImpl.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp index 965adbcc..521a174b 100644 --- a/src/server/BlockImpl.hpp +++ b/src/server/BlockImpl.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Broadcaster.cpp b/src/server/Broadcaster.cpp index 5f13096b..00fefddd 100644 --- a/src/server/Broadcaster.cpp +++ b/src/server/Broadcaster.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Broadcaster.hpp b/src/server/Broadcaster.hpp index b9aeae76..aa07c26d 100644 --- a/src/server/Broadcaster.hpp +++ b/src/server/Broadcaster.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Buffer.cpp b/src/server/Buffer.cpp index 36fa31f9..1ee7156a 100644 --- a/src/server/Buffer.cpp +++ b/src/server/Buffer.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Buffer.hpp b/src/server/Buffer.hpp index 6dcf241b..ada8a43d 100644 --- a/src/server/Buffer.hpp +++ b/src/server/Buffer.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/BufferFactory.cpp b/src/server/BufferFactory.cpp index c05632e5..599f8fc5 100644 --- a/src/server/BufferFactory.cpp +++ b/src/server/BufferFactory.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp index 97a5ca51..2fae3244 100644 --- a/src/server/BufferFactory.hpp +++ b/src/server/BufferFactory.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/BufferRef.hpp b/src/server/BufferRef.hpp index c25f8c7f..2a1cbc27 100644 --- a/src/server/BufferRef.hpp +++ b/src/server/BufferRef.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/CompiledGraph.hpp b/src/server/CompiledGraph.hpp index ed67ca22..8ef9bac3 100644 --- a/src/server/CompiledGraph.hpp +++ b/src/server/CompiledGraph.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Context.cpp b/src/server/Context.cpp index ecf078e1..387bed8e 100644 --- a/src/server/Context.cpp +++ b/src/server/Context.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Context.hpp b/src/server/Context.hpp index a11a5e8c..2f1967da 100644 --- a/src/server/Context.hpp +++ b/src/server/Context.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ControlBindings.cpp b/src/server/ControlBindings.cpp index 973874ae..40255fff 100644 --- a/src/server/ControlBindings.cpp +++ b/src/server/ControlBindings.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ControlBindings.hpp b/src/server/ControlBindings.hpp index 19f7f7d6..9f06c139 100644 --- a/src/server/ControlBindings.hpp +++ b/src/server/ControlBindings.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/DirectDriver.hpp b/src/server/DirectDriver.hpp index 812a7e2a..9bbfe14e 100644 --- a/src/server/DirectDriver.hpp +++ b/src/server/DirectDriver.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp index 6d0f8693..4255f652 100644 --- a/src/server/Driver.hpp +++ b/src/server/Driver.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/DuplexPort.cpp b/src/server/DuplexPort.cpp index 7b39a0de..0a928a3f 100644 --- a/src/server/DuplexPort.cpp +++ b/src/server/DuplexPort.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp index d8e01e42..1dd1292c 100644 --- a/src/server/DuplexPort.hpp +++ b/src/server/DuplexPort.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/EnginePort.hpp b/src/server/EnginePort.hpp index 7154920b..f14243e7 100644 --- a/src/server/EnginePort.hpp +++ b/src/server/EnginePort.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Event.hpp b/src/server/Event.hpp index 8ffbbe0a..77249262 100644 --- a/src/server/Event.hpp +++ b/src/server/Event.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/EventWriter.cpp b/src/server/EventWriter.cpp index 5f3fe3c3..1fb5aa2c 100644 --- a/src/server/EventWriter.cpp +++ b/src/server/EventWriter.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/EventWriter.hpp b/src/server/EventWriter.hpp index 1c031961..efb48d59 100644 --- a/src/server/EventWriter.hpp +++ b/src/server/EventWriter.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/GraphImpl.cpp b/src/server/GraphImpl.cpp index a6e35123..ceb94748 100644 --- a/src/server/GraphImpl.cpp +++ b/src/server/GraphImpl.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp index 9601f9a1..c48754a8 100644 --- a/src/server/GraphImpl.hpp +++ b/src/server/GraphImpl.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/GraphPlugin.hpp b/src/server/GraphPlugin.hpp index ddd962f1..8cd08c1b 100644 --- a/src/server/GraphPlugin.hpp +++ b/src/server/GraphPlugin.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp index a1910b4f..974fe3ab 100644 --- a/src/server/InputPort.cpp +++ b/src/server/InputPort.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 7d0a1429..7394c19a 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/InternalPlugin.cpp b/src/server/InternalPlugin.cpp index dc64fb73..f1ee9024 100644 --- a/src/server/InternalPlugin.cpp +++ b/src/server/InternalPlugin.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp index 0e9a2769..bcbfe71a 100644 --- a/src/server/InternalPlugin.hpp +++ b/src/server/InternalPlugin.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/JackDriver.cpp b/src/server/JackDriver.cpp index efe19169..ab4054b7 100644 --- a/src/server/JackDriver.cpp +++ b/src/server/JackDriver.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/JackDriver.hpp b/src/server/JackDriver.hpp index f3b4d929..bf424623 100644 --- a/src/server/JackDriver.hpp +++ b/src/server/JackDriver.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2Block.cpp b/src/server/LV2Block.cpp index 5ab1dbe1..30d1f090 100644 --- a/src/server/LV2Block.cpp +++ b/src/server/LV2Block.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp index 6b343df7..f07f845f 100644 --- a/src/server/LV2Block.hpp +++ b/src/server/LV2Block.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2Info.cpp b/src/server/LV2Info.cpp index 1e4b2aec..3c7a4df9 100644 --- a/src/server/LV2Info.cpp +++ b/src/server/LV2Info.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2Info.hpp b/src/server/LV2Info.hpp index 1d38b4e1..e95c3964 100644 --- a/src/server/LV2Info.hpp +++ b/src/server/LV2Info.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2Options.hpp b/src/server/LV2Options.hpp index 502a2573..e7db2553 100644 --- a/src/server/LV2Options.hpp +++ b/src/server/LV2Options.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2013 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2Plugin.cpp b/src/server/LV2Plugin.cpp index 22e7e9c4..58491f4c 100644 --- a/src/server/LV2Plugin.cpp +++ b/src/server/LV2Plugin.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2Plugin.hpp b/src/server/LV2Plugin.hpp index 6788e41d..0dde120c 100644 --- a/src/server/LV2Plugin.hpp +++ b/src/server/LV2Plugin.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/LV2ResizeFeature.hpp b/src/server/LV2ResizeFeature.hpp index 6712c74b..8bfa5d12 100644 --- a/src/server/LV2ResizeFeature.hpp +++ b/src/server/LV2ResizeFeature.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/NodeImpl.cpp b/src/server/NodeImpl.cpp index 4d7a42b6..27d1ba4e 100644 --- a/src/server/NodeImpl.cpp +++ b/src/server/NodeImpl.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/NodeImpl.hpp b/src/server/NodeImpl.hpp index a51d6fe5..17238a74 100644 --- a/src/server/NodeImpl.hpp +++ b/src/server/NodeImpl.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/OutputPort.cpp b/src/server/OutputPort.cpp index 6d80dad2..eb36abde 100644 --- a/src/server/OutputPort.cpp +++ b/src/server/OutputPort.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/OutputPort.hpp b/src/server/OutputPort.hpp index 79cb3762..b76d6d88 100644 --- a/src/server/OutputPort.hpp +++ b/src/server/OutputPort.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PluginImpl.hpp b/src/server/PluginImpl.hpp index b1321e59..92338b70 100644 --- a/src/server/PluginImpl.hpp +++ b/src/server/PluginImpl.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp index c151aab6..910349ca 100644 --- a/src/server/PortImpl.cpp +++ b/src/server/PortImpl.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PortImpl.hpp b/src/server/PortImpl.hpp index f084a6e5..a59925ab 100644 --- a/src/server/PortImpl.hpp +++ b/src/server/PortImpl.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PortType.hpp b/src/server/PortType.hpp index 8371bd2c..be0426b0 100644 --- a/src/server/PortType.hpp +++ b/src/server/PortType.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PostProcessor.cpp b/src/server/PostProcessor.cpp index d9a06b9d..a0cb060b 100644 --- a/src/server/PostProcessor.cpp +++ b/src/server/PostProcessor.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PostProcessor.hpp b/src/server/PostProcessor.hpp index 8b7bda50..6203cc53 100644 --- a/src/server/PostProcessor.hpp +++ b/src/server/PostProcessor.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PreProcessor.cpp b/src/server/PreProcessor.cpp index f786ca10..a053e024 100644 --- a/src/server/PreProcessor.cpp +++ b/src/server/PreProcessor.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/PreProcessor.hpp b/src/server/PreProcessor.hpp index 37d14486..586d6dd8 100644 --- a/src/server/PreProcessor.hpp +++ b/src/server/PreProcessor.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ProcessContext.hpp b/src/server/ProcessContext.hpp index 78ed9344..3ebd6a5f 100644 --- a/src/server/ProcessContext.hpp +++ b/src/server/ProcessContext.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ThreadManager.hpp b/src/server/ThreadManager.hpp index a29f7f7f..4da93e97 100644 --- a/src/server/ThreadManager.hpp +++ b/src/server/ThreadManager.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Worker.cpp b/src/server/Worker.cpp index d5bb0785..6706f147 100644 --- a/src/server/Worker.cpp +++ b/src/server/Worker.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/Worker.hpp b/src/server/Worker.hpp index d51c6559..1cd6aff8 100644 --- a/src/server/Worker.hpp +++ b/src/server/Worker.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events.hpp b/src/server/events.hpp index fb8509eb..bbe0aa64 100644 --- a/src/server/events.hpp +++ b/src/server/events.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Connect.cpp b/src/server/events/Connect.cpp index 1b11702f..1f22e6f2 100644 --- a/src/server/events/Connect.cpp +++ b/src/server/events/Connect.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Connect.hpp b/src/server/events/Connect.hpp index 0750fbdc..f6b6cccc 100644 --- a/src/server/events/Connect.hpp +++ b/src/server/events/Connect.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/CreateBlock.cpp b/src/server/events/CreateBlock.cpp index 3ea009a4..2b0e8268 100644 --- a/src/server/events/CreateBlock.cpp +++ b/src/server/events/CreateBlock.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/CreateBlock.hpp b/src/server/events/CreateBlock.hpp index 6e0d7f4d..ae068f1e 100644 --- a/src/server/events/CreateBlock.hpp +++ b/src/server/events/CreateBlock.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/CreateGraph.cpp b/src/server/events/CreateGraph.cpp index b9661a13..2b31d595 100644 --- a/src/server/events/CreateGraph.cpp +++ b/src/server/events/CreateGraph.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/CreateGraph.hpp b/src/server/events/CreateGraph.hpp index 542a2921..e7a5e7af 100644 --- a/src/server/events/CreateGraph.hpp +++ b/src/server/events/CreateGraph.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/CreatePort.cpp b/src/server/events/CreatePort.cpp index 21602df6..9dce0ad0 100644 --- a/src/server/events/CreatePort.cpp +++ b/src/server/events/CreatePort.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/CreatePort.hpp b/src/server/events/CreatePort.hpp index d5e2b29c..f9f1b6fa 100644 --- a/src/server/events/CreatePort.hpp +++ b/src/server/events/CreatePort.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Delete.cpp b/src/server/events/Delete.cpp index efbf124b..54b6ace2 100644 --- a/src/server/events/Delete.cpp +++ b/src/server/events/Delete.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Delete.hpp b/src/server/events/Delete.hpp index dc695ab8..9711ce16 100644 --- a/src/server/events/Delete.hpp +++ b/src/server/events/Delete.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Delta.cpp b/src/server/events/Delta.cpp index 8df79994..1d221230 100644 --- a/src/server/events/Delta.cpp +++ b/src/server/events/Delta.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Delta.hpp b/src/server/events/Delta.hpp index 750411ff..0b5934ac 100644 --- a/src/server/events/Delta.hpp +++ b/src/server/events/Delta.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Disconnect.cpp b/src/server/events/Disconnect.cpp index 202a3b09..87c192b4 100644 --- a/src/server/events/Disconnect.cpp +++ b/src/server/events/Disconnect.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Disconnect.hpp b/src/server/events/Disconnect.hpp index 083efe5b..f870a0a7 100644 --- a/src/server/events/Disconnect.hpp +++ b/src/server/events/Disconnect.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/DisconnectAll.cpp b/src/server/events/DisconnectAll.cpp index 262bfea8..bd4fef7d 100644 --- a/src/server/events/DisconnectAll.cpp +++ b/src/server/events/DisconnectAll.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/DisconnectAll.hpp b/src/server/events/DisconnectAll.hpp index 43c3ec2b..039e3f54 100644 --- a/src/server/events/DisconnectAll.hpp +++ b/src/server/events/DisconnectAll.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Get.cpp b/src/server/events/Get.cpp index c8e7a711..bba95485 100644 --- a/src/server/events/Get.cpp +++ b/src/server/events/Get.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Get.hpp b/src/server/events/Get.hpp index bcb07fcb..5a4bde23 100644 --- a/src/server/events/Get.hpp +++ b/src/server/events/Get.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Move.cpp b/src/server/events/Move.cpp index 9da77bc8..2c689fe5 100644 --- a/src/server/events/Move.cpp +++ b/src/server/events/Move.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/Move.hpp b/src/server/events/Move.hpp index 2959cbcc..3d1da94e 100644 --- a/src/server/events/Move.hpp +++ b/src/server/events/Move.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/SetPortValue.cpp b/src/server/events/SetPortValue.cpp index 655ff281..e069e474 100644 --- a/src/server/events/SetPortValue.cpp +++ b/src/server/events/SetPortValue.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp index ed81db47..80d0b84a 100644 --- a/src/server/events/SetPortValue.hpp +++ b/src/server/events/SetPortValue.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ingen_engine.cpp b/src/server/ingen_engine.cpp index cd470f44..2805603a 100644 --- a/src/server/ingen_engine.cpp +++ b/src/server/ingen_engine.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ingen_jack.cpp b/src/server/ingen_jack.cpp index 474dca73..43d25aa7 100644 --- a/src/server/ingen_jack.cpp +++ b/src/server/ingen_jack.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp index 9e4b76fa..2259b758 100644 --- a/src/server/ingen_lv2.cpp +++ b/src/server/ingen_lv2.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Controller.cpp b/src/server/internals/Controller.cpp index 5f084f6f..d52dc59f 100644 --- a/src/server/internals/Controller.cpp +++ b/src/server/internals/Controller.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Controller.hpp b/src/server/internals/Controller.hpp index a5fc5ef2..8f5bd766 100644 --- a/src/server/internals/Controller.hpp +++ b/src/server/internals/Controller.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Delay.cpp b/src/server/internals/Delay.cpp index 92bbe45b..16b20a3f 100644 --- a/src/server/internals/Delay.cpp +++ b/src/server/internals/Delay.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Delay.hpp b/src/server/internals/Delay.hpp index 9df7349f..51e8e276 100644 --- a/src/server/internals/Delay.hpp +++ b/src/server/internals/Delay.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Note.cpp b/src/server/internals/Note.cpp index cdb5b3e9..88fb1cd1 100644 --- a/src/server/internals/Note.cpp +++ b/src/server/internals/Note.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Note.hpp b/src/server/internals/Note.hpp index 2ef64718..111d3f1a 100644 --- a/src/server/internals/Note.hpp +++ b/src/server/internals/Note.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Time.cpp b/src/server/internals/Time.cpp index 54901172..b03f427c 100644 --- a/src/server/internals/Time.cpp +++ b/src/server/internals/Time.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Time.hpp b/src/server/internals/Time.hpp index 8c0114b7..bd98827c 100644 --- a/src/server/internals/Time.hpp +++ b/src/server/internals/Time.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Trigger.cpp b/src/server/internals/Trigger.cpp index 650126d4..1fa57ba9 100644 --- a/src/server/internals/Trigger.cpp +++ b/src/server/internals/Trigger.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/internals/Trigger.hpp b/src/server/internals/Trigger.hpp index 041bc801..f3fae245 100644 --- a/src/server/internals/Trigger.hpp +++ b/src/server/internals/Trigger.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/jackey.h b/src/server/jackey.h index 02a77357..fc31d73c 100644 --- a/src/server/jackey.h +++ b/src/server/jackey.h @@ -1,5 +1,5 @@ /* - Copyright 2014 David Robillard + Copyright 2014-2015 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/mix.cpp b/src/server/mix.cpp index afece4f6..d7bf2229 100644 --- a/src/server/mix.cpp +++ b/src/server/mix.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/mix.hpp b/src/server/mix.hpp index b06d2ac4..c10b2de6 100644 --- a/src/server/mix.hpp +++ b/src/server/mix.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/types.hpp b/src/server/types.hpp index c27a2847..3747e3ea 100644 --- a/src/server/types.hpp +++ b/src/server/types.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/src/server/util.hpp b/src/server/util.hpp index 106d09de..d6377a9e 100644 --- a/src/server/util.hpp +++ b/src/server/util.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index cbc7f64c..4594bee1 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2015 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/wscript b/wscript index f5967fc3..722bd192 100644 --- a/wscript +++ b/wscript @@ -212,7 +212,7 @@ def build(bld): lib = bld.env.INGEN_TEST_LIBS, cxxflags = bld.env.INGEN_TEST_CXXFLAGS) autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL LILV INGEN LV2 SRATOM') - + bld.install_files('${DATADIR}/applications', 'src/ingen/ingen.desktop') bld.install_files('${BINDIR}', 'scripts/ingenish', chmod=Utils.O755) bld.install_files('${BINDIR}', 'scripts/ingenams', chmod=Utils.O755) -- cgit v1.2.1