]> granicus.if.org Git - gc/commitdiff
Add and update some copyright and remove README.disclaim.
authorPetter Urkedal <paurkedal@gmail.com>
Sat, 10 Sep 2011 13:09:41 +0000 (15:09 +0200)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 30 Sep 2011 13:35:11 +0000 (17:35 +0400)
* README.disclaim: Remove as it only contained patching instructions.
* disclaim.c: Add copyright notice.
* include/gc_disclaim.h: Update year on copyright notice.

README.disclaim [deleted file]
disclaim.c
include/gc_disclaim.h

diff --git a/README.disclaim b/README.disclaim
deleted file mode 100644 (file)
index bb95cbe..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-== Applying the Disclaim Patch ==
-
-Pick the patch closest in date to the version of GC you want to patch.
-
-1.  Unpack the source code, or make a copy of the CVS tree.
-
-2.  From the top level source directory, issue 'patch -p1 <PATCHFILE.patch'.
-    If it doesn't apply cleanly, you should try another GC/patch combination.
-
-3.  IMPORTANT: Run 'autoreconf -vi'.  This regenerates auto-generated files
-    which are not included in the patch.
-
-4.  Build, test and install the collector.  It's a very good idea to run
-    'make check' before installing.
index 5c86658336a93811a6fcfd81f9d6232b48a51c54..c18133a2e00d43bc3857d979dc4f2116feb5769d 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 2011 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.
+ *
+ */
+
 #include "private/gc_priv.h"
 #include "private/thread_local_alloc.h"
 #include "gc_disclaim.h"
index d867813e9a5860602463b43579b7dc779723cf48..46b2272f7de63dfcb88a2d07fb892bd23e3e5295 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007 by Hewlett-Packard Company. All rights reserved.
+ * Copyright (c) 2007-2011 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.