Updated Branches: refs/heads/dev 041ed0b7e -> 883f4c602
CB-4432 copyright notice change Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/0ab00b48 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/0ab00b48 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/0ab00b48 Branch: refs/heads/dev Commit: 0ab00b480a26951e32f836b1c06b1a5ed68e7a69 Parents: b471803 Author: lorinbeer <[email protected]> Authored: Tue Aug 20 14:28:55 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Tue Aug 20 14:29:12 2013 -0700 ---------------------------------------------------------------------- src/blackberry10/index.js | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/0ab00b48/src/blackberry10/index.js ---------------------------------------------------------------------- diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js index 32192c8..1b9b786 100644 --- a/src/blackberry10/index.js +++ b/src/blackberry10/index.js @@ -1,18 +1,23 @@ /* - * Copyright 2010-2011 Research In Motion Limited. * - * 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 + * 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 + * 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. - */ + * 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 audioObjects = {}, mediaErrorsHandled = false;
