summaryrefslogtreecommitdiff
path: root/gc_cpp.cc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2020-09-03 19:04:26 +0300
committerIvan Maidanski <ivmai@mail.ru>2020-09-03 19:04:26 +0300
commitfbcdf44c4cbe1eadec9ee4e6ba2c389e72bca155 (patch)
tree0ab9c45840ceb4313ad1b08f78edc4e5d00ed48c /gc_cpp.cc
parent76b38f2834d63385a3e5b2c71f88a0aa068b2300 (diff)
downloadbdwgc-fbcdf44c4cbe1eadec9ee4e6ba2c389e72bca155.tar.gz
Fix copyright message in de_win.rc and gc_cpp.cc
Issue #331 (bdwgc). The copyright message in these 2 files was different from the BDWGC default one (e.g. see that in malloc.c) by a mistake. * cord/tests/de_win.rc: Alter copyright to match that of de_win.c. * gc_cpp.cc: Alter copyright to match that of gc_cpp.h.
Diffstat (limited to 'gc_cpp.cc')
-rw-r--r--gc_cpp.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/gc_cpp.cc b/gc_cpp.cc
index 75a09d51..6e4343b4 100644
--- a/gc_cpp.cc
+++ b/gc_cpp.cc
@@ -4,8 +4,11 @@
* 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 copy this code for any purpose,
- * provided the above notices are retained on all copies.
+ * 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.
*/
/*************************************************************************