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 /lib/util | |
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 'lib/util')
-rw-r--r-- | lib/util/configwidgetproxy.cpp | 4 | ||||
-rw-r--r-- | lib/util/configwidgetproxy.h | 4 | ||||
-rw-r--r-- | lib/util/execcommand.cpp | 4 | ||||
-rw-r--r-- | lib/util/execcommand.h | 4 | ||||
-rw-r--r-- | lib/util/filetemplate.cpp | 4 | ||||
-rw-r--r-- | lib/util/filetemplate.h | 4 | ||||
-rw-r--r-- | lib/util/kscriptactionmanager.cpp | 2 | ||||
-rw-r--r-- | lib/util/kscriptactionmanager.h | 2 | ||||
-rw-r--r-- | lib/util/urlutil.cpp | 4 | ||||
-rw-r--r-- | lib/util/urlutil.h | 4 |
10 files changed, 18 insertions, 18 deletions
diff --git a/lib/util/configwidgetproxy.cpp b/lib/util/configwidgetproxy.cpp index 128fa2ad..70c79fb4 100644 --- a/lib/util/configwidgetproxy.cpp +++ b/lib/util/configwidgetproxy.cpp @@ -13,8 +13,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/lib/util/configwidgetproxy.h b/lib/util/configwidgetproxy.h index 6380d002..84e1d18c 100644 --- a/lib/util/configwidgetproxy.h +++ b/lib/util/configwidgetproxy.h @@ -13,8 +13,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. */ #ifndef _CONFIGWIDGETPROXY_H diff --git a/lib/util/execcommand.cpp b/lib/util/execcommand.cpp index 73fc9320..7618bd6e 100644 --- a/lib/util/execcommand.cpp +++ b/lib/util/execcommand.cpp @@ -13,8 +13,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. */ #include "execcommand.h" diff --git a/lib/util/execcommand.h b/lib/util/execcommand.h index b5545e0d..c00085c6 100644 --- a/lib/util/execcommand.h +++ b/lib/util/execcommand.h @@ -13,8 +13,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. */ #ifndef _EXECCOMMAND_H_ diff --git a/lib/util/filetemplate.cpp b/lib/util/filetemplate.cpp index 82221891..78abf384 100644 --- a/lib/util/filetemplate.cpp +++ b/lib/util/filetemplate.cpp @@ -13,8 +13,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. */ #include "filetemplate.h" diff --git a/lib/util/filetemplate.h b/lib/util/filetemplate.h index e126176d..f179f5be 100644 --- a/lib/util/filetemplate.h +++ b/lib/util/filetemplate.h @@ -13,8 +13,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. */ #ifndef _FILETEMPLATE_H_ diff --git a/lib/util/kscriptactionmanager.cpp b/lib/util/kscriptactionmanager.cpp index cf73e949..403b487c 100644 --- a/lib/util/kscriptactionmanager.cpp +++ b/lib/util/kscriptactionmanager.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. * +* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. * ***************************************************************************/ #include "kscriptactionmanager.h" #include <kparts/part.h> diff --git a/lib/util/kscriptactionmanager.h b/lib/util/kscriptactionmanager.h index 234e4a3c..a9537980 100644 --- a/lib/util/kscriptactionmanager.h +++ b/lib/util/kscriptactionmanager.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. * +* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. * ***************************************************************************/ #ifndef KScriptAction_H #define KScriptAction_H diff --git a/lib/util/urlutil.cpp b/lib/util/urlutil.cpp index 942f1900..fb451769 100644 --- a/lib/util/urlutil.cpp +++ b/lib/util/urlutil.cpp @@ -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. */ #include <qstringlist.h> diff --git a/lib/util/urlutil.h b/lib/util/urlutil.h index 4f9ddbab..65e96a56 100644 --- a/lib/util/urlutil.h +++ b/lib/util/urlutil.h @@ -14,8 +14,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. */ #ifndef _URLUTIL_H_ |