diff options
Diffstat (limited to 'debug')
95 files changed, 190 insertions, 285 deletions
diff --git a/debug/Makefile b/debug/Makefile index dca4e97615..4055211083 100644 --- a/debug/Makefile +++ b/debug/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 debug portion of the library. diff --git a/debug/asprintf_chk.c b/debug/asprintf_chk.c index fd943c851b..8c3b798cf2 100644 --- a/debug/asprintf_chk.c +++ b/debug/asprintf_chk.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 <libioP.h> #include <stdarg.h> diff --git a/debug/backtrace.c b/debug/backtrace.c index f2d52372d5..a3fd81c32d 100644 --- a/debug/backtrace.c +++ b/debug/backtrace.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 <execinfo.h> #include <signal.h> diff --git a/debug/backtracesyms.c b/debug/backtracesyms.c |
