summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-11 01:52:09 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-11 01:52:09 -0600
commit4341d9897dcc32d43fb85b371c106aea1f6f8747 (patch)
treefcc2fdef4e22fb3a555a796c31af80d7cbca6991 /dev
parent1d3d5bc2bef0233e78ecd83d01dc8e41e2620aae (diff)
downloadcouchdb-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-xdev/remsh11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/remsh b/dev/remsh
index 428fa6f82..b9b81d226 100755
--- a/dev/remsh
+++ b/dev/remsh
@@ -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