commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-2-g852ef97


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-2-g852ef97
Date: Wed, 19 May 2010 17:15:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  852ef9773167123e7faebff62a80b69b088d51be (commit)
      from  9ad26dc320df37b8dcbf6f130e618a265eb5f172 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=852ef9773167123e7faebff62a80b69b088d51be


commit 852ef9773167123e7faebff62a80b69b088d51be
Author: Alfred M. Szmidt <address@hidden>
Date:   Wed May 19 19:20:57 2010 +0200

    Added copyright notice to some missing files.

diff --git a/ChangeLog b/ChangeLog
index 3520198..95a1d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-19  Kaio Rafael <address@hidden>  (tiny change)
+
+       * whois/as_del_list, whois/make_as_del.pl: Added copyright notice.
+       * whois/ip_del_list, whois/make_ip_del.pl: Likewise.
+       * whois/make_tld_serv.pl, whois/tld_serv_list: Likewise.
+
 2010-05-18  Simon Josefsson  <address@hidden>
 
        * tests/Makefile.am (dist_check_SCRIPTS): Make testing ping and
diff --git a/whois/as_del_list b/whois/as_del_list
index 2156dfa..000cad2 100644
--- a/whois/as_del_list
+++ b/whois/as_del_list
@@ -1,3 +1,21 @@
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+#
+# This file is part of GNU Inetutils.
+#
+# GNU Inetutils is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNU Inetutils is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, see `http://www.gnu.org/licenses/'.
+
 1877   1901    ripe
 2043   2043    ripe
 2047   2047    ripe
diff --git a/whois/ip_del_list b/whois/ip_del_list
index 2445a7d..2023e78 100644
--- a/whois/ip_del_list
+++ b/whois/ip_del_list
@@ -1,3 +1,21 @@
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+#
+# This file is part of GNU Inetutils.
+#
+# GNU Inetutils is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNU Inetutils is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, see `http://www.gnu.org/licenses/'.
+
 24.192.0.0/14  apnic
 24.132.0.0/14  ripe
 61.0.0.0/8     apnic
diff --git a/whois/make_as_del.pl b/whois/make_as_del.pl
index 326dfde..602e721 100755
--- a/whois/make_as_del.pl
+++ b/whois/make_as_del.pl
@@ -1,5 +1,23 @@
 #!/usr/bin/perl -w
 
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+#
+# This file is part of GNU Inetutils.
+#
+# GNU Inetutils is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNU Inetutils is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, see `http://www.gnu.org/licenses/'.
+
 use strict;
 
 while (<>) {
diff --git a/whois/make_ip_del.pl b/whois/make_ip_del.pl
index 55ac8f5..bee88ab 100755
--- a/whois/make_ip_del.pl
+++ b/whois/make_ip_del.pl
@@ -1,5 +1,23 @@
 #!/usr/bin/perl -w
 
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+#
+# This file is part of GNU Inetutils.
+#
+# GNU Inetutils is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNU Inetutils is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, see `http://www.gnu.org/licenses/'.
+
 use strict;
 
 while (<>) {
diff --git a/whois/make_tld_serv.pl b/whois/make_tld_serv.pl
index ec4a7e7..ca1d0be 100755
--- a/whois/make_tld_serv.pl
+++ b/whois/make_tld_serv.pl
@@ -1,5 +1,23 @@
 #!/usr/bin/perl -w
 
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+#
+# This file is part of GNU Inetutils.
+#
+# GNU Inetutils is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNU Inetutils is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, see `http://www.gnu.org/licenses/'.
+
 use strict;
 
 while (<>) {
diff --git a/whois/tld_serv_list b/whois/tld_serv_list
index 9d2113d..03f9201 100644
--- a/whois/tld_serv_list
+++ b/whois/tld_serv_list
@@ -1,3 +1,21 @@
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+#
+# This file is part of GNU Inetutils.
+#
+# GNU Inetutils is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNU Inetutils is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, see `http://www.gnu.org/licenses/'.
+
 # NIC? means I have not been able to find the registry
 # NIC-FR means the TLD is managed by AFNIC, but I could not find any info
 # UPR means the TLD is managed by UPR, but I could not find any info

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    6 ++++++
 whois/as_del_list      |   18 ++++++++++++++++++
 whois/ip_del_list      |   18 ++++++++++++++++++
 whois/make_as_del.pl   |   18 ++++++++++++++++++
 whois/make_ip_del.pl   |   18 ++++++++++++++++++
 whois/make_tld_serv.pl |   18 ++++++++++++++++++
 whois/tld_serv_list    |   18 ++++++++++++++++++
 7 files changed, 114 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]