aboutsummaryrefslogtreecommitdiffstats
path: root/src/Node.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-07 05:57:53 +0000
committerDavid Robillard <d@drobilla.net>2007-02-07 05:57:53 +0000
commitc803c07346142f93dd2d7929cd100764d9e43273 (patch)
treeecf7b52091939c74d4abda20ecd58914f0544d3e /src/Node.cpp
parent860fe303775de8a076ae031190a46ffdd8b2bf72 (diff)
downloadmachina-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/Node.cpp')
-rw-r--r--src/Node.cpp5
1 files changed, 3 insertions, 2 deletions
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>