summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-14 23:03:28 +0000
committerhpa <hpa>2004-12-14 23:03:28 +0000
commit9e5ebea8cdc80ee00e38c3d104bef31b8c46c980 (patch)
treefae526710ca5a81c42dc38c3889909fcb0f24823 /com32/libutil/Makefile
parent6b233b19f8cc05d159255e535f6bb8681f3063a1 (diff)
downloadsyslinux-9e5ebea8cdc80ee00e38c3d104bef31b8c46c980.tar.gz
Update copyright headers.
Diffstat (limited to 'com32/libutil/Makefile')
-rw-r--r--com32/libutil/Makefile27
1 files changed, 21 insertions, 6 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index d395a3fd..1090dbd8 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -3,16 +3,31 @@
##
## Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139,
-## USA; either version 2 of the License, or (at your option) any later
-## version; incorporated herein by reference.
+## Permission is hereby granted, free of charge, to any person
+## obtaining a copy of this software and associated documentation
+## files (the "Software"), to deal in the Software without
+## restriction, including without limitation the rights to use,
+## copy, modify, merge, publish, distribute, sublicense, and/or
+## sell copies of the Software, and to permit persons to whom
+## the Software is furnished to do so, subject to the following
+## conditions:
+##
+## The above copyright notice and this permission notice shall
+## be included in all copies or substantial portions of the Software.
+##
+## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+## EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+## OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+## NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+## HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+## WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+## FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+## OTHER DEALINGS IN THE SOFTWARE.
##
## -----------------------------------------------------------------------
##
-## samples for syslinux users
+## Utility companion library for the COM32 library
##
gcc_ok = $(shell if gcc $(1) -c -x c /dev/null -o /dev/null 2>/dev/null; \