summaryrefslogtreecommitdiff
path: root/test/locale
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:05 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:38 -0500
commit266bdc1f623fe6fe489e5115e0f8ef723705d949 (patch)
tree2c2eef8bec7d90df06ad30320329ff2db3dcfceb /test/locale
parent38cc9874d3651d10c75c7a7dce9a2a86a10d0300 (diff)
Replace FSF snail mail address with URLs
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'test/locale')
-rw-r--r--test/locale/collate-test.c5
-rw-r--r--test/locale/dump-ctype.c5
-rw-r--r--test/locale/gen-unicode-ctype.c5
-rw-r--r--test/locale/tst-C-locale.c5
-rw-r--r--test/locale/tst-ctype.c5
-rw-r--r--test/locale/tst-digits.c5
-rw-r--r--test/locale/tst-fmon.c5
-rw-r--r--test/locale/tst-langinfo.c5
-rw-r--r--test/locale/tst-langinfo.input5
-rw-r--r--test/locale/tst-mbswcs1.c5
-rw-r--r--test/locale/tst-mbswcs2.c5
-rw-r--r--test/locale/tst-mbswcs3.c5
-rw-r--r--test/locale/tst-mbswcs4.c5
-rw-r--r--test/locale/tst-mbswcs5.c5
-rw-r--r--test/locale/tst-mbswcs6.c5
-rw-r--r--test/locale/tst-numeric.c5
-rw-r--r--test/locale/tst-rpmatch.c5
-rw-r--r--test/locale/tst-trans.c5
-rw-r--r--test/locale/tst-wctype.c5
-rw-r--r--test/locale/xfrm-test.c5
20 files changed, 40 insertions, 60 deletions
diff --git a/test/locale/collate-test.c b/test/locale/collate-test.c
index e8f43218f..a84974cef 100644
--- a/test/locale/collate-test.c
+++ b/test/locale/collate-test.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 <ctype.h>
#include <error.h>
diff --git a/test/locale/dump-ctype.c b/test/locale/dump-ctype.c
index a1f24c656..6cf96d81d 100644
--- a/test/locale/dump-ctype.c
+++ b/test/locale/dump-ctype.c
@@ -15,9 +15,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/>. */
/* Usage example:
$ dump-ctype de_DE.UTF-8
diff --git a/test/locale/gen-unicode-ctype.c b/test/locale/gen-unicode-ctype.c
index 849f272ed..0c74e6a7e 100644
--- a/test/locale/gen-unicode-ctype.c
+++ b/test/locale/gen-unicode-ctype.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/>. */
/* Usage example:
$ gen-unicode /usr/local/share/Unidata/UnicodeData.txt 3.1
diff --git a/test/locale/tst-C-locale.c b/test/locale/tst-C-locale.c
index c568cf404..282d53aac 100644
--- a/test/locale/tst-C-locale.c
+++ b/test/locale/tst-C-locale.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 <ctype.h>
#include <langinfo.h>
diff --git a/test/locale/tst-ctype.c b/test/locale/tst-ctype.c
index c03c2dab3..d61739851 100644
--- a/test/locale/tst-ctype.c
+++ b/test/locale/tst-ctype.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 <ctype.h>
#include <locale.h>
diff --git a/test/locale/tst-digits.c b/test/locale/tst-digits.c
index 8414a4b51..16cf2114e 100644
--- a/test/locale/tst-digits.c
+++ b/test/locale/tst-digits.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 <ctype.h>
#include <langinfo.h>
diff --git a/test/locale/tst-fmon.c b/test/locale/tst-fmon.c
index 11093ce6c..bcdd2d03e 100644
--- a/test/locale/tst-fmon.c
+++ b/test/locale/tst-fmon.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 <stdio.h>
#include <locale.h>
diff --git a/test/locale/tst-langinfo.c b/test/locale/tst-langinfo.c
index e95f0da53..aca8239bf 100644
--- a/test/locale/tst-langinfo.c
+++ b/test/locale/tst-langinfo.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 <langinfo.h>
#include <locale.h>
diff --git a/test/locale/tst-langinfo.input b/test/locale/tst-langinfo.input
index 0a05ab862..8f1861b22 100644
--- a/test/locale/tst-langinfo.input
+++ b/test/locale/tst-langinfo.input
@@ -15,9 +15,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; see the file COPYING.LIB. If
+# not, see <http://www.gnu.org/licenses/>.
# Run the test program.
diff --git a/test/locale/tst-mbswcs1.c b/test/locale/tst-mbswcs1.c
index fb2ea84cd..6681ccc9e 100644
--- a/test/locale/tst-mbswcs1.c
+++ b/test/locale/tst-mbswcs1.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 <stdio.h>
#include <string.h>
diff --git a/test/locale/tst-mbswcs2.c b/test/locale/tst-mbswcs2.c
index 49f13cc87..042069f82 100644
--- a/test/locale/tst-mbswcs2.c
+++ b/test/locale/tst-mbswcs2.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 <stdio.h>
#include <string.h>
diff --git a/test/locale/tst-mbswcs3.c b/test/locale/tst-mbswcs3.c
index 0c4af4c14..73bb59af0 100644
--- a/test/locale/tst-mbswcs3.c
+++ b/test/locale/tst-mbswcs3.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 <stdio.h>
#include <string.h>
diff --git a/test/locale/tst-mbswcs4.c b/test/locale/tst-mbswcs4.c
index e02b67569..872040138 100644
--- a/test/locale/tst-mbswcs4.c
+++ b/test/locale/tst-mbswcs4.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 <stdio.h>
#include <string.h>
diff --git a/test/locale/tst-mbswcs5.c b/test/locale/tst-mbswcs5.c
index 7cab97e72..efb6dda89 100644
--- a/test/locale/tst-mbswcs5.c
+++ b/test/locale/tst-mbswcs5.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 <stdio.h>
#include <string.h>
diff --git a/test/locale/tst-mbswcs6.c b/test/locale/tst-mbswcs6.c
index eb383ac87..4bbb961d5 100644
--- a/test/locale/tst-mbswcs6.c
+++ b/test/locale/tst-mbswcs6.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 <errno.h>
#include <locale.h>
diff --git a/test/locale/tst-numeric.c b/test/locale/tst-numeric.c
index 9d3c91d15..a7911f1b2 100644
--- a/test/locale/tst-numeric.c
+++ b/test/locale/tst-numeric.c
@@ -16,9 +16,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 <locale.h>
diff --git a/test/locale/tst-rpmatch.c b/test/locale/tst-rpmatch.c
index d751a43bf..91e23650b 100644
--- a/test/locale/tst-rpmatch.c
+++ b/test/locale/tst-rpmatch.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 <locale.h>
#include <stdio.h>
diff --git a/test/locale/tst-trans.c b/test/locale/tst-trans.c
index 034a36216..081a9aaaf 100644
--- a/test/locale/tst-trans.c
+++ b/test/locale/tst-trans.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 <locale.h>
#include <stdio.h>
diff --git a/test/locale/tst-wctype.c b/test/locale/tst-wctype.c
index 8fd8ce518..21ebd9294 100644
--- a/test/locale/tst-wctype.c
+++ b/test/locale/tst-wctype.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 <error.h>
#include <locale.h>
diff --git a/test/locale/xfrm-test.c b/test/locale/xfrm-test.c
index 199bb6b5a..1ab087440 100644
--- a/test/locale/xfrm-test.c
+++ b/test/locale/xfrm-test.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 <ctype.h>
#include <error.h>