Updated Branches: refs/heads/master aa03f53b0 -> da022b0d7
[CB-3066] Add missing license headers to new files Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/da022b0d Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/da022b0d Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/da022b0d Branch: refs/heads/master Commit: da022b0d7177b9aff15c52606b12d0a5628cefaf Parents: aa03f53 Author: Ian Clelland <[email protected]> Authored: Thu Apr 18 14:24:07 2013 -0400 Committer: Ian Clelland <[email protected]> Committed: Thu Apr 18 14:24:07 2013 -0400 ---------------------------------------------------------------------- lib/scripts/bootstrap-android.js | 21 +++++++++++++++++++++ lib/scripts/bootstrap-ios.js | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/da022b0d/lib/scripts/bootstrap-android.js ---------------------------------------------------------------------- diff --git a/lib/scripts/bootstrap-android.js b/lib/scripts/bootstrap-android.js index 19cf867..91a6f71 100644 --- a/lib/scripts/bootstrap-android.js +++ b/lib/scripts/bootstrap-android.js @@ -1 +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. + * +*/ + require('cordova/channel').onNativeReady.fire(); http://git-wip-us.apache.org/repos/asf/cordova-js/blob/da022b0d/lib/scripts/bootstrap-ios.js ---------------------------------------------------------------------- diff --git a/lib/scripts/bootstrap-ios.js b/lib/scripts/bootstrap-ios.js index 19cf867..91a6f71 100644 --- a/lib/scripts/bootstrap-ios.js +++ b/lib/scripts/bootstrap-ios.js @@ -1 +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. + * +*/ + require('cordova/channel').onNativeReady.fire();
