From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- gshadow/Makefile | 5 ++--- gshadow/fgetsgent.c | 5 ++--- gshadow/fgetsgent_r.c | 5 ++--- gshadow/getsgent.c | 5 ++--- gshadow/getsgent_r.c | 5 ++--- gshadow/getsgnam.c | 5 ++--- gshadow/getsgnam_r.c | 5 ++--- gshadow/gshadow.h | 5 ++--- gshadow/putsgent.c | 5 ++--- gshadow/sgetsgent.c | 5 ++--- gshadow/sgetsgent_r.c | 5 ++--- 11 files changed, 22 insertions(+), 33 deletions(-) (limited to 'gshadow') diff --git a/gshadow/Makefile b/gshadow/Makefile index 0c3d42b..a482c5d 100644 --- a/gshadow/Makefile +++ b/gshadow/Makefile @@ -12,9 +12,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; if not, see +# . # # Makefile for gshadow. diff --git a/gshadow/fgetsgent.c b/gshadow/fgetsgent.c index 098edfe..c90948e 100644 --- a/gshadow/fgetsgent.c +++ b/gshadow/fgetsgent.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/gshadow/fgetsgent_r.c b/gshadow/fgetsgent_r.c index 25c05bf7..bf4559b 100644 --- a/gshadow/fgetsgent_r.c +++ b/gshadow/fgetsgent_r.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/gshadow/getsgent.c b/gshadow/getsgent.c index 544227c..1242dee 100644 --- a/gshadow/getsgent.c +++ b/gshadow/getsgent.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/gshadow/getsgent_r.c b/gshadow/getsgent_r.c index 9feea9f..7b1df53 100644 --- a/gshadow/getsgent_r.c +++ b/gshadow/getsgent_r.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/gshadow/getsgnam.c b/gshadow/getsgnam.c index 7cd5b44..203c210 100644 --- a/gshadow/getsgnam.c +++ b/gshadow/getsgnam.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/gshadow/getsgnam_r.c b/gshadow/getsgnam_r.c index a9ab764..9e00f6e 100644 --- a/gshadow/getsgnam_r.c +++ b/gshadow/getsgnam_r.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/gshadow/gshadow.h b/gshadow/gshadow.h index 5179bde..f4eda0d 100644 --- a/gshadow/gshadow.h +++ b/gshadow/gshadow.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* Declaration of types and functions for shadow group suite. */ diff --git a/gshadow/putsgent.c b/gshadow/putsgent.c index 938a713..a62e843 100644 --- a/gshadow/putsgent.c +++ b/gshadow/putsgent.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/gshadow/sgetsgent.c b/gshadow/sgetsgent.c index 94e1315..61c251a 100644 --- a/gshadow/sgetsgent.c +++ b/gshadow/sgetsgent.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/gshadow/sgetsgent_r.c b/gshadow/sgetsgent_r.c index 2292719..99b7148 100644 --- a/gshadow/sgetsgent_r.c +++ b/gshadow/sgetsgent_r.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include -- cgit v1.1