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

Unified Diff: third_party/getopt/getopt.h

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/README.crashpad ('k') | third_party/getopt/getopt.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/getopt/getopt.h
diff --git a/third_party/getopt/getopt.h b/third_party/getopt/getopt.h
index b4247fb4b7c403d35c60efb4549ac80554526821..dea4958511911e1f36427645247357627d05ba6b 100644
--- a/third_party/getopt/getopt.h
+++ b/third_party/getopt/getopt.h
@@ -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.
+*/
+
#ifndef GETOPT_H
#define GETOPT_H
« no previous file with comments | « third_party/getopt/README.crashpad ('k') | third_party/getopt/getopt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698