diff options
author | David Robillard <d@drobilla.net> | 2007-02-07 05:57:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-07 05:57:53 +0000 |
commit | c803c07346142f93dd2d7929cd100764d9e43273 (patch) | |
tree | ecf7b52091939c74d4abda20ecd58914f0544d3e /src | |
parent | 860fe303775de8a076ae031190a46ffdd8b2bf72 (diff) | |
download | machina-c803c07346142f93dd2d7929cd100764d9e43273.tar.gz machina-c803c07346142f93dd2d7929cd100764d9e43273.tar.bz2 machina-c803c07346142f93dd2d7929cd100764d9e43273.zip |
Updated FSF address, copyright dates where appropriate, etc.
git-svn-id: http://svn.drobilla.net/lad/machina@288 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/Action.hpp | 5 | ||||
-rw-r--r-- | src/Driver.hpp | 3 | ||||
-rw-r--r-- | src/Edge.hpp | 5 | ||||
-rw-r--r-- | src/JackActions.cpp | 3 | ||||
-rw-r--r-- | src/JackActions.hpp | 3 | ||||
-rw-r--r-- | src/JackDriver.cpp | 3 | ||||
-rw-r--r-- | src/JackDriver.hpp | 3 | ||||
-rw-r--r-- | src/JackNodeFactory.cpp | 3 | ||||
-rw-r--r-- | src/JackNodeFactory.hpp | 3 | ||||
-rw-r--r-- | src/Loader.cpp | 3 | ||||
-rw-r--r-- | src/Loader.hpp | 3 | ||||
-rw-r--r-- | src/Machina.hpp | 5 | ||||
-rw-r--r-- | src/Machine.cpp | 5 | ||||
-rw-r--r-- | src/Machine.hpp | 5 | ||||
-rw-r--r-- | src/Node.cpp | 5 | ||||
-rw-r--r-- | src/Node.hpp | 5 | ||||
-rw-r--r-- | src/NodeFactory.hpp | 3 | ||||
-rw-r--r-- | src/main.cpp | 5 | ||||
-rw-r--r-- | src/types.hpp | 5 |
19 files changed, 47 insertions, 28 deletions
diff --git a/src/Action.hpp b/src/Action.hpp index 0b2ac40..ffee5b1 100644 --- a/src/Action.hpp +++ b/src/Action.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_ACTION_HPP diff --git a/src/Driver.hpp b/src/Driver.hpp index e1afe07..f2816ba 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/Edge.hpp b/src/Edge.hpp index 3805f81..f20e5db 100644 --- a/src/Edge.hpp +++ b/src/Edge.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_EDGE_HPP diff --git a/src/JackActions.cpp b/src/JackActions.cpp index 50f7e23..9a2ee03 100644 --- a/src/JackActions.cpp +++ b/src/JackActions.cpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/JackActions.hpp b/src/JackActions.hpp index e55d863..0eb50b8 100644 --- a/src/JackActions.hpp +++ b/src/JackActions.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index cc9a52a..3eacd49 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 716bb06..84c9223 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/JackNodeFactory.cpp b/src/JackNodeFactory.cpp index be0f6d3..1dcc380 100644 --- a/src/JackNodeFactory.cpp +++ b/src/JackNodeFactory.cpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/JackNodeFactory.hpp b/src/JackNodeFactory.hpp index cd8735d..017cc6d 100644 --- a/src/JackNodeFactory.hpp +++ b/src/JackNodeFactory.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/Loader.cpp b/src/Loader.cpp index 7f61e05..9bb6336 100644 --- a/src/Loader.cpp +++ b/src/Loader.cpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/Loader.hpp b/src/Loader.hpp index 0149584..c3ce013 100644 --- a/src/Loader.hpp +++ b/src/Loader.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/Machina.hpp b/src/Machina.hpp index 4387978..6cefcc5 100644 --- a/src/Machina.hpp +++ b/src/Machina.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <list> diff --git a/src/Machine.cpp b/src/Machine.cpp index a6e63d3..3cc4ed4 100644 --- a/src/Machine.cpp +++ b/src/Machine.cpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <algorithm> diff --git a/src/Machine.hpp b/src/Machine.hpp index 8b96583..2ac739e 100644 --- a/src/Machine.hpp +++ b/src/Machine.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_MACHINE_HPP diff --git a/src/Node.cpp b/src/Node.cpp index 2e45d51..5584f84 100644 --- a/src/Node.cpp +++ b/src/Node.cpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <cassert> diff --git a/src/Node.hpp b/src/Node.hpp index e5a3dbe..1e09646 100644 --- a/src/Node.hpp +++ b/src/Node.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_NODE_HPP diff --git a/src/NodeFactory.hpp b/src/NodeFactory.hpp index 4098ac2..f38fd92 100644 --- a/src/NodeFactory.hpp +++ b/src/NodeFactory.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 diff --git a/src/main.cpp b/src/main.cpp index 325757b..3831f97 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <iostream> diff --git a/src/types.hpp b/src/types.hpp index be1fd1a..8793fb1 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -1,4 +1,5 @@ -/* This file is part of Machina. Copyright (C) 2007 Dave Robillard. +/* This file is part of Machina. + * Copyright (C) 2007 Dave 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 @@ -11,7 +12,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_TYPES_HPP |