diff options
author | David Robillard <d@drobilla.net> | 2007-04-06 04:29:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-06 04:29:27 +0000 |
commit | 0a9336debbf5ae8b434ec4caa68c678fe43fd4da (patch) | |
tree | 8a866656196b000cfb59471187ca390eb5fac58e /src/gui | |
parent | adfdf199013acf2ae83731efe76e6ce4352e16b4 (diff) | |
download | machina-0a9336debbf5ae8b434ec4caa68c678fe43fd4da.tar.gz machina-0a9336debbf5ae8b434ec4caa68c678fe43fd4da.tar.bz2 machina-0a9336debbf5ae8b434ec4caa68c678fe43fd4da.zip |
Email address and FSF copyright address updates.
git-svn-id: http://svn.drobilla.net/lad/machina@405 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/EdgeView.cpp | 2 | ||||
-rw-r--r-- | src/gui/EdgeView.hpp | 2 | ||||
-rw-r--r-- | src/gui/GladeXml.hpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaCanvas.cpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaCanvas.hpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaGUI.cpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaGUI.hpp | 2 | ||||
-rw-r--r-- | src/gui/NodeView.cpp | 2 | ||||
-rw-r--r-- | src/gui/NodeView.hpp | 2 | ||||
-rw-r--r-- | src/gui/main.cpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/gui/EdgeView.cpp b/src/gui/EdgeView.cpp index d8e11a9..faa89d0 100644 --- a/src/gui/EdgeView.cpp +++ b/src/gui/EdgeView.cpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <iomanip> diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp index 61de52f..8416ce1 100644 --- a/src/gui/EdgeView.hpp +++ b/src/gui/EdgeView.hpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_EDGEVIEW_H diff --git a/src/gui/GladeXml.hpp b/src/gui/GladeXml.hpp index eb3f278..66e2a99 100644 --- a/src/gui/GladeXml.hpp +++ b/src/gui/GladeXml.hpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <fstream> diff --git a/src/gui/MachinaCanvas.cpp b/src/gui/MachinaCanvas.cpp index 193a4c8..c689e24 100644 --- a/src/gui/MachinaCanvas.cpp +++ b/src/gui/MachinaCanvas.cpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <map> diff --git a/src/gui/MachinaCanvas.hpp b/src/gui/MachinaCanvas.hpp index 906a87c..ad9b225 100644 --- a/src/gui/MachinaCanvas.hpp +++ b/src/gui/MachinaCanvas.hpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEPATCHBAYAREA_H diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index c0a04a9..fbe2dea 100644 --- a/src/gui/MachinaGUI.cpp +++ b/src/gui/MachinaGUI.cpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <cmath> diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp index fe1c803..7f21c55 100644 --- a/src/gui/MachinaGUI.hpp +++ b/src/gui/MachinaGUI.hpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_GUI_H diff --git a/src/gui/NodeView.cpp b/src/gui/NodeView.cpp index d38e228..271a137 100644 --- a/src/gui/NodeView.cpp +++ b/src/gui/NodeView.cpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <machina/MidiAction.hpp> diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index 41ff45f..16069fb 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef MACHINA_NODEVIEW_H diff --git a/src/gui/main.cpp b/src/gui/main.cpp index e1e86ea..25b2aa9 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -12,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <signal.h> |