summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-13 10:30:41 +0100
committerBruno Haible <bruno@clisp.org>2012-02-13 10:30:41 +0100
commit35ed3c516a7905383fadb08f0ed3b922612723a8 (patch)
treeed589964529655e312fb5660f5aedf1aa589db67
parent97e4edd6a41d151bab1b4c6184c1aa7171ddb42b (diff)
downloadlibunistring-35ed3c516a7905383fadb08f0ed3b922612723a8.tar.gz
Replace FSF snail-mail address with URL.
-rw-r--r--lib/stdbool.mini.h3
-rw-r--r--lib/stdint.mini.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/stdbool.mini.h b/lib/stdbool.mini.h
index 285f80c..eed1194 100644
--- a/lib/stdbool.mini.h
+++ b/lib/stdbool.mini.h
@@ -12,8 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
#ifndef _UNISTRING_STDBOOL_H
#define _UNISTRING_STDBOOL_H
diff --git a/lib/stdint.mini.h b/lib/stdint.mini.h
index 111efbe..2afadcd 100644
--- a/lib/stdint.mini.h
+++ b/lib/stdint.mini.h
@@ -13,8 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
/*
* Subset of ISO C 99 <stdint.h> for platforms that lack it.