OSDN Git Service

* calloc.c: Add a public domain notice.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1999 15:25:01 +0000 (15:25 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1999 15:25:01 +0000 (15:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30069 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/calloc.c

index 57d73ce..7fa6594 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * calloc.c: Add a public domain notice.
+
 Mon Oct 18 02:30:47 1999  Philippe De Muyter  <phdm@macqel.be>
 
        * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
index c8c0a78..334b18d 100644 (file)
@@ -1,3 +1,6 @@
+/* calloc -- allocate memory which has been initialized to zero.
+   This function is in the public domain. */
 #include "ansidecl.h"
 #include "libiberty.h"