summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-06 14:26:58 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-06 14:26:58 -0600
commitda332b3d7e74eb3f6b88ab171c25e1de2f87b3b4 (patch)
treef8b9222ec8986b1689aee12b46126ea6ba8129bd
parentd9913057bc13e3937c3b0b6b9f8c37a9a5b316f6 (diff)
downloadcouchdb-da332b3d7e74eb3f6b88ab171c25e1de2f87b3b4.tar.gz
Add license headers to dev scripts
-rw-r--r--dev/boot_node.erl12
-rwxr-xr-xdev/run13
2 files changed, 24 insertions, 1 deletions
diff --git a/dev/boot_node.erl b/dev/boot_node.erl
index cc5cabba6..dd55b1b61 100644
--- a/dev/boot_node.erl
+++ b/dev/boot_node.erl
@@ -1,3 +1,15 @@
+% Licensed under the Apache License, Version 2.0 (the "License"); you may not
+% use this file except in compliance with the License. You may obtain a copy of
+% the License at
+%
+% http://www.apache.org/licenses/LICENSE-2.0
+%
+% Unless required by applicable law or agreed to in writing, software
+% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+% License for the specific language governing permissions and limitations under
+% the License.
+
-module(boot_node).
-export([start/0]).
diff --git a/dev/run b/dev/run
index e49040f78..91f4e65d9 100755
--- a/dev/run
+++ b/dev/run
@@ -1,5 +1,16 @@
#!/usr/bin/env python
-
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may not
+# use this file except in compliance with the License. You may obtain a copy of
+# the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations under
+# the License.
import atexit
import contextlib as ctx