Repository: cordova-app-hello-world Updated Branches: refs/heads/master 5b29205b4 -> 64d5c71f0
added missing license header Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/64d5c71f Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/64d5c71f Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/64d5c71f Branch: refs/heads/master Commit: 64d5c71f055a18cf29699254d028332322a58858 Parents: 5b29205 Author: Steve Gill <[email protected]> Authored: Mon Oct 26 17:17:25 2015 -0700 Committer: Steve Gill <[email protected]> Committed: Mon Oct 26 17:17:25 2015 -0700 ---------------------------------------------------------------------- index.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/64d5c71f/index.js ---------------------------------------------------------------------- diff --git a/index.js b/index.js index 3a5f96c..7c97cea 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,22 @@ +/* + * 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. + */ + // Entry point is needed so that the module could be required. // The module dir path will be need to copy resources from it. exports = module.exports = { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
