You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/09/09 04:10:07 UTC

cordova-plugin-dialogs git commit: CB-11832 updated missing header file

Repository: cordova-plugin-dialogs
Updated Branches:
  refs/heads/master 03c8ad9df -> ece39a0ab


CB-11832 updated missing header file


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/ece39a0a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/ece39a0a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/ece39a0a

Branch: refs/heads/master
Commit: ece39a0abc72c38a3adec2edb27f2c9dcce7708a
Parents: 03c8ad9
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 8 21:09:25 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 8 21:09:44 2016 -0700

----------------------------------------------------------------------
 www/windows/notification.css | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/ece39a0a/www/windows/notification.css
----------------------------------------------------------------------
diff --git a/www/windows/notification.css b/www/windows/notification.css
index cb4fb2d..785039b 100644
--- a/www/windows/notification.css
+++ b/www/windows/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.
+ *
+*/
+
 .dlgWrap {
     position: absolute;
     width: 100%;
@@ -60,4 +81,4 @@
 
 .dlgContainer.dlgContainer-phone {
     padding: 0 5%;
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org