* calloc.c: Add a public domain notice.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 18 Oct 1999 15:25:01 +0000 (15:25 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 18 Oct 1999 15:25:01 +0000 (15:25 +0000)
From-SVN: r30069

libiberty/ChangeLog
libiberty/calloc.c

index 57d73ce9f8665fb75bdf8eb7225bf0e479522ef7..7fa65940a43181649143b9654bfac443265105f4 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 c8c0a78a7a131a2e3d2f052e7d2107a455397c2a..334b18db86a41d303e013e5380028942e663752d 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"