CB-6460: Update license headers
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/9ccce8c3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/9ccce8c3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/9ccce8c3 Branch: refs/heads/dev Commit: 9ccce8c3317d64e68719b9176d1f5a780e500395 Parents: 8736f7e Author: Ian Clelland <[email protected]> Authored: Wed Apr 16 16:17:11 2014 -0400 Committer: Archana Naik <[email protected]> Committed: Mon Apr 28 12:17:00 2014 -0700 ---------------------------------------------------------------------- plugin.xml | 18 ++++++++++++++++++ src/firefoxos/notification.js | 21 +++++++++++++++++++++ src/ubuntu/notification.qml | 21 +++++++++++++++++++++ www/firefoxos/notification.css | 21 +++++++++++++++++++++ 4 files changed, 81 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/9ccce8c3/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 2a757ed..5389ba2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.dialogs" http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/9ccce8c3/src/firefoxos/notification.js ---------------------------------------------------------------------- diff --git a/src/firefoxos/notification.js b/src/firefoxos/notification.js index 5c14829..ca7c5c0 100644 --- a/src/firefoxos/notification.js +++ b/src/firefoxos/notification.js @@ -1,3 +1,24 @@ +/* + * + * 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. + * +*/ + function _empty() {} function modal(message, callback, title, buttonLabels, domObjects) { http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/9ccce8c3/src/ubuntu/notification.qml ---------------------------------------------------------------------- diff --git a/src/ubuntu/notification.qml b/src/ubuntu/notification.qml index dc42b4b..8fd4885 100644 --- a/src/ubuntu/notification.qml +++ b/src/ubuntu/notification.qml @@ -1,3 +1,24 @@ +/* + * + * 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. + * +*/ + import QtQuick 2.0 import Ubuntu.Components.Popups 0.1 import Ubuntu.Components 0.1 http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/9ccce8c3/www/firefoxos/notification.css ---------------------------------------------------------------------- diff --git a/www/firefoxos/notification.css b/www/firefoxos/notification.css index af940de..34d92b8 100644 --- a/www/firefoxos/notification.css +++ b/www/firefoxos/notification.css @@ -1,3 +1,24 @@ +/* + * + * 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. + * +*/ + /* Main dialog setup */ form[role="dialog"] { background:
