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. --- resource/Makefile | 5 ++--- resource/getpriority.c | 5 ++--- resource/getrlimit.c | 5 ++--- resource/getrlimit64.c | 5 ++--- resource/getrusage.c | 5 ++--- resource/nice.c | 5 ++--- resource/setpriority.c | 5 ++--- resource/setrlimit.c | 5 ++--- resource/setrlimit64.c | 5 ++--- resource/sys/resource.h | 5 ++--- resource/sys/vlimit.h | 5 ++--- resource/sys/vtimes.h | 5 ++--- resource/ulimit.c | 5 ++--- resource/ulimit.h | 5 ++--- resource/vlimit.c | 5 ++--- resource/vtimes.c | 5 ++--- 16 files changed, 32 insertions(+), 48 deletions(-) (limited to 'resource') diff --git a/resource/Makefile b/resource/Makefile index 705c736..8e74134 100644 --- a/resource/Makefile +++ b/resource/Makefile @@ -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 +# . subdir := resource diff --git a/resource/getpriority.c b/resource/getpriority.c index 501c92a..ae7521c 100644 --- a/resource/getpriority.c +++ b/resource/getpriority.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/resource/getrlimit.c b/resource/getrlimit.c index d4bcadd..2ba589c 100644 --- a/resource/getrlimit.c +++ b/resource/getrlimit.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/resource/getrlimit64.c b/resource/getrlimit64.c index dcd67cf..b143f57 100644 --- a/resource/getrlimit64.c +++ b/resource/getrlimit64.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/resource/getrusage.c b/resource/getrusage.c index c679855..9479758 100644 --- a/resource/getrusage.c +++ b/resource/getrusage.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/resource/nice.c b/resource/nice.c index 8561931..1e938cf 100644 --- a/resource/nice.c +++ b/resource/nice.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/resource/setpriority.c b/resource/setpriority.c index b2e6f8a..8d68fdb 100644 --- a/resource/setpriority.c +++ b/resource/setpriority.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/resource/setrlimit.c b/resource/setrlimit.c index c8f6e03..539cd6f 100644 --- a/resource/setrlimit.c +++ b/resource/setrlimit.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/resource/setrlimit64.c b/resource/setrlimit64.c index d4b4bfc..7ad38ef 100644 --- a/resource/setrlimit64.c +++ b/resource/setrlimit64.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/resource/sys/resource.h b/resource/sys/resource.h index f68eb38..cc35ebc 100644 --- a/resource/sys/resource.h +++ b/resource/sys/resource.h @@ -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 + . */ #ifndef _SYS_RESOURCE_H #define _SYS_RESOURCE_H 1 diff --git a/resource/sys/vlimit.h b/resource/sys/vlimit.h index 2f7a09a..f03d310 100644 --- a/resource/sys/vlimit.h +++ b/resource/sys/vlimit.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 + . */ #ifndef _SYS_VLIMIT_H #define _SYS_VLIMIT_H 1 diff --git a/resource/sys/vtimes.h b/resource/sys/vtimes.h index b57f3a7..50f7f91 100644 --- a/resource/sys/vtimes.h +++ b/resource/sys/vtimes.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 + . */ #ifndef _SYS_VTIMES_H #define _SYS_VTIMES_H 1 diff --git a/resource/ulimit.c b/resource/ulimit.c index cc74054..1ca2f2b 100644 --- a/resource/ulimit.c +++ b/resource/ulimit.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/resource/ulimit.h b/resource/ulimit.h index 93b5f37..15134ed 100644 --- a/resource/ulimit.h +++ b/resource/ulimit.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 + . */ #ifndef _ULIMIT_H #define _ULIMIT_H 1 diff --git a/resource/vlimit.c b/resource/vlimit.c index 03d89f4..9ab3f6a 100644 --- a/resource/vlimit.c +++ b/resource/vlimit.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 + . */ /* This is generic in the sense that it will work with the BSD, SYSV, or stub versions of getrlimit. Separate versions could be written diff --git a/resource/vtimes.c b/resource/vtimes.c index 37dc01b..3d24590 100644 --- a/resource/vtimes.c +++ b/resource/vtimes.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