summaryrefslogtreecommitdiffstats
path: root/arts/builder
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
commit704b080cc7e9b8dd8aa05a3d764d7dfb584ed72b (patch)
tree6f16488c3049c819d03185f6224cb110810b2cf5 /arts/builder
parentdca83fc4f00f153595d4249dbb335880f61b306d (diff)
downloadtdemultimedia-704b080cc7e9b8dd8aa05a3d764d7dfb584ed72b.tar.gz
tdemultimedia-704b080cc7e9b8dd8aa05a3d764d7dfb584ed72b.zip
Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'arts/builder')
-rw-r--r--arts/builder/autorouter.cpp2
-rw-r--r--arts/builder/autorouter.h2
-rw-r--r--arts/builder/createtool.cpp2
-rw-r--r--arts/builder/createtool.h2
-rw-r--r--arts/builder/dirmanager.cpp2
-rw-r--r--arts/builder/dirmanager.h2
-rw-r--r--arts/builder/drawutils.cpp2
-rw-r--r--arts/builder/drawutils.h2
-rw-r--r--arts/builder/execdlg.cpp2
-rw-r--r--arts/builder/execdlg.h2
-rw-r--r--arts/builder/interfacedlg.cpp2
-rw-r--r--arts/builder/interfacedlg.h2
-rw-r--r--arts/builder/main.cpp2
-rw-r--r--arts/builder/main.h2
-rw-r--r--arts/builder/module.cpp2
-rw-r--r--arts/builder/module.h2
-rw-r--r--arts/builder/mwidget.h2
-rw-r--r--arts/builder/portposdlg.cpp2
-rw-r--r--arts/builder/portposdlg.h2
-rw-r--r--arts/builder/propertypanel.cpp2
-rw-r--r--arts/builder/propertypanel.h2
-rw-r--r--arts/builder/retrievedlg.cpp2
-rw-r--r--arts/builder/retrievedlg.h2
-rw-r--r--arts/builder/scomponent.cpp2
-rw-r--r--arts/builder/scomponent.h2
-rw-r--r--arts/builder/session.cpp2
-rw-r--r--arts/builder/session.h2
-rw-r--r--arts/builder/structure.cpp2
-rw-r--r--arts/builder/structure.h2
-rw-r--r--arts/builder/structureport.cpp2
-rw-r--r--arts/builder/structureport.h2
31 files changed, 31 insertions, 31 deletions
diff --git a/arts/builder/autorouter.cpp b/arts/builder/autorouter.cpp
index bc69a7ee..ccc4e1c6 100644
--- a/arts/builder/autorouter.cpp
+++ b/arts/builder/autorouter.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/autorouter.h b/arts/builder/autorouter.h
index df3780a0..81ba9c12 100644
--- a/arts/builder/autorouter.h
+++ b/arts/builder/autorouter.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/createtool.cpp b/arts/builder/createtool.cpp
index a96edc6d..e4fbdb99 100644
--- a/arts/builder/createtool.cpp
+++ b/arts/builder/createtool.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/createtool.h b/arts/builder/createtool.h
index 3796e018..3015340f 100644
--- a/arts/builder/createtool.h
+++ b/arts/builder/createtool.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/dirmanager.cpp b/arts/builder/dirmanager.cpp
index 80a2e0ff..ee864d14 100644
--- a/arts/builder/dirmanager.cpp
+++ b/arts/builder/dirmanager.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/dirmanager.h b/arts/builder/dirmanager.h
index 6ae070de..a926b57e 100644
--- a/arts/builder/dirmanager.h
+++ b/arts/builder/dirmanager.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/drawutils.cpp b/arts/builder/drawutils.cpp
index 144a8016..66afdc3b 100644
--- a/arts/builder/drawutils.cpp
+++ b/arts/builder/drawutils.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/drawutils.h b/arts/builder/drawutils.h
index 3b1a6282..af8b9ff7 100644
--- a/arts/builder/drawutils.h
+++ b/arts/builder/drawutils.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/execdlg.cpp b/arts/builder/execdlg.cpp
index 2186d1f5..7a829c5f 100644
--- a/arts/builder/execdlg.cpp
+++ b/arts/builder/execdlg.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/execdlg.h b/arts/builder/execdlg.h
index 47db3562..b40a6ffb 100644
--- a/arts/builder/execdlg.h
+++ b/arts/builder/execdlg.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/interfacedlg.cpp b/arts/builder/interfacedlg.cpp
index b0cc5970..4bffdbc5 100644
--- a/arts/builder/interfacedlg.cpp
+++ b/arts/builder/interfacedlg.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/interfacedlg.h b/arts/builder/interfacedlg.h
index 1cfd6a60..3048d20b 100644
--- a/arts/builder/interfacedlg.h
+++ b/arts/builder/interfacedlg.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/main.cpp b/arts/builder/main.cpp
index 9c6d4277..ce3e375f 100644
--- a/arts/builder/main.cpp
+++ b/arts/builder/main.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/main.h b/arts/builder/main.h
index f7babc3a..45c045ad 100644
--- a/arts/builder/main.h
+++ b/arts/builder/main.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/module.cpp b/arts/builder/module.cpp
index 250ee3a2..160f9fe7 100644
--- a/arts/builder/module.cpp
+++ b/arts/builder/module.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/module.h b/arts/builder/module.h
index ff19d44b..c2607b0a 100644
--- a/arts/builder/module.h
+++ b/arts/builder/module.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/mwidget.h b/arts/builder/mwidget.h
index e6716e3e..ed609cec 100644
--- a/arts/builder/mwidget.h
+++ b/arts/builder/mwidget.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/portposdlg.cpp b/arts/builder/portposdlg.cpp
index 240b3a13..12296a38 100644
--- a/arts/builder/portposdlg.cpp
+++ b/arts/builder/portposdlg.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/portposdlg.h b/arts/builder/portposdlg.h
index e9c8f855..006e9941 100644
--- a/arts/builder/portposdlg.h
+++ b/arts/builder/portposdlg.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/propertypanel.cpp b/arts/builder/propertypanel.cpp
index 39c84ac6..4f5ecdb1 100644
--- a/arts/builder/propertypanel.cpp
+++ b/arts/builder/propertypanel.cpp
@@ -14,7 +14,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
#include "propertypanel.h"
diff --git a/arts/builder/propertypanel.h b/arts/builder/propertypanel.h
index 90e1b171..c635315c 100644
--- a/arts/builder/propertypanel.h
+++ b/arts/builder/propertypanel.h
@@ -14,7 +14,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
#ifndef PROPERTYPANEL_H
diff --git a/arts/builder/retrievedlg.cpp b/arts/builder/retrievedlg.cpp
index 59a8079f..9f7ea668 100644
--- a/arts/builder/retrievedlg.cpp
+++ b/arts/builder/retrievedlg.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/retrievedlg.h b/arts/builder/retrievedlg.h
index e37d3120..bd9fb126 100644
--- a/arts/builder/retrievedlg.h
+++ b/arts/builder/retrievedlg.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/scomponent.cpp b/arts/builder/scomponent.cpp
index e894abaa..8e506e71 100644
--- a/arts/builder/scomponent.cpp
+++ b/arts/builder/scomponent.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/scomponent.h b/arts/builder/scomponent.h
index c5bdcbad..7867e542 100644
--- a/arts/builder/scomponent.h
+++ b/arts/builder/scomponent.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/session.cpp b/arts/builder/session.cpp
index 46efd7e1..83dbb633 100644
--- a/arts/builder/session.cpp
+++ b/arts/builder/session.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/session.h b/arts/builder/session.h
index bfa0c3d8..9d8dc586 100644
--- a/arts/builder/session.h
+++ b/arts/builder/session.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/structure.cpp b/arts/builder/structure.cpp
index 37950119..8f4126c7 100644
--- a/arts/builder/structure.cpp
+++ b/arts/builder/structure.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/structure.h b/arts/builder/structure.h
index 7717f3ef..fe2449bf 100644
--- a/arts/builder/structure.h
+++ b/arts/builder/structure.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/structureport.cpp b/arts/builder/structureport.cpp
index a645d60a..32318735 100644
--- a/arts/builder/structureport.cpp
+++ b/arts/builder/structureport.cpp
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/
diff --git a/arts/builder/structureport.h b/arts/builder/structureport.h
index 3eac37a4..b5f78cfb 100644
--- a/arts/builder/structureport.h
+++ b/arts/builder/structureport.h
@@ -15,7 +15,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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
*/