summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2017-08-30 15:57:44 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2017-08-30 15:57:44 +0200
commitb92ef23e38f9863ebe4704a916e3322eea2f1f2c (patch)
tree9012400386be2486a9754d9ac7d2eee33a375c07 /tools
parent242b2fa320df6c1798878d154ba067419d6b1b0b (diff)
downloadglibmm-b92ef23e38f9863ebe4704a916e3322eea2f1f2c.tar.gz
Update the Free Software Foundation address in copyright notices
Bug 786824
Diffstat (limited to 'tools')
-rw-r--r--tools/defs_fixer.pl3
-rw-r--r--tools/extra_defs_gen/generate_defs_gio.cc3
-rw-r--r--tools/extra_defs_gen/generate_defs_glib.cc3
-rw-r--r--tools/extra_defs_gen/generate_extra_defs.cc3
-rw-r--r--tools/extra_defs_gen/generate_extra_defs.h5
-rw-r--r--tools/gmmproc.in3
-rw-r--r--tools/pm/DocsParser.pm3
-rw-r--r--tools/pm/GtkDefs.pm3
-rw-r--r--tools/pm/Output.pm3
-rw-r--r--tools/pm/Util.pm3
-rw-r--r--tools/pm/WrapParser.pm3
11 files changed, 11 insertions, 24 deletions
diff --git a/tools/defs_fixer.pl b/tools/defs_fixer.pl
index e59c13c0..bc0ace8f 100644
--- a/tools/defs_fixer.pl
+++ b/tools/defs_fixer.pl
@@ -13,8 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# License along with this library. If not, see <http://www.gnu.org/licenses/>.
#
#
#
diff --git a/tools/extra_defs_gen/generate_defs_gio.cc b/tools/extra_defs_gen/generate_defs_gio.cc
index 30c39392..0759a52b 100644
--- a/tools/extra_defs_gen/generate_defs_gio.cc
+++ b/tools/extra_defs_gen/generate_defs_gio.cc
@@ -13,8 +13,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "generate_extra_defs.h"
diff --git a/tools/extra_defs_gen/generate_defs_glib.cc b/tools/extra_defs_gen/generate_defs_glib.cc
index 235bc393..f1e552ff 100644
--- a/tools/extra_defs_gen/generate_defs_glib.cc
+++ b/tools/extra_defs_gen/generate_defs_glib.cc
@@ -13,8 +13,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "generate_extra_defs.h"
diff --git a/tools/extra_defs_gen/generate_extra_defs.cc b/tools/extra_defs_gen/generate_extra_defs.cc
index 3b5028d5..04f9099e 100644
--- a/tools/extra_defs_gen/generate_extra_defs.cc
+++ b/tools/extra_defs_gen/generate_extra_defs.cc
@@ -13,8 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "generate_extra_defs.h"
diff --git a/tools/extra_defs_gen/generate_extra_defs.h b/tools/extra_defs_gen/generate_extra_defs.h
index 9d960e3e..300df4ca 100644
--- a/tools/extra_defs_gen/generate_extra_defs.h
+++ b/tools/extra_defs_gen/generate_extra_defs.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* generate_extra_defs.h
*
* Copyright (C) 2001 The Free Software Foundation
@@ -15,8 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <glib-object.h>
diff --git a/tools/gmmproc.in b/tools/gmmproc.in
index e9295031..56b44e62 100644
--- a/tools/gmmproc.in
+++ b/tools/gmmproc.in
@@ -21,8 +21,7 @@
# GNU General Public License for more details.
#
# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# 'classes':
diff --git a/tools/pm/DocsParser.pm b/tools/pm/DocsParser.pm
index 93928be9..aef38255 100644
--- a/tools/pm/DocsParser.pm
+++ b/tools/pm/DocsParser.pm
@@ -13,8 +13,7 @@
# GNU General Public License for more details.
#
# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Based on XML::Parser tutorial found at http://www.devshed.com/Server_Side/Perl/PerlXML/PerlXML1/page1.html
diff --git a/tools/pm/GtkDefs.pm b/tools/pm/GtkDefs.pm
index 03c11317..f1234f87 100644
--- a/tools/pm/GtkDefs.pm
+++ b/tools/pm/GtkDefs.pm
@@ -13,8 +13,7 @@
# GNU General Public License for more details.
#
# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
package GtkDefs;
use strict;
diff --git a/tools/pm/Output.pm b/tools/pm/Output.pm
index f3c3bb33..62209e9d 100644
--- a/tools/pm/Output.pm
+++ b/tools/pm/Output.pm
@@ -13,8 +13,7 @@
# GNU General Public License for more details.
#
# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
package Output;
use strict;
diff --git a/tools/pm/Util.pm b/tools/pm/Util.pm
index bf033c67..9b0dd66f 100644
--- a/tools/pm/Util.pm
+++ b/tools/pm/Util.pm
@@ -13,8 +13,7 @@
# GNU General Public License for more details.
#
# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# This file holds basic functions used throughout gtkmmproc modules.
diff --git a/tools/pm/WrapParser.pm b/tools/pm/WrapParser.pm
index 504e0c4b..9de213e3 100644
--- a/tools/pm/WrapParser.pm
+++ b/tools/pm/WrapParser.pm
@@ -13,8 +13,7 @@
# GNU General Public License for more details.
#
# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
package WrapParser;
use strict;