summaryrefslogtreecommitdiff
path: root/libguile/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/unicode.h')
-rw-r--r--libguile/unicode.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/libguile/unicode.h b/libguile/unicode.h
index cbef4afab..4c82e85a2 100644
--- a/libguile/unicode.h
+++ b/libguile/unicode.h
@@ -2,22 +2,23 @@
#define SCM_UNICODE_H
/* Copyright 2014,2018
- * Free Software Foundation, Inc.
- *
- * This library is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library. If not, see
- * <http://www.gnu.org/licenses/>.
- */
+ Free Software Foundation, Inc.
+
+ This file is part of Guile.
+
+ Guile is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Guile is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with Guile. If not, see
+ <https://www.gnu.org/licenses/>. */