* README.disclaim: Remove as it only contained patching instructions.
* disclaim.c: Add copyright notice.
* include/gc_disclaim.h: Update year on copyright notice.
+++ /dev/null
-== 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.
+/*
+ * 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"
/*
- * 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.