diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-06 03:13:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-06 03:13:16 +0000 |
commit | 81c61f45241b8f02e37e62b3b3dee855635ef9b7 (patch) | |
tree | 730bb4990f3ea9478380955232445e54ecf28ed3 /tests | |
parent | 751b210ecf0f12f6fbde70873e2260e646894ea2 (diff) | |
download | arts-81c61f45241b8f02e37e62b3b3dee855635ef9b7.tar.gz arts-81c61f45241b8f02e37e62b3b3dee855635ef9b7.zip |
Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.h | 4 | ||||
-rw-r--r-- | tests/testanyref.cc | 4 | ||||
-rw-r--r-- | tests/testbuffer.cc | 4 | ||||
-rw-r--r-- | tests/testchangenotify.cc | 2 | ||||
-rw-r--r-- | tests/testdispatcher.cc | 4 | ||||
-rw-r--r-- | tests/testflowsystem.cc | 4 | ||||
-rw-r--r-- | tests/testifacerepo.cc | 4 | ||||
-rw-r--r-- | tests/testnotification.cc | 4 | ||||
-rw-r--r-- | tests/testremote.cc | 2 | ||||
-rw-r--r-- | tests/testwrapper.cc | 2 | ||||
-rw-r--r-- | tests/value_impl.cc | 4 |
11 files changed, 19 insertions, 19 deletions
diff --git a/tests/test.h b/tests/test.h index a72b13d..e18fcb9 100644 --- a/tests/test.h +++ b/tests/test.h @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ diff --git a/tests/testanyref.cc b/tests/testanyref.cc index d2ac7fa..861291b 100644 --- a/tests/testanyref.cc +++ b/tests/testanyref.cc @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ diff --git a/tests/testbuffer.cc b/tests/testbuffer.cc index caa8b70..e469710 100644 --- a/tests/testbuffer.cc +++ b/tests/testbuffer.cc @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ diff --git a/tests/testchangenotify.cc b/tests/testchangenotify.cc index bc40a96..b7471ac 100644 --- a/tests/testchangenotify.cc +++ b/tests/testchangenotify.cc @@ -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. Permission is also granted to link this program with the Qt library, treating Qt like a library that normally accompanies the diff --git a/tests/testdispatcher.cc b/tests/testdispatcher.cc index c3d68a8..41808ed 100644 --- a/tests/testdispatcher.cc +++ b/tests/testdispatcher.cc @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ diff --git a/tests/testflowsystem.cc b/tests/testflowsystem.cc index 7763fb2..392a844 100644 --- a/tests/testflowsystem.cc +++ b/tests/testflowsystem.cc @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ diff --git a/tests/testifacerepo.cc b/tests/testifacerepo.cc index 8464cf5..a5c5962 100644 --- a/tests/testifacerepo.cc +++ b/tests/testifacerepo.cc @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ diff --git a/tests/testnotification.cc b/tests/testnotification.cc index e36391f..1f7a026 100644 --- a/tests/testnotification.cc +++ b/tests/testnotification.cc @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ diff --git a/tests/testremote.cc b/tests/testremote.cc index eeaa6a0..d98a3f1 100644 --- a/tests/testremote.cc +++ b/tests/testremote.cc @@ -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. Permission is also granted to link this program with the Qt library, treating Qt like a library that normally accompanies the diff --git a/tests/testwrapper.cc b/tests/testwrapper.cc index c590f36..f74e473 100644 --- a/tests/testwrapper.cc +++ b/tests/testwrapper.cc @@ -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. Permission is also granted to link this program with the Qt library, treating Qt like a library that normally accompanies the diff --git a/tests/value_impl.cc b/tests/value_impl.cc index cdb4343..9f9f83c 100644 --- a/tests/value_impl.cc +++ b/tests/value_impl.cc @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ |