From 90889a692076f2c62486607d0354e0fca52364bc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:40 -0800 Subject: Import Upstream version 5e5 --- bytenumb.c | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'bytenumb.c') 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 + * . + */ -/* 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 #include -- cgit v1.2.3