diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-02-11 01:52:09 -0600 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2014-02-11 01:52:09 -0600 |
commit | 4341d9897dcc32d43fb85b371c106aea1f6f8747 (patch) | |
tree | fcc2fdef4e22fb3a555a796c31af80d7cbca6991 /dev | |
parent | 1d3d5bc2bef0233e78ecd83d01dc8e41e2620aae (diff) | |
download | couchdb-4341d9897dcc32d43fb85b371c106aea1f6f8747.tar.gz |
Update license headers
Add headers where necessary and add lines to license.skip when they're
not necessary.
Diffstat (limited to 'dev')
-rwxr-xr-x | dev/remsh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,4 +1,15 @@ #!/bin/bash +# 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. if [ -z $NODE ]; then if [ -z $1 ]; then |