diff options
author | David Robillard <d@drobilla.net> | 2013-01-13 09:34:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-13 09:34:49 +0000 |
commit | 0cb9e2ad982390136a25dda96c88cd6cb40785f3 (patch) | |
tree | 45d5f9d8b1e1dc2809a0735aa0afb22a21c26326 /src/client | |
parent | 6ca00476393400d6edd73bd7182ec8da28c2e8f2 (diff) | |
download | machina-0cb9e2ad982390136a25dda96c88cd6cb40785f3.tar.gz machina-0cb9e2ad982390136a25dda96c88cd6cb40785f3.tar.bz2 machina-0cb9e2ad982390136a25dda96c88cd6cb40785f3.zip |
Update copyright headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4959 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/ClientModel.cpp | 31 | ||||
-rw-r--r-- | src/client/ClientModel.hpp | 31 | ||||
-rw-r--r-- | src/client/ClientObject.cpp | 31 | ||||
-rw-r--r-- | src/client/ClientObject.hpp | 31 |
4 files changed, 60 insertions, 64 deletions
diff --git a/src/client/ClientModel.cpp b/src/client/ClientModel.cpp index e033509..5d6674e 100644 --- a/src/client/ClientModel.cpp +++ b/src/client/ClientModel.cpp @@ -1,19 +1,18 @@ -/* This file is part of Machina. - * 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 - * 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 <http://www.gnu.org/licenses/>. - */ +/* + This file is part of Machina. + Copyright 2007-2013 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 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 <http://www.gnu.org/licenses/>. +*/ #include "ClientModel.hpp" diff --git a/src/client/ClientModel.hpp b/src/client/ClientModel.hpp index e3bccb4..a8a66aa 100644 --- a/src/client/ClientModel.hpp +++ b/src/client/ClientModel.hpp @@ -1,19 +1,18 @@ -/* This file is part of Machina. - * 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 - * 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 <http://www.gnu.org/licenses/>. - */ +/* + This file is part of Machina. + Copyright 2007-2013 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 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 <http://www.gnu.org/licenses/>. +*/ #ifndef MACHINA_CLIENTMODEL_HPP #define MACHINA_CLIENTMODEL_HPP diff --git a/src/client/ClientObject.cpp b/src/client/ClientObject.cpp index 199cf90..475d8e3 100644 --- a/src/client/ClientObject.cpp +++ b/src/client/ClientObject.cpp @@ -1,19 +1,18 @@ -/* This file is part of Machina. - * 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 - * 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 <http://www.gnu.org/licenses/>. - */ +/* + This file is part of Machina. + Copyright 2007-2013 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 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 <http://www.gnu.org/licenses/>. +*/ #include <iostream> diff --git a/src/client/ClientObject.hpp b/src/client/ClientObject.hpp index e823a64..557e23a 100644 --- a/src/client/ClientObject.hpp +++ b/src/client/ClientObject.hpp @@ -1,19 +1,18 @@ -/* This file is part of Machina. - * 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 - * 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 <http://www.gnu.org/licenses/>. - */ +/* + This file is part of Machina. + Copyright 2007-2013 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 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 <http://www.gnu.org/licenses/>. +*/ #ifndef MACHINA_CLIENTOBJECT_HPP #define MACHINA_CLIENTOBJECT_HPP |