Index: third_party/getopt/getopt.c |
diff --git a/third_party/getopt/getopt.c b/third_party/getopt/getopt.c |
index 11ab8baeb0d9e484f5b7851094117b656fa4f95b..d63492f17f01eb7cd90b3b18f7b48360445e1a6d 100644 |
--- a/third_party/getopt/getopt.c |
+++ b/third_party/getopt/getopt.c |
@@ -1,3 +1,11 @@ |
+/* |
+Copyright (C) 1997 Gregory Pietsch |
+ |
+[These files] are hereby placed in the public domain without restrictions. Just |
+give the author credit, don't claim you wrote it or prevent anyone else from |
+using it. |
+*/ |
+ |
/**************************************************************************** |
getopt.c - Read command line options |