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 | 461cf05bf01b5ebf9d23f934a98e14bb699d9219 (patch) | |
tree | b89c5a33ecb3f360bc211702b0cda1309a7b2563 /parts/appwizard/common | |
parent | fa3dd5d55907dc3fbda7995747ccf217967c76c3 (diff) | |
download | tdevelop-461cf05bf01b5ebf9d23f934a98e14bb699d9219.tar.gz tdevelop-461cf05bf01b5ebf9d23f934a98e14bb699d9219.zip |
Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'parts/appwizard/common')
-rw-r--r-- | parts/appwizard/common/COPYING | 4 | ||||
-rw-r--r-- | parts/appwizard/common/COPYING.LIB | 6 | ||||
-rw-r--r-- | parts/appwizard/common/gnu/COPYING | 4 | ||||
-rwxr-xr-x | parts/appwizard/common/incadmin/config.guess | 2 | ||||
-rwxr-xr-x | parts/appwizard/common/incadmin/config.sub | 4 | ||||
-rwxr-xr-x | parts/appwizard/common/incadmin/depcomp | 2 | ||||
-rwxr-xr-x | parts/appwizard/common/incadmin/missing | 2 |
7 files changed, 12 insertions, 12 deletions
diff --git a/parts/appwizard/common/COPYING b/parts/appwizard/common/COPYING index 5b6e7c66..60d3c876 100644 --- a/parts/appwizard/common/COPYING +++ b/parts/appwizard/common/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 Also add information on how to contact you by electronic and paper mail. diff --git a/parts/appwizard/common/COPYING.LIB b/parts/appwizard/common/COPYING.LIB index e38ffa83..676a9ac5 100644 --- a/parts/appwizard/common/COPYING.LIB +++ b/parts/appwizard/common/COPYING.LIB @@ -2,8 +2,8 @@ Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. - 59 Temple Place - Suite 330 - Boston, MA 02111-1307, USA. + 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -464,7 +464,7 @@ convey the exclusion of warranty; and each file should have at least the You should have received a copy of the GNU Lesser General Public License along with this library; 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 Also add information on how to contact you by electronic and paper mail. diff --git a/parts/appwizard/common/gnu/COPYING b/parts/appwizard/common/gnu/COPYING index 5b6e7c66..60d3c876 100644 --- a/parts/appwizard/common/gnu/COPYING +++ b/parts/appwizard/common/gnu/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 Also add information on how to contact you by electronic and paper mail. diff --git a/parts/appwizard/common/incadmin/config.guess b/parts/appwizard/common/incadmin/config.guess index 5145e357..1d9f4294 100755 --- a/parts/appwizard/common/incadmin/config.guess +++ b/parts/appwizard/common/incadmin/config.guess @@ -17,7 +17,7 @@ timestamp='2002-10-21' # # 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 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/parts/appwizard/common/incadmin/config.sub b/parts/appwizard/common/incadmin/config.sub index 1dea9b79..ef6f3bbf 100755 --- a/parts/appwizard/common/incadmin/config.sub +++ b/parts/appwizard/common/incadmin/config.sub @@ -21,8 +21,8 @@ timestamp='2002-09-05' # # 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 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/parts/appwizard/common/incadmin/depcomp b/parts/appwizard/common/incadmin/depcomp index 4c20c6c9..820c1a2d 100755 --- a/parts/appwizard/common/incadmin/depcomp +++ b/parts/appwizard/common/incadmin/depcomp @@ -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 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02111-1307, USA. # As a special exception to the GNU General Public License, if you diff --git a/parts/appwizard/common/incadmin/missing b/parts/appwizard/common/incadmin/missing index 6a37006e..1c4d126c 100755 --- a/parts/appwizard/common/incadmin/missing +++ b/parts/appwizard/common/incadmin/missing @@ -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 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02111-1307, USA. # As a special exception to the GNU General Public License, if you |