]> granicus.if.org Git - gc/commitdiff
2010-02-24 Ivan Maidanski <ivmai@mail.ru> (really Jack Andrews)
authorivmai <ivmai>
Wed, 24 Feb 2010 11:47:04 +0000 (11:47 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:53 +0000 (21:06 +0400)
* CMakeLists.txt: New file (adding CMake support).
* tests/CMakeLists.txt: Ditto.
* doc/README.cmake: Ditto.

CMakeLists.txt
ChangeLog
tests/CMakeLists.txt

index f277c8bcf5fa5e3024d868665f38ac11d5e7a706..65191a2b8eb6404b5d11dcd913794ff60db9247e 100644 (file)
@@ -1,6 +1,19 @@
+#
+# Copyright (c) 1994 by Xerox Corporation.  All rights reserved.
+# Copyright (c) 1996 by Silicon Graphics.  All rights reserved.
+# Copyright (c) 1998 by Fergus Henderson.  All rights reserved.
+# Copyright (c) 2000-2010 by Hewlett-Packard Company.  All rights reserved.
+##
+# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
+# OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
+##
+# Permission is hereby granted to use or copy this program
+# for any purpose,  provided the above notices are retained on all copies.
+# Permission to modify the code and to distribute modified code is granted,
+# provided the above notices are retained, and a notice that the code was
+# modified is included with the above copyright notice.
+##
 
-# (C) Jack Andrews 2008
-# licensed under GPL 2.0
 #
 #  get cmake and run:
 #    cmake -G "Visual Studio 8 2005"
index 5e44d1b5d2e1d04aa21d8da991208780633a25b9..2ed26abb1f749bd119fbafcbba90d8e5891ddd68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-24  Ivan Maidanski <ivmai@mail.ru>
+
+       * CMakeLists.txt: Change copyright header.
+       * tests/CMakeLists.txt: Ditto.
+
 2010-02-24  Ivan Maidanski <ivmai@mail.ru> (really Bruce Mitchener)
 
        * doc/README.darwin: Update.
index dcb147032890480a707bc4dfdcdbc6f4aeea6b38..0f4d455f6203ee3263d858433053e0cb840f6584 100644 (file)
@@ -1,5 +1,18 @@
-# (C) Jack Andrews 2008
-# licensed under GPL 2.0
+#
+# Copyright (c) 1994 by Xerox Corporation.  All rights reserved.
+# Copyright (c) 1996 by Silicon Graphics.  All rights reserved.
+# Copyright (c) 1998 by Fergus Henderson.  All rights reserved.
+# Copyright (c) 2000-2010 by Hewlett-Packard Company.  All rights reserved.
+##
+# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
+# OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
+##
+# Permission is hereby granted to use or copy this program
+# for any purpose,  provided the above notices are retained on all copies.
+# Permission to modify the code and to distribute modified code is granted,
+# provided the above notices are retained, and a notice that the code was
+# modified is included with the above copyright notice.
+##
 
 ADD_DEFINITIONS(-DGC_NOT_DLL)
 ADD_EXECUTABLE(gctest WIN32 test.c)