From 0cb9e2ad982390136a25dda96c88cd6cb40785f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jan 2013 09:34:49 +0000 Subject: Update copyright headers. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4959 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Evolver.cpp | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'src/engine/Evolver.cpp') diff --git a/src/engine/Evolver.cpp b/src/engine/Evolver.cpp index 0ebf21a..eb697b6 100644 --- a/src/engine/Evolver.cpp +++ b/src/engine/Evolver.cpp @@ -1,19 +1,18 @@ -/* This file is part of Machina. - * Copyright 2007-2011 David Robillard - * - * Machina is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Machina is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Machina. If not, see . - */ +/* + This file is part of Machina. + Copyright 2007-2013 David Robillard + + Machina is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or any later version. + + Machina is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Machina. If not, see . +*/ #include -- cgit v1.2.1