summaryrefslogtreecommitdiff
path: root/shadow
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /shadow
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'shadow')
-rw-r--r--shadow/Makefile5
-rw-r--r--shadow/fgetspent.c5
-rw-r--r--shadow/fgetspent_r.c5
-rw-r--r--shadow/getspent.c5
-rw-r--r--shadow/getspent_r.c5
-rw-r--r--shadow/getspnam.c5
-rw-r--r--shadow/getspnam_r.c5
-rw-r--r--shadow/lckpwdf.c5
-rw-r--r--shadow/putspent.c5
-rw-r--r--shadow/sgetspent.c5
-rw-r--r--shadow/sgetspent_r.c5
-rw-r--r--shadow/shadow.h5
12 files changed, 24 insertions, 36 deletions
diff --git a/shadow/Makefile b/shadow/Makefile
index 4755fab04a..7c17a7f9be 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 63f16a10db..0f508c45ac 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 2c907a5add..40ffc540c2 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 1fb9dfa518..50dfcd332d 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 b2106611c2..6292781dc3 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 5bd6393598..beb0570645 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 cfb6817d03..99c04f9f46 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 746e14b6db..bb2a3d7c16 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 c6b53edb2b..a34d8971af 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 f3dce53ea3..ce97db997b 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 5db4aec7a2..b51e0b70b1 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 abbeefc0b6..589125caac 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. */