summaryrefslogtreecommitdiff
path: root/resource
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 /resource
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'resource')
-rw-r--r--resource/Makefile5
-rw-r--r--resource/getpriority.c5
-rw-r--r--resource/getrlimit.c5
-rw-r--r--resource/getrlimit64.c5
-rw-r--r--resource/getrusage.c5
-rw-r--r--resource/nice.c5
-rw-r--r--resource/setpriority.c5
-rw-r--r--resource/setrlimit.c5
-rw-r--r--resource/setrlimit64.c5
-rw-r--r--resource/sys/resource.h5
-rw-r--r--resource/sys/vlimit.h5
-rw-r--r--resource/sys/vtimes.h5
-rw-r--r--resource/ulimit.c5
-rw-r--r--resource/ulimit.h5
-rw-r--r--resource/vlimit.c5
-rw-r--r--resource/vtimes.c5
16 files changed, 32 insertions, 48 deletions
diff --git a/resource/Makefile b/resource/Makefile
index 705c73608c..8e74134ce8 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
+# <http://www.gnu.org/licenses/>.
subdir := resource
diff --git a/resource/getpriority.c b/resource/getpriority.c
index 501c92a08a..ae7521cd89 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/resource.h>
diff --git a/resource/getrlimit.c b/resource/getrlimit.c
index d4bcadd762..2ba589c9d4 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/resource.h>
diff --git a/resource/getrlimit64.c b/resource/getrlimit64.c
index dcd67cf56f..b143f57d54 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/resource.h>
diff --git a/resource/getrusage.c b/resource/getrusage.c
index c679855ace..94797588af 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
+ <http://www.gnu.org/licenses/>. */
#include <sys/resource.h>
#include <errno.h>
diff --git a/resource/nice.c b/resource/nice.c
index 8561931af7..1e938cfe83 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/resource/setpriority.c b/resource/setpriority.c
index b2e6f8a059..8d68fdbffc 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/resource.h>
diff --git a/resource/setrlimit.c b/resource/setrlimit.c
index c8f6e03ad3..539cd6faab 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/resource.h>
diff --git a/resource/setrlimit64.c b/resource/setrlimit64.c
index d4b4bfce0a..7ad38ef149 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/resource.h>
diff --git a/resource/sys/resource.h b/resource/sys/resource.h
index f68eb38148..cc35ebce33 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_RESOURCE_H
#define _SYS_RESOURCE_H 1
diff --git a/resource/sys/vlimit.h b/resource/sys/vlimit.h
index 2f7a09a184..f03d310cb5 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_VLIMIT_H
#define _SYS_VLIMIT_H 1
diff --git a/resource/sys/vtimes.h b/resource/sys/vtimes.h
index b57f3a7e77..50f7f913bc 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_VTIMES_H
#define _SYS_VTIMES_H 1
diff --git a/resource/ulimit.c b/resource/ulimit.c
index cc74054456..1ca2f2b7c9 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/resource.h>
diff --git a/resource/ulimit.h b/resource/ulimit.h
index 93b5f37969..15134ed92d 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _ULIMIT_H
#define _ULIMIT_H 1
diff --git a/resource/vlimit.c b/resource/vlimit.c
index 03d89f4ad5..9ab3f6a2ee 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
+ <http://www.gnu.org/licenses/>. */
/* 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 37dc01b2fb..3d2459059d 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
+ <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <sys/vtimes.h>