summaryrefslogtreecommitdiffstats
path: root/kmtrace
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
commit3c5092f65b00e5de825a415990bcda0186e9272f (patch)
treed1c5151a67d709f1bb46770f000d004d87be8908 /kmtrace
parent970c3b03f3191b96173a96bbb419108e0ae77dd1 (diff)
downloadtdesdk-3c5092f65b00e5de825a415990bcda0186e9272f.tar.gz
tdesdk-3c5092f65b00e5de825a415990bcda0186e9272f.zip
Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmtrace')
-rw-r--r--kmtrace/Makefile.am4
-rw-r--r--kmtrace/ktrace.c4
-rw-r--r--kmtrace/mtrace.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/kmtrace/Makefile.am b/kmtrace/Makefile.am
index 3d721ac6..ab01138e 100644
--- a/kmtrace/Makefile.am
+++ b/kmtrace/Makefile.am
@@ -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.
AM_CPPFLAGS = -DQT_NO_ASCII_CAST -UQT_NO_COMPAT -O3
LDADD = $(LIB_KDECORE) -liberty
diff --git a/kmtrace/ktrace.c b/kmtrace/ktrace.c
index 044a1d24..21fca376 100644
--- a/kmtrace/ktrace.c
+++ b/kmtrace/ktrace.c
@@ -18,8 +18,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.
+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address mike@ai.mit.edu,
or (US mail) as Mike Haertel c/o Free Software Foundation.
diff --git a/kmtrace/mtrace.c b/kmtrace/mtrace.c
index 26c08ae6..cef74783 100644
--- a/kmtrace/mtrace.c
+++ b/kmtrace/mtrace.c
@@ -16,8 +16,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.
+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address mike@ai.mit.edu,
or (US mail) as Mike Haertel c/o Free Software Foundation. */