summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-23 12:59:11 +0100
committerDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-31 14:33:23 +0100
commit51f06e30541f426e38705a91040540a98d116b80 (patch)
tree57b982a08b01842144cc43394eb7f470575d3d9e
parent49e47c8329d50774e365fc7c3a7504b5fc005dc7 (diff)
downloadcogl-51f06e30541f426e38705a91040540a98d116b80.tar.gz
Updated FSF's address
-rw-r--r--deps/glib/galloca.h4
-rw-r--r--deps/glib/garray.c4
-rw-r--r--deps/glib/garray.h4
-rw-r--r--deps/glib/gatomic.c4
-rw-r--r--deps/glib/gatomic.h4
-rw-r--r--deps/glib/gbacktrace.h4
-rw-r--r--deps/glib/gbitlock.c4
-rw-r--r--deps/glib/gbitlock.h4
-rw-r--r--deps/glib/gconvert.h4
-rw-r--r--deps/glib/gdataset.c3
-rw-r--r--deps/glib/gdataset.h4
-rw-r--r--deps/glib/gdatasetprivate.h4
-rw-r--r--deps/glib/gdebug.h4
-rw-r--r--deps/glib/gerror.c4
-rw-r--r--deps/glib/gerror.h3
-rw-r--r--deps/glib/gfileutils.c3
-rw-r--r--deps/glib/gfileutils.h3
-rw-r--r--deps/glib/ghash.c4
-rw-r--r--deps/glib/ghash.h4
-rw-r--r--deps/glib/ghook.c4
-rw-r--r--deps/glib/ghook.h4
-rw-r--r--deps/glib/gi18n-lib.h4
-rw-r--r--deps/glib/glib_trace.h4
-rw-r--r--deps/glib/glist.c4
-rw-r--r--deps/glib/glist.h4
-rw-r--r--deps/glib/gmacros.h4
-rw-r--r--deps/glib/gmain.c4
-rw-r--r--deps/glib/gmain.h4
-rw-r--r--deps/glib/gmem.c4
-rw-r--r--deps/glib/gmem.h4
-rw-r--r--deps/glib/gmessages.c4
-rw-r--r--deps/glib/gmessages.h4
-rw-r--r--deps/glib/gprintf.c4
-rw-r--r--deps/glib/gprintf.h4
-rw-r--r--deps/glib/gprintfint.h4
-rw-r--r--deps/glib/gqsort.c4
-rw-r--r--deps/glib/gqsort.h4
-rw-r--r--deps/glib/gquark.h4
-rw-r--r--deps/glib/gqueue.c4
-rw-r--r--deps/glib/gqueue.h4
-rw-r--r--deps/glib/gslice.c4
-rw-r--r--deps/glib/gslice.h4
-rw-r--r--deps/glib/gslist.c4
-rw-r--r--deps/glib/gslist.h4
-rw-r--r--deps/glib/gstdio.c3
-rw-r--r--deps/glib/gstdio.h3
-rw-r--r--deps/glib/gstrfuncs.c4
-rw-r--r--deps/glib/gstrfuncs.h4
-rw-r--r--deps/glib/gstring.c4
-rw-r--r--deps/glib/gstring.h4
-rw-r--r--deps/glib/gtestutils.c4
-rw-r--r--deps/glib/gtestutils.h4
-rw-r--r--deps/glib/gthread.c4
-rw-r--r--deps/glib/gthread.h4
-rw-r--r--deps/glib/gthreadprivate.h3
-rw-r--r--deps/glib/gtypes.h4
-rw-r--r--deps/glib/gunicode.h3
-rw-r--r--deps/glib/gutils.c4
-rw-r--r--deps/glib/gutils.h4
-rw-r--r--deps/gmodule/gmodule-dl.c4
-rw-r--r--deps/gmodule/gmodule-dld.c4
-rw-r--r--deps/gmodule/gmodule-dyld.c4
-rw-r--r--deps/gmodule/gmodule-win32.c4
-rw-r--r--deps/gmodule/gmodule.c4
-rw-r--r--deps/gmodule/gmodule.h4
-rw-r--r--deps/gmodule/gmoduleconf.h.in4
-rw-r--r--deps/gmodule/gmoduleconf.h.win324
67 files changed, 67 insertions, 193 deletions
diff --git a/deps/glib/galloca.h b/deps/glib/galloca.h
index 8876836a..49435658 100644
--- a/deps/glib/galloca.h
+++ b/deps/glib/galloca.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/garray.c b/deps/glib/garray.c
index c3d07f21..782b4dbd 100644
--- a/deps/glib/garray.c
+++ b/deps/glib/garray.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/garray.h b/deps/glib/garray.h
index 82218064..582766fb 100644
--- a/deps/glib/garray.h
+++ b/deps/glib/garray.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gatomic.c b/deps/glib/gatomic.c
index 1e83f193..7674eebb 100644
--- a/deps/glib/gatomic.c
+++ b/deps/glib/gatomic.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/deps/glib/gatomic.h b/deps/glib/gatomic.h
index b06b527e..3ebc8a07 100644
--- a/deps/glib/gatomic.h
+++ b/deps/glib/gatomic.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/deps/glib/gbacktrace.h b/deps/glib/gbacktrace.h
index e5bb39cf..e32b86d3 100644
--- a/deps/glib/gbacktrace.h
+++ b/deps/glib/gbacktrace.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gbitlock.c b/deps/glib/gbitlock.c
index a9f7a5ea..b6488733 100644
--- a/deps/glib/gbitlock.c
+++ b/deps/glib/gbitlock.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/deps/glib/gbitlock.h b/deps/glib/gbitlock.h
index ea9cb41a..58a7ce82 100644
--- a/deps/glib/gbitlock.h
+++ b/deps/glib/gbitlock.h
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/deps/glib/gconvert.h b/deps/glib/gconvert.h
index a2c33ad4..d1a5e518 100644
--- a/deps/glib/gconvert.h
+++ b/deps/glib/gconvert.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gdataset.c b/deps/glib/gdataset.c
index 715b31d3..fc4cf1ac 100644
--- a/deps/glib/gdataset.c
+++ b/deps/glib/gdataset.c
@@ -15,8 +15,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gdataset.h b/deps/glib/gdataset.h
index 4451c38b..7c97c963 100644
--- a/deps/glib/gdataset.h
+++ b/deps/glib/gdataset.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gdatasetprivate.h b/deps/glib/gdatasetprivate.h
index 80d0ccf8..4f98040c 100644
--- a/deps/glib/gdatasetprivate.h
+++ b/deps/glib/gdatasetprivate.h
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gdebug.h b/deps/glib/gdebug.h
index dea3dde7..e27a14ea 100644
--- a/deps/glib/gdebug.h
+++ b/deps/glib/gdebug.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gerror.c b/deps/glib/gerror.c
index 015d7096..dc7a6447 100644
--- a/deps/glib/gerror.c
+++ b/deps/glib/gerror.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gerror.h b/deps/glib/gerror.h
index 871f3101..aaa8d99a 100644
--- a/deps/glib/gerror.h
+++ b/deps/glib/gerror.h
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with the Gnome 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.
+ * see <http://www.gnu.org/licenses/>.
*/
#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
diff --git a/deps/glib/gfileutils.c b/deps/glib/gfileutils.c
index 062c6910..55963014 100644
--- a/deps/glib/gfileutils.c
+++ b/deps/glib/gfileutils.c
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with GLib; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/deps/glib/gfileutils.h b/deps/glib/gfileutils.h
index 4b0c48e8..870100bf 100644
--- a/deps/glib/gfileutils.h
+++ b/deps/glib/gfileutils.h
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with GLib; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*/
#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
diff --git a/deps/glib/ghash.c b/deps/glib/ghash.c
index 02c0d7bd..14ae487c 100644
--- a/deps/glib/ghash.c
+++ b/deps/glib/ghash.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/ghash.h b/deps/glib/ghash.h
index 3bc82269..4a026fae 100644
--- a/deps/glib/ghash.h
+++ b/deps/glib/ghash.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/ghook.c b/deps/glib/ghook.c
index 1406b580..5b10afcb 100644
--- a/deps/glib/ghook.c
+++ b/deps/glib/ghook.c
@@ -15,9 +15,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/ghook.h b/deps/glib/ghook.h
index 5577fc3e..e53c43ca 100644
--- a/deps/glib/ghook.h
+++ b/deps/glib/ghook.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gi18n-lib.h b/deps/glib/gi18n-lib.h
index ca002a72..150a2686 100644
--- a/deps/glib/gi18n-lib.h
+++ b/deps/glib/gi18n-lib.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __G_I18N_LIB_H__
diff --git a/deps/glib/glib_trace.h b/deps/glib/glib_trace.h
index 789e88d6..3818374c 100644
--- a/deps/glib/glib_trace.h
+++ b/deps/glib/glib_trace.h
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Alexander Larsson <alexl@redhat.com>
*/
diff --git a/deps/glib/glist.c b/deps/glib/glist.c
index 1e3dd86c..f01e9bfa 100644
--- a/deps/glib/glist.c
+++ b/deps/glib/glist.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/glist.h b/deps/glib/glist.h
index 275005c7..25a4f66f 100644
--- a/deps/glib/glist.h
+++ b/deps/glib/glist.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gmacros.h b/deps/glib/gmacros.h
index 50a03ed0..e89b0c6b 100644
--- a/deps/glib/gmacros.h
+++ b/deps/glib/gmacros.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gmain.c b/deps/glib/gmain.c
index 7831c496..0075346d 100644
--- a/deps/glib/gmain.c
+++ b/deps/glib/gmain.c
@@ -15,9 +15,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gmain.h b/deps/glib/gmain.h
index 293f33c1..c9eeb821 100644
--- a/deps/glib/gmain.h
+++ b/deps/glib/gmain.h
@@ -12,9 +12,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
diff --git a/deps/glib/gmem.c b/deps/glib/gmem.c
index a657f73f..d38fcdf7 100644
--- a/deps/glib/gmem.c
+++ b/deps/glib/gmem.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gmem.h b/deps/glib/gmem.h
index a8ff4acd..ca22786a 100644
--- a/deps/glib/gmem.h
+++ b/deps/glib/gmem.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gmessages.c b/deps/glib/gmessages.c
index 30a48eb8..8b6f5357 100644
--- a/deps/glib/gmessages.c
+++ b/deps/glib/gmessages.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gmessages.h b/deps/glib/gmessages.h
index c5220e35..87f380d9 100644
--- a/deps/glib/gmessages.h
+++ b/deps/glib/gmessages.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gprintf.c b/deps/glib/gprintf.c
index 346fd956..c19a237b 100644
--- a/deps/glib/gprintf.c
+++ b/deps/glib/gprintf.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/deps/glib/gprintf.h b/deps/glib/gprintf.h
index d96870fb..09185396 100644
--- a/deps/glib/gprintf.h
+++ b/deps/glib/gprintf.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __G_PRINTF_H__
diff --git a/deps/glib/gprintfint.h b/deps/glib/gprintfint.h
index 0c975a1e..88c6170e 100644
--- a/deps/glib/gprintfint.h
+++ b/deps/glib/gprintfint.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gqsort.c b/deps/glib/gqsort.c
index db4bed21..ba2c5b7c 100644
--- a/deps/glib/gqsort.c
+++ b/deps/glib/gqsort.c
@@ -14,9 +14,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gqsort.h b/deps/glib/gqsort.h
index 3a47a584..c7467c35 100644
--- a/deps/glib/gqsort.h
+++ b/deps/glib/gqsort.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gquark.h b/deps/glib/gquark.h
index 324c9566..4570d4fd 100644
--- a/deps/glib/gquark.h
+++ b/deps/glib/gquark.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gqueue.c b/deps/glib/gqueue.c
index e6bf411b..85f31d78 100644
--- a/deps/glib/gqueue.c
+++ b/deps/glib/gqueue.c
@@ -15,9 +15,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gqueue.h b/deps/glib/gqueue.h
index 591a09a0..31abaaec 100644
--- a/deps/glib/gqueue.h
+++ b/deps/glib/gqueue.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gslice.c b/deps/glib/gslice.c
index 2160772b..8fda83fa 100644
--- a/deps/glib/gslice.c
+++ b/deps/glib/gslice.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/* MT safe */
diff --git a/deps/glib/gslice.h b/deps/glib/gslice.h
index 962199e0..30dfbe0a 100644
--- a/deps/glib/gslice.h
+++ b/deps/glib/gslice.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
diff --git a/deps/glib/gslist.c b/deps/glib/gslist.c
index 1de9c57e..eeea72d2 100644
--- a/deps/glib/gslist.c
+++ b/deps/glib/gslist.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gslist.h b/deps/glib/gslist.h
index 3731ba97..5e65d6db 100644
--- a/deps/glib/gslist.h
+++ b/deps/glib/gslist.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gstdio.c b/deps/glib/gstdio.c
index fb5a9fb5..425d3aa8 100644
--- a/deps/glib/gstdio.c
+++ b/deps/glib/gstdio.c
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with GLib; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/deps/glib/gstdio.h b/deps/glib/gstdio.h
index 08aea7d3..a89f18bb 100644
--- a/deps/glib/gstdio.h
+++ b/deps/glib/gstdio.h
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with GLib; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * see <http://www.gnu.org/licenses/>.
*/
#ifndef __G_STDIO_H__
diff --git a/deps/glib/gstrfuncs.c b/deps/glib/gstrfuncs.c
index d651ce1e..cb04b500 100644
--- a/deps/glib/gstrfuncs.c
+++ b/deps/glib/gstrfuncs.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gstrfuncs.h b/deps/glib/gstrfuncs.h
index 8f99c559..3b429f6d 100644
--- a/deps/glib/gstrfuncs.h
+++ b/deps/glib/gstrfuncs.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gstring.c b/deps/glib/gstring.c
index 627dee63..5a65e46d 100644
--- a/deps/glib/gstring.c
+++ b/deps/glib/gstring.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gstring.h b/deps/glib/gstring.h
index 8222e429..b7a1eacb 100644
--- a/deps/glib/gstring.h
+++ b/deps/glib/gstring.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gtestutils.c b/deps/glib/gtestutils.c
index a339fedf..a1a13e2d 100644
--- a/deps/glib/gtestutils.c
+++ b/deps/glib/gtestutils.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/deps/glib/gtestutils.h b/deps/glib/gtestutils.h
index 8de52483..d67569ee 100644
--- a/deps/glib/gtestutils.h
+++ b/deps/glib/gtestutils.h
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
diff --git a/deps/glib/gthread.c b/deps/glib/gthread.c
index 654628b4..5c77f3e9 100644
--- a/deps/glib/gthread.c
+++ b/deps/glib/gthread.c
@@ -16,9 +16,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/* Prelude {{{1 ----------------------------------------------------------- */
diff --git a/deps/glib/gthread.h b/deps/glib/gthread.h
index 9f5b34b5..4d3999b1 100644
--- a/deps/glib/gthread.h
+++ b/deps/glib/gthread.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gthreadprivate.h b/deps/glib/gthreadprivate.h
index 30357d7c..7ebdadf4 100644
--- a/deps/glib/gthreadprivate.h
+++ b/deps/glib/gthreadprivate.h
@@ -16,8 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with the Gnome 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.
+ * see <http://www.gnu.org/licenses/>.
*/
#ifndef __G_THREADPRIVATE_H__
diff --git a/deps/glib/gtypes.h b/deps/glib/gtypes.h
index 8e77563d..0ad27297 100644
--- a/deps/glib/gtypes.h
+++ b/deps/glib/gtypes.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gunicode.h b/deps/glib/gunicode.h
index 5d5d3ad7..d8c45c6c 100644
--- a/deps/glib/gunicode.h
+++ b/deps/glib/gunicode.h
@@ -15,8 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with the Gnome 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.
+ * see <http://www.gnu.org/licenses/>.
*/
#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
diff --git a/deps/glib/gutils.c b/deps/glib/gutils.c
index c5b7be50..5be0ecbd 100644
--- a/deps/glib/gutils.c
+++ b/deps/glib/gutils.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/glib/gutils.h b/deps/glib/gutils.h
index a0f3cf64..93dc947e 100644
--- a/deps/glib/gutils.h
+++ b/deps/glib/gutils.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/gmodule/gmodule-dl.c b/deps/gmodule/gmodule-dl.c
index 035b2a9e..ad4d8ce1 100644
--- a/deps/gmodule/gmodule-dl.c
+++ b/deps/gmodule/gmodule-dl.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/gmodule/gmodule-dld.c b/deps/gmodule/gmodule-dld.c
index 401b32f7..4db0f7f1 100644
--- a/deps/gmodule/gmodule-dld.c
+++ b/deps/gmodule/gmodule-dld.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/gmodule/gmodule-dyld.c b/deps/gmodule/gmodule-dyld.c
index 1896b43b..20bf8a3f 100644
--- a/deps/gmodule/gmodule-dyld.c
+++ b/deps/gmodule/gmodule-dyld.c
@@ -15,9 +15,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/deps/gmodule/gmodule-win32.c b/deps/gmodule/gmodule-win32.c
index 439fb5d0..7dfb25f9 100644
--- a/deps/gmodule/gmodule-win32.c
+++ b/deps/gmodule/gmodule-win32.c
@@ -15,9 +15,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/gmodule/gmodule.c b/deps/gmodule/gmodule.c
index 460c3084..787bde63 100644
--- a/deps/gmodule/gmodule.c
+++ b/deps/gmodule/gmodule.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/gmodule/gmodule.h b/deps/gmodule/gmodule.h
index ead452a2..dc13a8bb 100644
--- a/deps/gmodule/gmodule.h
+++ b/deps/gmodule/gmodule.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/deps/gmodule/gmoduleconf.h.in b/deps/gmodule/gmoduleconf.h.in
index 168cf23d..0b90aa2d 100644
--- a/deps/gmodule/gmoduleconf.h.in
+++ b/deps/gmodule/gmoduleconf.h.in
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __G_MODULE_CONF_H__
#define __G_MODULE_CONF_H__
diff --git a/deps/gmodule/gmoduleconf.h.win32 b/deps/gmodule/gmoduleconf.h.win32
index 18bee9b3..890e2f10 100644
--- a/deps/gmodule/gmoduleconf.h.win32
+++ b/deps/gmodule/gmoduleconf.h.win32
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* 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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __G_MODULE_CONF_H__
#define __G_MODULE_CONF_H__