Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1BD39E8AB for ; Mon, 11 Feb 2013 11:12:23 +0000 (UTC) Received: (qmail 50757 invoked by uid 500); 11 Feb 2013 11:12:22 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 49464 invoked by uid 500); 11 Feb 2013 11:12:19 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 48266 invoked by uid 99); 11 Feb 2013 11:12:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 11:12:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5C20B3C726; Mon, 11 Feb 2013 11:12:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [47/50] [abbrv] git commit: Add Apache license to misc files Message-Id: <20130211111214.5C20B3C726@tyr.zones.apache.org> Date: Mon, 11 Feb 2013 11:12:14 +0000 (UTC) Add Apache license to misc files Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fc3a498f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/fc3a498f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/fc3a498f Branch: refs/heads/fauxton Commit: fc3a498f5b76c8adfd7b2ce97deeeef4ff169932 Parents: 8096445 Author: Russell Branca Authored: Tue Feb 5 23:24:30 2013 -0800 Committer: Russell Branca Committed: Tue Feb 5 23:24:30 2013 -0800 ---------------------------------------------------------------------- src/fauxton/assets/index.underscore | 15 +++++++++++++++ src/fauxton/bin/bbb | 12 ++++++++++++ src/fauxton/bin/grunt | 12 ++++++++++++ src/fauxton/tasks/fauxton.js | 12 ++++++++++++ 4 files changed, 51 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/fc3a498f/src/fauxton/assets/index.underscore ---------------------------------------------------------------------- diff --git a/src/fauxton/assets/index.underscore b/src/fauxton/assets/index.underscore index 3788925..1179ffb 100644 --- a/src/fauxton/assets/index.underscore +++ b/src/fauxton/assets/index.underscore @@ -1,4 +1,19 @@ + + + http://git-wip-us.apache.org/repos/asf/couchdb/blob/fc3a498f/src/fauxton/bin/bbb ---------------------------------------------------------------------- diff --git a/src/fauxton/bin/bbb b/src/fauxton/bin/bbb index bce5a07..91842a3 100755 --- a/src/fauxton/bin/bbb +++ b/src/fauxton/bin/bbb @@ -1,5 +1,17 @@ #!/bin/sh +# 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. + REL_PATH="`dirname \"$0\"`" BBB_PATH="$REL_PATH/../node_modules/.bin/bbb" http://git-wip-us.apache.org/repos/asf/couchdb/blob/fc3a498f/src/fauxton/bin/grunt ---------------------------------------------------------------------- diff --git a/src/fauxton/bin/grunt b/src/fauxton/bin/grunt index 4bed8e8..2c52393 100755 --- a/src/fauxton/bin/grunt +++ b/src/fauxton/bin/grunt @@ -1,5 +1,17 @@ #!/bin/sh +# 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. + REL_PATH="`dirname \"$0\"`" GRUNT_PATH="$REL_PATH/../node_modules/.bin/grunt" http://git-wip-us.apache.org/repos/asf/couchdb/blob/fc3a498f/src/fauxton/tasks/fauxton.js ---------------------------------------------------------------------- diff --git a/src/fauxton/tasks/fauxton.js b/src/fauxton/tasks/fauxton.js index c15c906..a08a561 100644 --- a/src/fauxton/tasks/fauxton.js +++ b/src/fauxton/tasks/fauxton.js @@ -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. + // var prompt = require('prompt'); module.exports = function(grunt) {