diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-02-06 14:26:58 -0600 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-02-06 14:26:58 -0600 |
commit | da332b3d7e74eb3f6b88ab171c25e1de2f87b3b4 (patch) | |
tree | f8b9222ec8986b1689aee12b46126ea6ba8129bd /dev | |
parent | d9913057bc13e3937c3b0b6b9f8c37a9a5b316f6 (diff) | |
download | couchdb-da332b3d7e74eb3f6b88ab171c25e1de2f87b3b4.tar.gz |
Add license headers to dev scripts
Diffstat (limited to 'dev')
-rw-r--r-- | dev/boot_node.erl | 12 | ||||
-rwxr-xr-x | dev/run | 13 |
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]). @@ -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 |