From c803c07346142f93dd2d7929cd100764d9e43273 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Feb 2007 05:57:53 +0000 Subject: Updated FSF address, copyright dates where appropriate, etc. git-svn-id: http://svn.drobilla.net/lad/machina@288 a436a847-0d15-0410-975c-d299462d15a1 --- src/Action.hpp | 5 +++-- src/Driver.hpp | 3 ++- src/Edge.hpp | 5 +++-- src/JackActions.cpp | 3 ++- src/JackActions.hpp | 3 ++- src/JackDriver.cpp | 3 ++- src/JackDriver.hpp | 3 ++- src/JackNodeFactory.cpp | 3 ++- src/JackNodeFactory.hpp | 3 ++- src/Loader.cpp | 3 ++- src/Loader.hpp | 3 ++- src/Machina.hpp | 5 +++-- src/Machine.cpp | 5 +++-- src/Machine.hpp | 5 +++-- src/Node.cpp | 5 +++-- src/Node.hpp | 5 +++-- src/NodeFactory.hpp | 3 ++- src/main.cpp | 5 +++-- 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 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 * * 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 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 * * 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 * * 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 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 * * 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 * * 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 * * 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 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 * * 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 -- cgit v1.2.1