diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /gshadow | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'gshadow')
-rw-r--r-- | gshadow/Makefile | 5 | ||||
-rw-r--r-- | gshadow/fgetsgent.c | 5 | ||||
-rw-r--r-- | gshadow/fgetsgent_r.c | 5 | ||||
-rw-r--r-- | gshadow/getsgent.c | 5 | ||||
-rw-r--r-- | gshadow/getsgent_r.c | 5 | ||||
-rw-r--r-- | gshadow/getsgnam.c | 5 | ||||
-rw-r--r-- | gshadow/getsgnam_r.c | 5 | ||||
-rw-r--r-- | gshadow/gshadow.h | 5 | ||||
-rw-r--r-- | gshadow/putsgent.c | 5 | ||||
-rw-r--r-- | gshadow/sgetsgent.c | 5 | ||||
-rw-r--r-- | gshadow/sgetsgent_r.c | 5 |
11 files changed, 22 insertions, 33 deletions
diff --git a/gshadow/Makefile b/gshadow/Makefile index 0c3d42b317..a482c5d702 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 +# <http://www.gnu.org/licenses/>. # # Makefile for gshadow. diff --git a/gshadow/fgetsgent.c b/gshadow/fgetsgent.c index 098edfe52e..c90948e278 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <bits/libc-lock.h> diff --git a/gshadow/fgetsgent_r.c b/gshadow/fgetsgent_r.c index 25c05bf7ea..bf4559b041 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 + <http://www.gnu.org/licenses/>. */ #include <ctype.h> #include <errno.h> diff --git a/gshadow/getsgent.c b/gshadow/getsgent.c index 544227c537..1242deecbb 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 + <http://www.gnu.org/licenses/>. */ #include <gshadow.h> diff --git a/gshadow/getsgent_r.c b/gshadow/getsgent_r.c index 9feea9f047..7b1df5357c 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 + <http://www.gnu.org/licenses/>. */ #include <gshadow.h> diff --git a/gshadow/getsgnam.c b/gshadow/getsgnam.c index 7cd5b44210..203c21076b 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 + <http://www.gnu.org/licenses/>. */ #include <gshadow.h> diff --git a/gshadow/getsgnam_r.c b/gshadow/getsgnam_r.c index a9ab764675..9e00f6e66d 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 + <http://www.gnu.org/licenses/>. */ #include <gshadow.h> diff --git a/gshadow/gshadow.h b/gshadow/gshadow.h index 5179bde639..f4eda0d45b 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 + <http://www.gnu.org/licenses/>. */ /* Declaration of types and functions for shadow group suite. */ diff --git a/gshadow/putsgent.c b/gshadow/putsgent.c index 938a71334c..a62e8437cb 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 + <http://www.gnu.org/licenses/>. */ #include <stdbool.h> #include <stdio.h> diff --git a/gshadow/sgetsgent.c b/gshadow/sgetsgent.c index 94e131566b..61c251ad16 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <bits/libc-lock.h> diff --git a/gshadow/sgetsgent_r.c b/gshadow/sgetsgent_r.c index 2292719af9..99b7148826 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 + <http://www.gnu.org/licenses/>. */ #include <ctype.h> #include <errno.h> |