diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-05 21:59:05 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-05 21:59:05 +0000 |
commit | 500b0dfb2ec5a9cb561f6095f169275dee98e054 (patch) | |
tree | 8c6682da37c9526fcc98ea9eb1d06ae1559de332 /m4 | |
parent | 3f6c232d09a00cbaecb2ca419d8086845e642ffa (diff) |
Add comprehensive license information in LICENSE and update the copyright
and license statements in all files. Make sure that some files that were
missing copyright information now have them. Reference LICENSE rather
than README in all notices.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/snprintf.m4 | 2 | ||||
-rw-r--r-- | m4/vamacros.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/m4/snprintf.m4 b/m4/snprintf.m4 index a09833f..335a937 100644 --- a/m4/snprintf.m4 +++ b/m4/snprintf.m4 @@ -12,7 +12,7 @@ dnl fully working snprintf is found. dnl dnl Written by Russ Allbery <rra@stanford.edu> dnl Copyright 2006 Board of Trustees, Leland Stanford Jr. University -dnl See README for licensing terms. +dnl See LICENSE for licensing terms. dnl Source used by RRA_FUNC_SNPRINTF. define([_RRA_FUNC_SNPRINTF_SOURCE], diff --git a/m4/vamacros.m4 b/m4/vamacros.m4 index 1dd0f9f..c343d9f 100644 --- a/m4/vamacros.m4 +++ b/m4/vamacros.m4 @@ -16,7 +16,7 @@ dnl They set HAVE_C99_VAMACROS or HAVE_GNU_VAMACROS as appropriate. dnl dnl Written by Russ Allbery <rra@stanford.edu> dnl Copyright 2006 Board of Trustees, Leland Stanford Jr. University -dnl See README for licensing terms. +dnl See LICENSE for licensing terms. AC_DEFUN([RRA_C_C99_VAMACROS], [AC_CACHE_CHECK([for C99 variadic macros], [rra_cv_c_c99_vamacros], |