diff options
Diffstat (limited to 'src/engine/machina')
-rw-r--r-- | src/engine/machina/Controller.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Driver.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Engine.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Evolver.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Loader.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Machine.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Mutation.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/URIs.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Updates.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/types.hpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/engine/machina/Controller.hpp b/src/engine/machina/Controller.hpp index 48165b9..f5bf631 100644 --- a/src/engine/machina/Controller.hpp +++ b/src/engine/machina/Controller.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard <http://drobilla.net> + * Copyright 2010-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Driver.hpp b/src/engine/machina/Driver.hpp index 508430e..c80fc26 100644 --- a/src/engine/machina/Driver.hpp +++ b/src/engine/machina/Driver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Engine.hpp b/src/engine/machina/Engine.hpp index 1df08f2..8c3a117 100644 --- a/src/engine/machina/Engine.hpp +++ b/src/engine/machina/Engine.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Evolver.hpp b/src/engine/machina/Evolver.hpp index 05e9f84..8dd8e12 100644 --- a/src/engine/machina/Evolver.hpp +++ b/src/engine/machina/Evolver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Loader.hpp b/src/engine/machina/Loader.hpp index c7b8fb2..a393ccd 100644 --- a/src/engine/machina/Loader.hpp +++ b/src/engine/machina/Loader.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp index 751f3c0..b9ad4c1 100644 --- a/src/engine/machina/Machine.hpp +++ b/src/engine/machina/Machine.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2010 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp index e814f25..a7fd94d 100644 --- a/src/engine/machina/Mutation.hpp +++ b/src/engine/machina/Mutation.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/URIs.hpp b/src/engine/machina/URIs.hpp index 74e5451..944ab63 100644 --- a/src/engine/machina/URIs.hpp +++ b/src/engine/machina/URIs.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard <http://drobilla.net> + * Copyright 2010-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Updates.hpp b/src/engine/machina/Updates.hpp index 31c7e2b..d2947e7 100644 --- a/src/engine/machina/Updates.hpp +++ b/src/engine/machina/Updates.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard <http://drobilla.net> + * Copyright 2010-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/types.hpp b/src/engine/machina/types.hpp index 74410d9..8bae27a 100644 --- a/src/engine/machina/types.hpp +++ b/src/engine/machina/types.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |