about summary refs log tree commit diff
path: root/assert
diff options
context:
space:
mode:
Diffstat (limited to 'assert')
-rw-r--r--assert/Makefile5
-rw-r--r--assert/__assert.c5
-rw-r--r--assert/assert-perr.c5
-rw-r--r--assert/assert.c5
-rw-r--r--assert/assert.h5
5 files changed, 10 insertions, 15 deletions
diff --git a/assert/Makefile b/assert/Makefile
index 258dcd42d7..d44d3b1b5d 100644
--- a/assert/Makefile
+++ b/assert/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/>.
 
 #
 #	Sub-makefile for assert portion of the library.
diff --git a/assert/__assert.c b/assert/__assert.c
index 63cd76aaad..447ab00f68 100644
--- a/assert/__assert.c
+++ b/assert/__assert.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/>.  */
 
 /* We have to see the prototype.  */
 #undef NDEBUG
diff --git a/assert/assert-perr.c b/assert/assert-perr.c
index cad87dab0d..d7cdff740c 100644
--- a/assert/assert-perr.c
+++ b/assert/assert-perr.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 <assert.h>
 #include <libintl.h>
diff --git a/assert/assert.c b/assert/assert.c
index 40fedb72e8..0830ac0389 100644
--- a/assert/assert.c
+++ b/assert/assert.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 <assert.h>
 #include <atomic.h>
diff --git a/assert/assert.h b/assert/assert.h
index 315487117f..e1729ce747 100644
--- a/assert/assert.h
+++ b/assert/assert.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/>.  */
 
 /*
  *	ISO C99 Standard: 7.2 Diagnostics	<assert.h>