summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/webcam/libmimic
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
commit1654c5f87b2ca0dfdbad72cb4a7e1876cef140ee (patch)
treeb604b5bd10224b8175068442bc71ea304a29ceed /kopete/protocols/msn/webcam/libmimic
parentdcc85b500b8385891683c64aded354cf16004d0c (diff)
downloadtdenetwork-1654c5f87b2ca0dfdbad72cb4a7e1876cef140ee.tar.gz
tdenetwork-1654c5f87b2ca0dfdbad72cb4a7e1876cef140ee.zip
Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/protocols/msn/webcam/libmimic')
-rw-r--r--kopete/protocols/msn/webcam/libmimic/COPYING4
-rw-r--r--kopete/protocols/msn/webcam/libmimic/bitstring.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/colorspace.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/deblock.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/decode.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/encode.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/fdct_quant.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/idct_dequant.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/mimic-private.h2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/mimic.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/mimic.h2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/vlc_common.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/vlc_decode.c2
-rw-r--r--kopete/protocols/msn/webcam/libmimic/vlc_encode.c2
14 files changed, 15 insertions, 15 deletions
diff --git a/kopete/protocols/msn/webcam/libmimic/COPYING b/kopete/protocols/msn/webcam/libmimic/COPYING
index b1e3f5a2..590797f2 100644
--- a/kopete/protocols/msn/webcam/libmimic/COPYING
+++ b/kopete/protocols/msn/webcam/libmimic/COPYING
@@ -2,7 +2,7 @@
Version 2.1, February 1999
Copyright (C) 1991, 1999 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.
@@ -485,7 +485,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/kopete/protocols/msn/webcam/libmimic/bitstring.c b/kopete/protocols/msn/webcam/libmimic/bitstring.c
index 2aef7284..833ca76a 100644
--- a/kopete/protocols/msn/webcam/libmimic/bitstring.c
+++ b/kopete/protocols/msn/webcam/libmimic/bitstring.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include "mimic-private.h"
diff --git a/kopete/protocols/msn/webcam/libmimic/colorspace.c b/kopete/protocols/msn/webcam/libmimic/colorspace.c
index 620992c6..56060dfd 100644
--- a/kopete/protocols/msn/webcam/libmimic/colorspace.c
+++ b/kopete/protocols/msn/webcam/libmimic/colorspace.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include "mimic-private.h"
diff --git a/kopete/protocols/msn/webcam/libmimic/deblock.c b/kopete/protocols/msn/webcam/libmimic/deblock.c
index cfd6ff6d..0c3cf3d6 100644
--- a/kopete/protocols/msn/webcam/libmimic/deblock.c
+++ b/kopete/protocols/msn/webcam/libmimic/deblock.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include <stdlib.h>
diff --git a/kopete/protocols/msn/webcam/libmimic/decode.c b/kopete/protocols/msn/webcam/libmimic/decode.c
index 2bc0e6c9..981ceda4 100644
--- a/kopete/protocols/msn/webcam/libmimic/decode.c
+++ b/kopete/protocols/msn/webcam/libmimic/decode.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include <string.h>
diff --git a/kopete/protocols/msn/webcam/libmimic/encode.c b/kopete/protocols/msn/webcam/libmimic/encode.c
index 909ebd80..3dce1ac0 100644
--- a/kopete/protocols/msn/webcam/libmimic/encode.c
+++ b/kopete/protocols/msn/webcam/libmimic/encode.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include <stdlib.h>
diff --git a/kopete/protocols/msn/webcam/libmimic/fdct_quant.c b/kopete/protocols/msn/webcam/libmimic/fdct_quant.c
index 7e8d0bdd..928bd2d0 100644
--- a/kopete/protocols/msn/webcam/libmimic/fdct_quant.c
+++ b/kopete/protocols/msn/webcam/libmimic/fdct_quant.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include "mimic-private.h"
diff --git a/kopete/protocols/msn/webcam/libmimic/idct_dequant.c b/kopete/protocols/msn/webcam/libmimic/idct_dequant.c
index e5d64fb4..8785b497 100644
--- a/kopete/protocols/msn/webcam/libmimic/idct_dequant.c
+++ b/kopete/protocols/msn/webcam/libmimic/idct_dequant.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include "mimic-private.h"
diff --git a/kopete/protocols/msn/webcam/libmimic/mimic-private.h b/kopete/protocols/msn/webcam/libmimic/mimic-private.h
index d33c50b7..84f5dd70 100644
--- a/kopete/protocols/msn/webcam/libmimic/mimic-private.h
+++ b/kopete/protocols/msn/webcam/libmimic/mimic-private.h
@@ -12,7 +12,7 @@
*
* 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
*/
#ifndef MIMIC_PRIVATE_H
diff --git a/kopete/protocols/msn/webcam/libmimic/mimic.c b/kopete/protocols/msn/webcam/libmimic/mimic.c
index 95564755..9d0b3924 100644
--- a/kopete/protocols/msn/webcam/libmimic/mimic.c
+++ b/kopete/protocols/msn/webcam/libmimic/mimic.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include <string.h>
diff --git a/kopete/protocols/msn/webcam/libmimic/mimic.h b/kopete/protocols/msn/webcam/libmimic/mimic.h
index 491548f4..36543269 100644
--- a/kopete/protocols/msn/webcam/libmimic/mimic.h
+++ b/kopete/protocols/msn/webcam/libmimic/mimic.h
@@ -12,7 +12,7 @@
*
* 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
*/
#ifndef MIMIC_H
diff --git a/kopete/protocols/msn/webcam/libmimic/vlc_common.c b/kopete/protocols/msn/webcam/libmimic/vlc_common.c
index cbb0acc5..66b851aa 100644
--- a/kopete/protocols/msn/webcam/libmimic/vlc_common.c
+++ b/kopete/protocols/msn/webcam/libmimic/vlc_common.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include <stdlib.h>
diff --git a/kopete/protocols/msn/webcam/libmimic/vlc_decode.c b/kopete/protocols/msn/webcam/libmimic/vlc_decode.c
index 5675342d..832d3199 100644
--- a/kopete/protocols/msn/webcam/libmimic/vlc_decode.c
+++ b/kopete/protocols/msn/webcam/libmimic/vlc_decode.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include <string.h>
diff --git a/kopete/protocols/msn/webcam/libmimic/vlc_encode.c b/kopete/protocols/msn/webcam/libmimic/vlc_encode.c
index 8d301627..f9d83129 100644
--- a/kopete/protocols/msn/webcam/libmimic/vlc_encode.c
+++ b/kopete/protocols/msn/webcam/libmimic/vlc_encode.c
@@ -12,7 +12,7 @@
*
* 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
*/
#include <stdlib.h>