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 /shadow | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'shadow')
-rw-r--r-- | shadow/Makefile | 5 | ||||
-rw-r--r-- | shadow/fgetspent.c | 5 | ||||
-rw-r--r-- | shadow/fgetspent_r.c | 5 | ||||
-rw-r--r-- | shadow/getspent.c | 5 | ||||
-rw-r--r-- | shadow/getspent_r.c | 5 | ||||
-rw-r--r-- | shadow/getspnam.c | 5 | ||||
-rw-r--r-- | shadow/getspnam_r.c | 5 | ||||
-rw-r--r-- | shadow/lckpwdf.c | 5 | ||||
-rw-r--r-- | shadow/putspent.c | 5 | ||||
-rw-r--r-- | shadow/sgetspent.c | 5 | ||||
-rw-r--r-- | shadow/sgetspent_r.c | 5 | ||||
-rw-r--r-- | shadow/shadow.h | 5 |
12 files changed, 24 insertions, 36 deletions
diff --git a/shadow/Makefile b/shadow/Makefile index 4755fab..7c17a7f 100644 --- a/shadow/Makefile +++ b/shadow/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 shadow. diff --git a/shadow/fgetspent.c b/shadow/fgetspent.c index 63f16a1..0f508c4 100644 --- a/shadow/fgetspent.c +++ b/shadow/fgetspent.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/shadow/fgetspent_r.c b/shadow/fgetspent_r.c index 2c907a5..40ffc54 100644 --- a/shadow/fgetspent_r.c +++ b/shadow/fgetspent_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/shadow/getspent.c b/shadow/getspent.c index 1fb9dfa..50dfcd3 100644 --- a/shadow/getspent.c +++ b/shadow/getspent.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 <shadow.h> diff --git a/shadow/getspent_r.c b/shadow/getspent_r.c index b210661..6292781 100644 --- a/shadow/getspent_r.c +++ b/shadow/getspent_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 <shadow.h> diff --git a/shadow/getspnam.c b/shadow/getspnam.c index 5bd6393..beb0570 100644 --- a/shadow/getspnam.c +++ b/shadow/getspnam.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 <shadow.h> diff --git a/shadow/getspnam_r.c b/shadow/getspnam_r.c index cfb6817..99c04f9 100644 --- a/shadow/getspnam_r.c +++ b/shadow/getspnam_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 <shadow.h> diff --git a/shadow/lckpwdf.c b/shadow/lckpwdf.c index 746e14b..bb2a3d7 100644 --- a/shadow/lckpwdf.c +++ b/shadow/lckpwdf.c @@ -14,9 +14,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 <fcntl.h> #include <bits/libc-lock.h> diff --git a/shadow/putspent.c b/shadow/putspent.c index c6b53ed..a34d897 100644 --- a/shadow/putspent.c +++ b/shadow/putspent.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 <stdio.h> #include <shadow.h> diff --git a/shadow/sgetspent.c b/shadow/sgetspent.c index f3dce53..ce97db9 100644 --- a/shadow/sgetspent.c +++ b/shadow/sgetspent.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/shadow/sgetspent_r.c b/shadow/sgetspent_r.c index 5db4aec..b51e0b7 100644 --- a/shadow/sgetspent_r.c +++ b/shadow/sgetspent_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/shadow/shadow.h b/shadow/shadow.h index abbeefc..589125c 100644 --- a/shadow/shadow.h +++ b/shadow/shadow.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 password suite. */ |