Index: appengine/findit/gae_libs/__init__.py |
diff --git a/appengine/findit/gae_libs/__init__.py b/appengine/findit/gae_libs/__init__.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..50b23dff631dbfd12f490f20fe2a2871179b73b9 |
--- /dev/null |
+++ b/appengine/findit/gae_libs/__init__.py |
@@ -0,0 +1,3 @@ |
+# Copyright 2015 The Chromium Authors. All rights reserved. |
wrengr
2016/11/16 21:33:09
Should be 2016 for all of these.
stgao
2016/11/16 22:27:56
Good catch! Done.
I thought I had updated after co
|
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |