From adac9032064d973ff6cfe1f94d8619c71fe199a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Jun 2006 05:53:27 +0000 Subject: Reorganized directory tree/names git-svn-id: http://svn.drobilla.net/lad/ingen@73 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/ActivateEvent.cpp | 4 ++-- src/libs/engine/events/ActivateEvent.h | 4 ++-- src/libs/engine/events/AddNodeEvent.cpp | 4 ++-- src/libs/engine/events/AddNodeEvent.h | 4 ++-- src/libs/engine/events/AddPortEvent.cpp | 4 ++-- src/libs/engine/events/AddPortEvent.h | 4 ++-- src/libs/engine/events/AllNotesOffEvent.cpp | 4 ++-- src/libs/engine/events/AllNotesOffEvent.h | 4 ++-- src/libs/engine/events/ClearPatchEvent.cpp | 4 ++-- src/libs/engine/events/ClearPatchEvent.h | 4 ++-- src/libs/engine/events/ConnectionEvent.cpp | 4 ++-- src/libs/engine/events/ConnectionEvent.h | 4 ++-- src/libs/engine/events/CreatePatchEvent.cpp | 4 ++-- src/libs/engine/events/CreatePatchEvent.h | 4 ++-- src/libs/engine/events/DSSIConfigureEvent.cpp | 4 ++-- src/libs/engine/events/DSSIConfigureEvent.h | 4 ++-- src/libs/engine/events/DSSIControlEvent.cpp | 4 ++-- src/libs/engine/events/DSSIControlEvent.h | 4 ++-- src/libs/engine/events/DSSIProgramEvent.cpp | 4 ++-- src/libs/engine/events/DSSIProgramEvent.h | 4 ++-- src/libs/engine/events/DSSIUpdateEvent.cpp | 4 ++-- src/libs/engine/events/DSSIUpdateEvent.h | 4 ++-- src/libs/engine/events/DeactivateEvent.cpp | 4 ++-- src/libs/engine/events/DeactivateEvent.h | 4 ++-- src/libs/engine/events/DestroyEvent.cpp | 4 ++-- src/libs/engine/events/DestroyEvent.h | 4 ++-- src/libs/engine/events/DisablePatchEvent.cpp | 4 ++-- src/libs/engine/events/DisablePatchEvent.h | 4 ++-- src/libs/engine/events/DisconnectNodeEvent.cpp | 4 ++-- src/libs/engine/events/DisconnectNodeEvent.h | 4 ++-- src/libs/engine/events/DisconnectPortEvent.cpp | 4 ++-- src/libs/engine/events/DisconnectPortEvent.h | 4 ++-- src/libs/engine/events/DisconnectionEvent.cpp | 4 ++-- src/libs/engine/events/DisconnectionEvent.h | 4 ++-- src/libs/engine/events/EnablePatchEvent.cpp | 4 ++-- src/libs/engine/events/EnablePatchEvent.h | 4 ++-- src/libs/engine/events/LashRestoreDoneEvent.h | 4 ++-- src/libs/engine/events/LoadPluginsEvent.cpp | 4 ++-- src/libs/engine/events/LoadPluginsEvent.h | 4 ++-- src/libs/engine/events/MidiLearnEvent.cpp | 4 ++-- src/libs/engine/events/MidiLearnEvent.h | 4 ++-- src/libs/engine/events/NoteOffEvent.cpp | 4 ++-- src/libs/engine/events/NoteOffEvent.h | 4 ++-- src/libs/engine/events/NoteOnEvent.cpp | 4 ++-- src/libs/engine/events/NoteOnEvent.h | 4 ++-- src/libs/engine/events/PingQueuedEvent.h | 4 ++-- src/libs/engine/events/RegisterClientEvent.cpp | 4 ++-- src/libs/engine/events/RegisterClientEvent.h | 4 ++-- src/libs/engine/events/RenameEvent.cpp | 4 ++-- src/libs/engine/events/RenameEvent.h | 4 ++-- src/libs/engine/events/RequestAllObjectsEvent.cpp | 4 ++-- src/libs/engine/events/RequestAllObjectsEvent.h | 4 ++-- src/libs/engine/events/RequestMetadataEvent.cpp | 4 ++-- src/libs/engine/events/RequestMetadataEvent.h | 4 ++-- src/libs/engine/events/RequestPluginsEvent.cpp | 4 ++-- src/libs/engine/events/RequestPluginsEvent.h | 4 ++-- src/libs/engine/events/RequestPortValueEvent.cpp | 4 ++-- src/libs/engine/events/RequestPortValueEvent.h | 4 ++-- src/libs/engine/events/SetMetadataEvent.cpp | 4 ++-- src/libs/engine/events/SetMetadataEvent.h | 4 ++-- src/libs/engine/events/SetPortValueEvent.cpp | 4 ++-- src/libs/engine/events/SetPortValueEvent.h | 4 ++-- src/libs/engine/events/SetPortValueQueuedEvent.cpp | 4 ++-- src/libs/engine/events/SetPortValueQueuedEvent.h | 4 ++-- src/libs/engine/events/UnregisterClientEvent.cpp | 4 ++-- src/libs/engine/events/UnregisterClientEvent.h | 4 ++-- 66 files changed, 132 insertions(+), 132 deletions(-) (limited to 'src/libs/engine/events') diff --git a/src/libs/engine/events/ActivateEvent.cpp b/src/libs/engine/events/ActivateEvent.cpp index 671b26d5..716a0326 100644 --- a/src/libs/engine/events/ActivateEvent.cpp +++ b/src/libs/engine/events/ActivateEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "ActivateEvent.h" diff --git a/src/libs/engine/events/ActivateEvent.h b/src/libs/engine/events/ActivateEvent.h index 280b5523..65831f05 100644 --- a/src/libs/engine/events/ActivateEvent.h +++ b/src/libs/engine/events/ActivateEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ACTIVATEEVENT_H diff --git a/src/libs/engine/events/AddNodeEvent.cpp b/src/libs/engine/events/AddNodeEvent.cpp index 2b31ef4a..1ad693dc 100644 --- a/src/libs/engine/events/AddNodeEvent.cpp +++ b/src/libs/engine/events/AddNodeEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "AddNodeEvent.h" diff --git a/src/libs/engine/events/AddNodeEvent.h b/src/libs/engine/events/AddNodeEvent.h index fe0236ba..eb02ddd5 100644 --- a/src/libs/engine/events/AddNodeEvent.h +++ b/src/libs/engine/events/AddNodeEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ADDNODEEVENT_H diff --git a/src/libs/engine/events/AddPortEvent.cpp b/src/libs/engine/events/AddPortEvent.cpp index 43cc797a..1c96206a 100644 --- a/src/libs/engine/events/AddPortEvent.cpp +++ b/src/libs/engine/events/AddPortEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "AddPortEvent.h" diff --git a/src/libs/engine/events/AddPortEvent.h b/src/libs/engine/events/AddPortEvent.h index b0913719..2ccf2f78 100644 --- a/src/libs/engine/events/AddPortEvent.h +++ b/src/libs/engine/events/AddPortEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ADDPORTEVENT_H diff --git a/src/libs/engine/events/AllNotesOffEvent.cpp b/src/libs/engine/events/AllNotesOffEvent.cpp index aa3a00f1..ae411ab9 100644 --- a/src/libs/engine/events/AllNotesOffEvent.cpp +++ b/src/libs/engine/events/AllNotesOffEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "AllNotesOffEvent.h" diff --git a/src/libs/engine/events/AllNotesOffEvent.h b/src/libs/engine/events/AllNotesOffEvent.h index ea23301b..51d33b26 100644 --- a/src/libs/engine/events/AllNotesOffEvent.h +++ b/src/libs/engine/events/AllNotesOffEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ALLNOTESOFFEVENT_H diff --git a/src/libs/engine/events/ClearPatchEvent.cpp b/src/libs/engine/events/ClearPatchEvent.cpp index 8b8fc223..1f60a5a7 100644 --- a/src/libs/engine/events/ClearPatchEvent.cpp +++ b/src/libs/engine/events/ClearPatchEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "ClearPatchEvent.h" diff --git a/src/libs/engine/events/ClearPatchEvent.h b/src/libs/engine/events/ClearPatchEvent.h index c6e531a8..d0b17fe0 100644 --- a/src/libs/engine/events/ClearPatchEvent.h +++ b/src/libs/engine/events/ClearPatchEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CLEARPATCHEVENT_H diff --git a/src/libs/engine/events/ConnectionEvent.cpp b/src/libs/engine/events/ConnectionEvent.cpp index 74fa4e97..1182c723 100644 --- a/src/libs/engine/events/ConnectionEvent.cpp +++ b/src/libs/engine/events/ConnectionEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "ConnectionEvent.h" diff --git a/src/libs/engine/events/ConnectionEvent.h b/src/libs/engine/events/ConnectionEvent.h index e2a50d53..2d2e0c92 100644 --- a/src/libs/engine/events/ConnectionEvent.h +++ b/src/libs/engine/events/ConnectionEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CONNECTIONEVENT_H diff --git a/src/libs/engine/events/CreatePatchEvent.cpp b/src/libs/engine/events/CreatePatchEvent.cpp index 2d8cce99..61bd2827 100644 --- a/src/libs/engine/events/CreatePatchEvent.cpp +++ b/src/libs/engine/events/CreatePatchEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "CreatePatchEvent.h" diff --git a/src/libs/engine/events/CreatePatchEvent.h b/src/libs/engine/events/CreatePatchEvent.h index 507d03c7..4583efd9 100644 --- a/src/libs/engine/events/CreatePatchEvent.h +++ b/src/libs/engine/events/CreatePatchEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CREATEPATCHEVENT_H diff --git a/src/libs/engine/events/DSSIConfigureEvent.cpp b/src/libs/engine/events/DSSIConfigureEvent.cpp index c7bfdb61..a16ebe4c 100644 --- a/src/libs/engine/events/DSSIConfigureEvent.cpp +++ b/src/libs/engine/events/DSSIConfigureEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DSSIConfigureEvent.h" diff --git a/src/libs/engine/events/DSSIConfigureEvent.h b/src/libs/engine/events/DSSIConfigureEvent.h index 0e77e217..f8ef2aa6 100644 --- a/src/libs/engine/events/DSSIConfigureEvent.h +++ b/src/libs/engine/events/DSSIConfigureEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DSSICONFIGUREEVENT_H diff --git a/src/libs/engine/events/DSSIControlEvent.cpp b/src/libs/engine/events/DSSIControlEvent.cpp index 986fa33c..f326ca72 100644 --- a/src/libs/engine/events/DSSIControlEvent.cpp +++ b/src/libs/engine/events/DSSIControlEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DSSIControlEvent.h" diff --git a/src/libs/engine/events/DSSIControlEvent.h b/src/libs/engine/events/DSSIControlEvent.h index 33d9ec5e..de636445 100644 --- a/src/libs/engine/events/DSSIControlEvent.h +++ b/src/libs/engine/events/DSSIControlEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DSSICONTROLEVENT_H diff --git a/src/libs/engine/events/DSSIProgramEvent.cpp b/src/libs/engine/events/DSSIProgramEvent.cpp index 970daef6..9a869c73 100644 --- a/src/libs/engine/events/DSSIProgramEvent.cpp +++ b/src/libs/engine/events/DSSIProgramEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DSSIProgramEvent.h" diff --git a/src/libs/engine/events/DSSIProgramEvent.h b/src/libs/engine/events/DSSIProgramEvent.h index 27f70e41..49207ca1 100644 --- a/src/libs/engine/events/DSSIProgramEvent.h +++ b/src/libs/engine/events/DSSIProgramEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DSSIPROGRAMEVENT_H diff --git a/src/libs/engine/events/DSSIUpdateEvent.cpp b/src/libs/engine/events/DSSIUpdateEvent.cpp index fb441e67..d32466d4 100644 --- a/src/libs/engine/events/DSSIUpdateEvent.cpp +++ b/src/libs/engine/events/DSSIUpdateEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DSSIUpdateEvent.h" diff --git a/src/libs/engine/events/DSSIUpdateEvent.h b/src/libs/engine/events/DSSIUpdateEvent.h index 3cee300f..25a77f02 100644 --- a/src/libs/engine/events/DSSIUpdateEvent.h +++ b/src/libs/engine/events/DSSIUpdateEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DSSIUPDATEEVENT_H diff --git a/src/libs/engine/events/DeactivateEvent.cpp b/src/libs/engine/events/DeactivateEvent.cpp index 48bff55a..22434cbe 100644 --- a/src/libs/engine/events/DeactivateEvent.cpp +++ b/src/libs/engine/events/DeactivateEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DeactivateEvent.h" diff --git a/src/libs/engine/events/DeactivateEvent.h b/src/libs/engine/events/DeactivateEvent.h index 8401f332..35c96e78 100644 --- a/src/libs/engine/events/DeactivateEvent.h +++ b/src/libs/engine/events/DeactivateEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DEACTIVATEEVENT_H diff --git a/src/libs/engine/events/DestroyEvent.cpp b/src/libs/engine/events/DestroyEvent.cpp index f851c9b5..383f1d34 100644 --- a/src/libs/engine/events/DestroyEvent.cpp +++ b/src/libs/engine/events/DestroyEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DestroyEvent.h" diff --git a/src/libs/engine/events/DestroyEvent.h b/src/libs/engine/events/DestroyEvent.h index a0008ea6..1f26ed90 100644 --- a/src/libs/engine/events/DestroyEvent.h +++ b/src/libs/engine/events/DestroyEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DESTROYEVENT_H diff --git a/src/libs/engine/events/DisablePatchEvent.cpp b/src/libs/engine/events/DisablePatchEvent.cpp index a772e6e9..c896d943 100644 --- a/src/libs/engine/events/DisablePatchEvent.cpp +++ b/src/libs/engine/events/DisablePatchEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DisablePatchEvent.h" diff --git a/src/libs/engine/events/DisablePatchEvent.h b/src/libs/engine/events/DisablePatchEvent.h index f38f14af..708e269b 100644 --- a/src/libs/engine/events/DisablePatchEvent.h +++ b/src/libs/engine/events/DisablePatchEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DISABLEPATCHEVENT_H diff --git a/src/libs/engine/events/DisconnectNodeEvent.cpp b/src/libs/engine/events/DisconnectNodeEvent.cpp index e430acc5..22c2459e 100644 --- a/src/libs/engine/events/DisconnectNodeEvent.cpp +++ b/src/libs/engine/events/DisconnectNodeEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DisconnectNodeEvent.h" diff --git a/src/libs/engine/events/DisconnectNodeEvent.h b/src/libs/engine/events/DisconnectNodeEvent.h index 4bcbdf94..40e6c086 100644 --- a/src/libs/engine/events/DisconnectNodeEvent.h +++ b/src/libs/engine/events/DisconnectNodeEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DISCONNECTNODEEVENT_H diff --git a/src/libs/engine/events/DisconnectPortEvent.cpp b/src/libs/engine/events/DisconnectPortEvent.cpp index a4c213d5..2ec408d6 100644 --- a/src/libs/engine/events/DisconnectPortEvent.cpp +++ b/src/libs/engine/events/DisconnectPortEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DisconnectPortEvent.h" diff --git a/src/libs/engine/events/DisconnectPortEvent.h b/src/libs/engine/events/DisconnectPortEvent.h index e8de4120..82e0ef90 100644 --- a/src/libs/engine/events/DisconnectPortEvent.h +++ b/src/libs/engine/events/DisconnectPortEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DISCONNECTPORTEVENT_H diff --git a/src/libs/engine/events/DisconnectionEvent.cpp b/src/libs/engine/events/DisconnectionEvent.cpp index 34570537..04193c6c 100644 --- a/src/libs/engine/events/DisconnectionEvent.cpp +++ b/src/libs/engine/events/DisconnectionEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "DisconnectionEvent.h" diff --git a/src/libs/engine/events/DisconnectionEvent.h b/src/libs/engine/events/DisconnectionEvent.h index 445815dd..6edbc78a 100644 --- a/src/libs/engine/events/DisconnectionEvent.h +++ b/src/libs/engine/events/DisconnectionEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DISCONNECTIONEVENT_H diff --git a/src/libs/engine/events/EnablePatchEvent.cpp b/src/libs/engine/events/EnablePatchEvent.cpp index 6af3b844..eee50dac 100644 --- a/src/libs/engine/events/EnablePatchEvent.cpp +++ b/src/libs/engine/events/EnablePatchEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "EnablePatchEvent.h" diff --git a/src/libs/engine/events/EnablePatchEvent.h b/src/libs/engine/events/EnablePatchEvent.h index f3d22e69..0c86a100 100644 --- a/src/libs/engine/events/EnablePatchEvent.h +++ b/src/libs/engine/events/EnablePatchEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ENABLEPATCHEVENT_H diff --git a/src/libs/engine/events/LashRestoreDoneEvent.h b/src/libs/engine/events/LashRestoreDoneEvent.h index b32f27d6..ed3933a5 100644 --- a/src/libs/engine/events/LashRestoreDoneEvent.h +++ b/src/libs/engine/events/LashRestoreDoneEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LASHRESTOREDONEEVENT_H diff --git a/src/libs/engine/events/LoadPluginsEvent.cpp b/src/libs/engine/events/LoadPluginsEvent.cpp index 656e9010..93099ef0 100644 --- a/src/libs/engine/events/LoadPluginsEvent.cpp +++ b/src/libs/engine/events/LoadPluginsEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "LoadPluginsEvent.h" diff --git a/src/libs/engine/events/LoadPluginsEvent.h b/src/libs/engine/events/LoadPluginsEvent.h index b69dbb38..10970cec 100644 --- a/src/libs/engine/events/LoadPluginsEvent.h +++ b/src/libs/engine/events/LoadPluginsEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LOADPLUGINSEVENT_H diff --git a/src/libs/engine/events/MidiLearnEvent.cpp b/src/libs/engine/events/MidiLearnEvent.cpp index 63ad82fc..cd9fd8f2 100644 --- a/src/libs/engine/events/MidiLearnEvent.cpp +++ b/src/libs/engine/events/MidiLearnEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "MidiLearnEvent.h" diff --git a/src/libs/engine/events/MidiLearnEvent.h b/src/libs/engine/events/MidiLearnEvent.h index 13928e09..de0dfbe3 100644 --- a/src/libs/engine/events/MidiLearnEvent.h +++ b/src/libs/engine/events/MidiLearnEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef MIDILEARNEVENT_H diff --git a/src/libs/engine/events/NoteOffEvent.cpp b/src/libs/engine/events/NoteOffEvent.cpp index fde2e520..a84317a5 100644 --- a/src/libs/engine/events/NoteOffEvent.cpp +++ b/src/libs/engine/events/NoteOffEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "NoteOffEvent.h" diff --git a/src/libs/engine/events/NoteOffEvent.h b/src/libs/engine/events/NoteOffEvent.h index d9857d0e..3a9f715f 100644 --- a/src/libs/engine/events/NoteOffEvent.h +++ b/src/libs/engine/events/NoteOffEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef NOTEOFFEVENT_H diff --git a/src/libs/engine/events/NoteOnEvent.cpp b/src/libs/engine/events/NoteOnEvent.cpp index 9688af79..4a0ba141 100644 --- a/src/libs/engine/events/NoteOnEvent.cpp +++ b/src/libs/engine/events/NoteOnEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "NoteOnEvent.h" diff --git a/src/libs/engine/events/NoteOnEvent.h b/src/libs/engine/events/NoteOnEvent.h index 079ff806..af6251e9 100644 --- a/src/libs/engine/events/NoteOnEvent.h +++ b/src/libs/engine/events/NoteOnEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef NOTEONEVENT_H diff --git a/src/libs/engine/events/PingQueuedEvent.h b/src/libs/engine/events/PingQueuedEvent.h index cd386600..790cf7cc 100644 --- a/src/libs/engine/events/PingQueuedEvent.h +++ b/src/libs/engine/events/PingQueuedEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PINGQUEUEDEVENT_H diff --git a/src/libs/engine/events/RegisterClientEvent.cpp b/src/libs/engine/events/RegisterClientEvent.cpp index ca7dd1f6..d2ea41ab 100644 --- a/src/libs/engine/events/RegisterClientEvent.cpp +++ b/src/libs/engine/events/RegisterClientEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "RegisterClientEvent.h" diff --git a/src/libs/engine/events/RegisterClientEvent.h b/src/libs/engine/events/RegisterClientEvent.h index f4b6b60f..6399e5be 100644 --- a/src/libs/engine/events/RegisterClientEvent.h +++ b/src/libs/engine/events/RegisterClientEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef REGISTERCLIENTEVENT_H diff --git a/src/libs/engine/events/RenameEvent.cpp b/src/libs/engine/events/RenameEvent.cpp index 98125fa4..52002774 100644 --- a/src/libs/engine/events/RenameEvent.cpp +++ b/src/libs/engine/events/RenameEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "RenameEvent.h" diff --git a/src/libs/engine/events/RenameEvent.h b/src/libs/engine/events/RenameEvent.h index 2fd0840e..41e5eec0 100644 --- a/src/libs/engine/events/RenameEvent.h +++ b/src/libs/engine/events/RenameEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef RENAMEEVENT_H diff --git a/src/libs/engine/events/RequestAllObjectsEvent.cpp b/src/libs/engine/events/RequestAllObjectsEvent.cpp index ef40a0de..0b8f6255 100644 --- a/src/libs/engine/events/RequestAllObjectsEvent.cpp +++ b/src/libs/engine/events/RequestAllObjectsEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "RequestAllObjectsEvent.h" diff --git a/src/libs/engine/events/RequestAllObjectsEvent.h b/src/libs/engine/events/RequestAllObjectsEvent.h index df63a577..b5d43f59 100644 --- a/src/libs/engine/events/RequestAllObjectsEvent.h +++ b/src/libs/engine/events/RequestAllObjectsEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef REQUESTALLOBJECTSEVENT_H diff --git a/src/libs/engine/events/RequestMetadataEvent.cpp b/src/libs/engine/events/RequestMetadataEvent.cpp index 79185b8a..0590f3b3 100644 --- a/src/libs/engine/events/RequestMetadataEvent.cpp +++ b/src/libs/engine/events/RequestMetadataEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "RequestMetadataEvent.h" diff --git a/src/libs/engine/events/RequestMetadataEvent.h b/src/libs/engine/events/RequestMetadataEvent.h index e8450210..d086d7da 100644 --- a/src/libs/engine/events/RequestMetadataEvent.h +++ b/src/libs/engine/events/RequestMetadataEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef REQUESTMETADATAEVENT_H diff --git a/src/libs/engine/events/RequestPluginsEvent.cpp b/src/libs/engine/events/RequestPluginsEvent.cpp index 89dbefd5..984bddf6 100644 --- a/src/libs/engine/events/RequestPluginsEvent.cpp +++ b/src/libs/engine/events/RequestPluginsEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "RequestPluginsEvent.h" diff --git a/src/libs/engine/events/RequestPluginsEvent.h b/src/libs/engine/events/RequestPluginsEvent.h index 83447fb3..b8c76362 100644 --- a/src/libs/engine/events/RequestPluginsEvent.h +++ b/src/libs/engine/events/RequestPluginsEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef REQUESTPLUGINSEVENT_H diff --git a/src/libs/engine/events/RequestPortValueEvent.cpp b/src/libs/engine/events/RequestPortValueEvent.cpp index e9766c9b..ac690883 100644 --- a/src/libs/engine/events/RequestPortValueEvent.cpp +++ b/src/libs/engine/events/RequestPortValueEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "RequestPortValueEvent.h" diff --git a/src/libs/engine/events/RequestPortValueEvent.h b/src/libs/engine/events/RequestPortValueEvent.h index 7ee5071c..fd915c3b 100644 --- a/src/libs/engine/events/RequestPortValueEvent.h +++ b/src/libs/engine/events/RequestPortValueEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef REQUESTPORTVALUEEVENT_H diff --git a/src/libs/engine/events/SetMetadataEvent.cpp b/src/libs/engine/events/SetMetadataEvent.cpp index 905c377c..37e164c1 100644 --- a/src/libs/engine/events/SetMetadataEvent.cpp +++ b/src/libs/engine/events/SetMetadataEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "SetMetadataEvent.h" diff --git a/src/libs/engine/events/SetMetadataEvent.h b/src/libs/engine/events/SetMetadataEvent.h index 6e98158f..faa9ae72 100644 --- a/src/libs/engine/events/SetMetadataEvent.h +++ b/src/libs/engine/events/SetMetadataEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SETMETADATAEVENT_H diff --git a/src/libs/engine/events/SetPortValueEvent.cpp b/src/libs/engine/events/SetPortValueEvent.cpp index 73672248..6401689b 100644 --- a/src/libs/engine/events/SetPortValueEvent.cpp +++ b/src/libs/engine/events/SetPortValueEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "SetPortValueEvent.h" diff --git a/src/libs/engine/events/SetPortValueEvent.h b/src/libs/engine/events/SetPortValueEvent.h index f0d4a6cd..0606e546 100644 --- a/src/libs/engine/events/SetPortValueEvent.h +++ b/src/libs/engine/events/SetPortValueEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SETPORTVALUEEVENT_H diff --git a/src/libs/engine/events/SetPortValueQueuedEvent.cpp b/src/libs/engine/events/SetPortValueQueuedEvent.cpp index 3e93b01b..6ef39d55 100644 --- a/src/libs/engine/events/SetPortValueQueuedEvent.cpp +++ b/src/libs/engine/events/SetPortValueQueuedEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "SetPortValueQueuedEvent.h" diff --git a/src/libs/engine/events/SetPortValueQueuedEvent.h b/src/libs/engine/events/SetPortValueQueuedEvent.h index 3b326ef0..d29f424b 100644 --- a/src/libs/engine/events/SetPortValueQueuedEvent.h +++ b/src/libs/engine/events/SetPortValueQueuedEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SETPORTVALUEQUEUEDEVENT_H diff --git a/src/libs/engine/events/UnregisterClientEvent.cpp b/src/libs/engine/events/UnregisterClientEvent.cpp index ef5a9979..10696640 100644 --- a/src/libs/engine/events/UnregisterClientEvent.cpp +++ b/src/libs/engine/events/UnregisterClientEvent.cpp @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "UnregisterClientEvent.h" diff --git a/src/libs/engine/events/UnregisterClientEvent.h b/src/libs/engine/events/UnregisterClientEvent.h index fdbdb314..56556629 100644 --- a/src/libs/engine/events/UnregisterClientEvent.h +++ b/src/libs/engine/events/UnregisterClientEvent.h @@ -1,4 +1,4 @@ -/* This file is part of Om. Copyright (C) 2006 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * * Om 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 +11,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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef UNREGISTERCLIENTEVENT_H -- cgit v1.2.1