From 0a9336debbf5ae8b434ec4caa68c678fe43fd4da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Apr 2007 04:29:27 +0000 Subject: Email address and FSF copyright address updates. git-svn-id: http://svn.drobilla.net/lad/machina@405 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Action.cpp | 2 +- src/engine/ActionFactory.cpp | 2 +- src/engine/Edge.cpp | 2 +- src/engine/Engine.cpp | 2 +- src/engine/JackDriver.cpp | 2 +- src/engine/LearnRequest.cpp | 2 +- src/engine/Loader.cpp | 2 +- src/engine/Machine.cpp | 2 +- src/engine/MachineBuilder.cpp | 2 +- src/engine/MidiAction.cpp | 2 +- src/engine/Node.cpp | 2 +- src/engine/Recorder.cpp | 2 +- src/engine/SMFDriver.cpp | 2 +- src/engine/machina/Action.hpp | 2 +- src/engine/machina/ActionFactory.hpp | 2 +- src/engine/machina/Driver.hpp | 2 +- src/engine/machina/Edge.hpp | 2 +- src/engine/machina/Engine.hpp | 2 +- src/engine/machina/JackDriver.hpp | 2 +- src/engine/machina/LearnRequest.hpp | 2 +- src/engine/machina/Loader.hpp | 2 +- src/engine/machina/Machine.hpp | 2 +- src/engine/machina/MachineBuilder.hpp | 2 +- src/engine/machina/MidiAction.hpp | 2 +- src/engine/machina/Node.hpp | 2 +- src/engine/machina/Recorder.hpp | 2 +- src/engine/machina/SMFDriver.hpp | 2 +- src/engine/machina/types.hpp | 2 +- src/gui/EdgeView.cpp | 2 +- src/gui/EdgeView.hpp | 2 +- src/gui/GladeXml.hpp | 2 +- src/gui/MachinaCanvas.cpp | 2 +- src/gui/MachinaCanvas.hpp | 2 +- src/gui/MachinaGUI.cpp | 2 +- src/gui/MachinaGUI.hpp | 2 +- src/gui/NodeView.cpp | 2 +- src/gui/NodeView.hpp | 2 +- src/gui/main.cpp | 2 +- src/machina.cpp | 2 +- src/midi2machina.cpp | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/engine/Action.cpp b/src/engine/Action.cpp index 471dfa8..a8a7db1 100644 --- a/src/engine/Action.cpp +++ b/src/engine/Action.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 diff --git a/src/engine/ActionFactory.cpp b/src/engine/ActionFactory.cpp index 2e87cbc..4b63e92 100644 --- a/src/engine/ActionFactory.cpp +++ b/src/engine/ActionFactory.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/ActionFactory.hpp" diff --git a/src/engine/Edge.cpp b/src/engine/Edge.cpp index f982cda..3ad1bfc 100644 --- a/src/engine/Edge.cpp +++ b/src/engine/Edge.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 diff --git a/src/engine/Engine.cpp b/src/engine/Engine.cpp index 5af50b9..9135d43 100644 --- a/src/engine/Engine.cpp +++ b/src/engine/Engine.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 diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp index d2c131d..f98b095 100644 --- a/src/engine/JackDriver.cpp +++ b/src/engine/JackDriver.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 diff --git a/src/engine/LearnRequest.cpp b/src/engine/LearnRequest.cpp index 70420e2..b908f7d 100644 --- a/src/engine/LearnRequest.cpp +++ b/src/engine/LearnRequest.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 diff --git a/src/engine/Loader.cpp b/src/engine/Loader.cpp index f9145c9..7085ec1 100644 --- a/src/engine/Loader.cpp +++ b/src/engine/Loader.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 diff --git a/src/engine/Machine.cpp b/src/engine/Machine.cpp index 5879243..b09b924 100644 --- a/src/engine/Machine.cpp +++ b/src/engine/Machine.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 diff --git a/src/engine/MachineBuilder.cpp b/src/engine/MachineBuilder.cpp index 8be9148..1b1ed61 100644 --- a/src/engine/MachineBuilder.cpp +++ b/src/engine/MachineBuilder.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 diff --git a/src/engine/MidiAction.cpp b/src/engine/MidiAction.cpp index 9609bb6..969e53a 100644 --- a/src/engine/MidiAction.cpp +++ b/src/engine/MidiAction.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 diff --git a/src/engine/Node.cpp b/src/engine/Node.cpp index b03fa1c..dfbfb4b 100644 --- a/src/engine/Node.cpp +++ b/src/engine/Node.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 diff --git a/src/engine/Recorder.cpp b/src/engine/Recorder.cpp index 615cd97..1fd8ee4 100644 --- a/src/engine/Recorder.cpp +++ b/src/engine/Recorder.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 diff --git a/src/engine/SMFDriver.cpp b/src/engine/SMFDriver.cpp index b936143..0283288 100644 --- a/src/engine/SMFDriver.cpp +++ b/src/engine/SMFDriver.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 diff --git a/src/engine/machina/Action.hpp b/src/engine/machina/Action.hpp index 24e295b..888f639 100644 --- a/src/engine/machina/Action.hpp +++ b/src/engine/machina/Action.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_ACTION_HPP diff --git a/src/engine/machina/ActionFactory.hpp b/src/engine/machina/ActionFactory.hpp index 72303ee..c43bf72 100644 --- a/src/engine/machina/ActionFactory.hpp +++ b/src/engine/machina/ActionFactory.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_ACTIONFACTORY_HPP diff --git a/src/engine/machina/Driver.hpp b/src/engine/machina/Driver.hpp index c28bfcf..cca9c55 100644 --- a/src/engine/machina/Driver.hpp +++ b/src/engine/machina/Driver.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_DRIVER_HPP diff --git a/src/engine/machina/Edge.hpp b/src/engine/machina/Edge.hpp index e8e4ec0..51314c4 100644 --- a/src/engine/machina/Edge.hpp +++ b/src/engine/machina/Edge.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_EDGE_HPP diff --git a/src/engine/machina/Engine.hpp b/src/engine/machina/Engine.hpp index a7d0ed7..4263ef3 100644 --- a/src/engine/machina/Engine.hpp +++ b/src/engine/machina/Engine.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_ENGINE_HPP diff --git a/src/engine/machina/JackDriver.hpp b/src/engine/machina/JackDriver.hpp index ce95462..320c166 100644 --- a/src/engine/machina/JackDriver.hpp +++ b/src/engine/machina/JackDriver.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_JACKDRIVER_HPP diff --git a/src/engine/machina/LearnRequest.hpp b/src/engine/machina/LearnRequest.hpp index 20c02e5..3d96fd4 100644 --- a/src/engine/machina/LearnRequest.hpp +++ b/src/engine/machina/LearnRequest.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_LEARNREQUEST_HPP diff --git a/src/engine/machina/Loader.hpp b/src/engine/machina/Loader.hpp index 7e296c0..af35c56 100644 --- a/src/engine/machina/Loader.hpp +++ b/src/engine/machina/Loader.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_LOADER_HPP diff --git a/src/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp index 9504217..c2f081d 100644 --- a/src/engine/machina/Machine.hpp +++ b/src/engine/machina/Machine.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_MACHINE_HPP diff --git a/src/engine/machina/MachineBuilder.hpp b/src/engine/machina/MachineBuilder.hpp index ddb3e02..25104e8 100644 --- a/src/engine/machina/MachineBuilder.hpp +++ b/src/engine/machina/MachineBuilder.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_MACHINEBUILDER_HPP diff --git a/src/engine/machina/MidiAction.hpp b/src/engine/machina/MidiAction.hpp index 6541f0e..510c0d0 100644 --- a/src/engine/machina/MidiAction.hpp +++ b/src/engine/machina/MidiAction.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_MIDIACTION_HPP diff --git a/src/engine/machina/Node.hpp b/src/engine/machina/Node.hpp index 66d1b2d..23fb4ec 100644 --- a/src/engine/machina/Node.hpp +++ b/src/engine/machina/Node.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_NODE_HPP diff --git a/src/engine/machina/Recorder.hpp b/src/engine/machina/Recorder.hpp index d03f6fc..1bc07c3 100644 --- a/src/engine/machina/Recorder.hpp +++ b/src/engine/machina/Recorder.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_RECORDER_HPP diff --git a/src/engine/machina/SMFDriver.hpp b/src/engine/machina/SMFDriver.hpp index af6e1bb..7b22a26 100644 --- a/src/engine/machina/SMFDriver.hpp +++ b/src/engine/machina/SMFDriver.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_SMFDRIVER_HPP diff --git a/src/engine/machina/types.hpp b/src/engine/machina/types.hpp index 6e661ef..d74fce9 100644 --- a/src/engine/machina/types.hpp +++ b/src/engine/machina/types.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_TYPES_HPP 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 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 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 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 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 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 diff --git a/src/machina.cpp b/src/machina.cpp index 42f45d4..9ea8304 100644 --- a/src/machina.cpp +++ b/src/machina.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 diff --git a/src/midi2machina.cpp b/src/midi2machina.cpp index 6e6ffcb..23179bb 100644 --- a/src/midi2machina.cpp +++ b/src/midi2machina.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 -- cgit v1.2.1