Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 7652E11CE7 for ; Sat, 21 Jun 2014 02:04:25 +0000 (UTC) Received: (qmail 93302 invoked by uid 500); 21 Jun 2014 02:04:25 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 93269 invoked by uid 500); 21 Jun 2014 02:04:25 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 93241 invoked by uid 99); 21 Jun 2014 02:04:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jun 2014 02:04:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 00DDF989AA3; Sat, 21 Jun 2014 02:04:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Sat, 21 Jun 2014 02:04:24 -0000 Message-Id: <0629bd8ae7f54f09af46b7354acb80bf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Adding missing license headers Repository: cordova-plugman Updated Branches: refs/heads/master 51c01468e -> 39f5d1433 Adding missing license headers Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/3cca00b2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/3cca00b2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/3cca00b2 Branch: refs/heads/master Commit: 3cca00b23f74debfdf6d308ca64e15f35a51ad55 Parents: 51c0146 Author: Andrew Grieve Authored: Fri Jun 20 22:03:38 2014 -0400 Committer: Andrew Grieve Committed: Fri Jun 20 22:03:38 2014 -0400 ---------------------------------------------------------------------- config.js | 18 ++++++++++++++++++ main.js | 36 ++++++++++++++++++------------------ plugman.js | 22 ++++++++++++++++++++-- src/help.js | 18 ++++++++++++++++++ 4 files changed, 74 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/config.js ---------------------------------------------------------------------- diff --git a/config.js b/config.js index c1e6339..69f6d20 100644 --- a/config.js +++ b/config.js @@ -1,3 +1,21 @@ +/** + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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.exports = { // registry: "http://registry.cordova.io" registry: "http://localhost:5984/registry/_design/app/_rewrite" http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/main.js ---------------------------------------------------------------------- diff --git a/main.js b/main.js index 93a673b..0475e09 100755 --- a/main.js +++ b/main.js @@ -1,22 +1,22 @@ #!/usr/bin/env node -/* - * - * Copyright 2013 Anis Kadri - * - * 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. - * - */ +/** + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +*/ // copyright (c) 2013 Andrew Lunny, Adobe Systems var path = require('path') http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/plugman.js ---------------------------------------------------------------------- diff --git a/plugman.js b/plugman.js index 30f4cba..28c9ef7 100644 --- a/plugman.js +++ b/plugman.js @@ -1,5 +1,23 @@ -// All plugman js API moved to cordova-lib . This is a temporary shim for +/** + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +*/ +// All plugman js API moved to cordova-lib. This is a temporary shim for // dowstream packages that use plugman via js API. var cordova_lib = require('cordova-lib'); -module.exports = cordova_lib.plugman; \ No newline at end of file +module.exports = cordova_lib.plugman; http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/src/help.js ---------------------------------------------------------------------- diff --git a/src/help.js b/src/help.js index 775ea65..1d24d85 100644 --- a/src/help.js +++ b/src/help.js @@ -1,3 +1,21 @@ +/** + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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 fs = require('fs'), path = require('path'); var doc_txt = path.join(__dirname, '..', 'doc', 'help.txt');