commit-index: add MPL headers to __init__ files (bug 1348296). r?dkl draft
authorSteven MacLeod <smacleod@mozilla.com>
Sun, 19 Mar 2017 11:17:44 -0400
changeset 5524 a924c0602628955a08248d95c1ac4362343cffd6
parent 5523 9b8c9de538b01bc6bde284d5977ac375ffa34686
child 5525 2a19668241c5bf41fda162e2fed7e5939da6ddc4
push id166
push userbmo:smacleod@mozilla.com
push dateSun, 19 Mar 2017 15:59:56 +0000
reviewersdkl
bugs1348296
commit-index: add MPL headers to __init__ files (bug 1348296). r?dkl MozReview-Commit-ID: 3IYIvFGu59X
commitindex/commitindex/__init__.py
commitindex/commitindex/commits/__init__.py
commitindex/commitindex/reviews/__init__.py
--- a/commitindex/commitindex/__init__.py
+++ b/commitindex/commitindex/__init__.py
@@ -0,0 +1,3 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
--- a/commitindex/commitindex/commits/__init__.py
+++ b/commitindex/commitindex/commits/__init__.py
@@ -0,0 +1,3 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
--- a/commitindex/commitindex/reviews/__init__.py
+++ b/commitindex/commitindex/reviews/__init__.py
@@ -0,0 +1,3 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.