about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--generator/pbmnoise.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generator/pbmnoise.c b/generator/pbmnoise.c
index 938f48de..9a537d5c 100644
--- a/generator/pbmnoise.c
+++ b/generator/pbmnoise.c
@@ -1,7 +1,8 @@
 /* pbmnoise.c - create a random bitmap of a specified size
                 with a specified ratio of white/black pixels
 
-   Written by Akira F Urushibata December 2021
+   Written by Akira F Urushibata and contributed to the public domain 
+   December 2021
 */
 
 #include <math.h>