Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Unified Diff: third_party/getopt/getopt.c

Issue 1128893004: Copy copyright to header of .h and .c for checklicenses (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fix short name Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/getopt/getopt.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/getopt/getopt.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698