aboutsummaryrefslogtreecommitdiffstats
path: root/bytenumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bytenumb.c')
-rw-r--r--bytenumb.c41
1 files changed, 21 insertions, 20 deletions
diff --git a/bytenumb.c b/bytenumb.c
index ba7e584..30ca469 100644
--- a/bytenumb.c
+++ b/bytenumb.c
@@ -1,24 +1,25 @@
-/* "bytenumb.scm" Byte integer and IEEE floating-point conversions. */
-/* Copyright (C) 2007 Aubrey Jaffer */
-/* */
-/* Permission to copy this software, to modify it, to redistribute it, */
-/* to distribute modified versions, and to use it for any purpose is */
-/* granted, subject to the following restrictions and understandings. */
-/* */
-/* 1. Any copy made of this software must include this copyright notice */
-/* in full. */
-/* */
-/* 2. I have made no warranty or representation that the operation of */
-/* this software will be error-free, and I am under no obligation to */
-/* provide any services, by way of maintenance, update, or otherwise. */
-/* */
-/* 3. In conjunction with products arising from the use of this */
-/* material, there shall be no use of my name in any advertising, */
-/* promotional, or sales literature without prior written consent in */
-/* each case. */
+/* "bytenumb.scm" Byte integer and IEEE floating-point conversions.
+ * Copyright (C) 2007 Free Software Foundation, Inc.
+ *
+ * This program 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 program 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 program. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
-/* For documentation see: */
-/* http://cvs.savannah.gnu.org/viewcvs/slib/slib/bytenumb.scm?view=markup */
+/* Author: Aubrey Jaffer */
+
+/* For documentation see:
+ http://cvs.savannah.gnu.org/viewcvs/slib/slib/bytenumb.scm?view=markup */
#include <stdlib.h>
#include <math.h>