[Kimchi-devel] [PATCH 2/2] Add missing license headers
Aline Manera
alinefm at linux.vnet.ibm.com
Fri Aug 1 04:21:14 UTC 2014
plugins/sample/ui/pages/i18n.json.tmpl, ui/css/theme-default/report-add.css
and ui/pages/help/kimchi.css was added to Kimchi source code without the
license header.
Fix it.
Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
plugins/sample/ui/pages/i18n.json.tmpl | 17 +++++++++++++++++
ui/css/theme-default/report-add.css | 19 ++++++++++++++++++-
ui/pages/help/kimchi.css | 17 +++++++++++++++++
3 files changed, 52 insertions(+), 1 deletion(-)
diff --git a/plugins/sample/ui/pages/i18n.json.tmpl b/plugins/sample/ui/pages/i18n.json.tmpl
index a153e2d..ed9b66f 100644
--- a/plugins/sample/ui/pages/i18n.json.tmpl
+++ b/plugins/sample/ui/pages/i18n.json.tmpl
@@ -1,3 +1,20 @@
+#*
+ * Kimchi
+ *
+ * Copyright IBM, Corp. 2014
+ *
+ * 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
+ *
+ * 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.
+ *#
#unicode UTF-8
#import gettext
#from kimchi.cachebust import href
diff --git a/ui/css/theme-default/report-add.css b/ui/css/theme-default/report-add.css
index 3e52f63..9f501da 100644
--- a/ui/css/theme-default/report-add.css
+++ b/ui/css/theme-default/report-add.css
@@ -1,3 +1,20 @@
+/*
+ * Project Kimchi
+ *
+ * Copyright IBM, Corp. 2013-2014
+ *
+ * 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
+ *
+ * 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.
+ */
#report-add-window {
height: 300px;
width: 400px;
@@ -12,4 +29,4 @@
box-sizing: border-box;
margin: .5em 0;
width: 100%;
-}
\ No newline at end of file
+}
diff --git a/ui/pages/help/kimchi.css b/ui/pages/help/kimchi.css
index 9377759..32fae4a 100644
--- a/ui/pages/help/kimchi.css
+++ b/ui/pages/help/kimchi.css
@@ -1,3 +1,20 @@
+/*
+ * Project Kimchi
+ *
+ * Copyright IBM, Corp. 2014
+ *
+ * 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
+ *
+ * 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.
+ */
BODY {
background: #FFFFFF;
margin-bottom: 1em;
--
1.9.3
More information about the Kimchi-devel
mailing list