[PATCH] fix: Add missing license copyright to css files

From: Aline Manera <alinefm@br.ibm.com> host.css, grid.css and line-chart.css were missing the Kimchi license. Add it to them. Signed-off-by: Aline Manera <alinefm@br.ibm.com> --- ui/css/theme-default/grid.css | 20 ++++++++++++++++++++ ui/css/theme-default/host.css | 20 ++++++++++++++++++++ ui/css/theme-default/line-chart.css | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/ui/css/theme-default/grid.css b/ui/css/theme-default/grid.css index 2704fee..c5aa8e6 100644 --- a/ui/css/theme-default/grid.css +++ b/ui/css/theme-default/grid.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .resizing { cursor: col-resize; } diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css index 457c4ef..0ef8b10 100644 --- a/ui/css/theme-default/host.css +++ b/ui/css/theme-default/host.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .host-panel { font-size: 12px; margin-bottom: 100px; diff --git a/ui/css/theme-default/line-chart.css b/ui/css/theme-default/line-chart.css index 4fc0e2e..e1d8cb9 100644 --- a/ui/css/theme-default/line-chart.css +++ b/ui/css/theme-default/line-chart.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .chart-container { background: black; } -- 1.7.10.4

On 01/26/2014 08:32 AM, Aline Manera wrote:
From: Aline Manera <alinefm@br.ibm.com>
host.css, grid.css and line-chart.css were missing the Kimchi license. Add it to them. Sorry I forgot it. Thanks!
Signed-off-by: Aline Manera <alinefm@br.ibm.com> Reviewed-by: Hongliang Wang <hlwang@linux.vnet.ibm.com> --- ui/css/theme-default/grid.css | 20 ++++++++++++++++++++ ui/css/theme-default/host.css | 20 ++++++++++++++++++++ ui/css/theme-default/line-chart.css | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+)
diff --git a/ui/css/theme-default/grid.css b/ui/css/theme-default/grid.css index 2704fee..c5aa8e6 100644 --- a/ui/css/theme-default/grid.css +++ b/ui/css/theme-default/grid.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .resizing { cursor: col-resize; } diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css index 457c4ef..0ef8b10 100644 --- a/ui/css/theme-default/host.css +++ b/ui/css/theme-default/host.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .host-panel { font-size: 12px; margin-bottom: 100px; diff --git a/ui/css/theme-default/line-chart.css b/ui/css/theme-default/line-chart.css index 4fc0e2e..e1d8cb9 100644 --- a/ui/css/theme-default/line-chart.css +++ b/ui/css/theme-default/line-chart.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .chart-container { background: black; }

NACK Should be 2014 instead of 2013. 2014/1/26 8:32, Aline Manera 写道:
From: Aline Manera <alinefm@br.ibm.com>
host.css, grid.css and line-chart.css were missing the Kimchi license. Add it to them.
Signed-off-by: Aline Manera <alinefm@br.ibm.com> --- ui/css/theme-default/grid.css | 20 ++++++++++++++++++++ ui/css/theme-default/host.css | 20 ++++++++++++++++++++ ui/css/theme-default/line-chart.css | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+)
diff --git a/ui/css/theme-default/grid.css b/ui/css/theme-default/grid.css index 2704fee..c5aa8e6 100644 --- a/ui/css/theme-default/grid.css +++ b/ui/css/theme-default/grid.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .resizing { cursor: col-resize; } diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css index 457c4ef..0ef8b10 100644 --- a/ui/css/theme-default/host.css +++ b/ui/css/theme-default/host.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .host-panel { font-size: 12px; margin-bottom: 100px; diff --git a/ui/css/theme-default/line-chart.css b/ui/css/theme-default/line-chart.css index 4fc0e2e..e1d8cb9 100644 --- a/ui/css/theme-default/line-chart.css +++ b/ui/css/theme-default/line-chart.css @@ -1,3 +1,23 @@ +/* + * Project Kimchi + * + * Copyright IBM, Corp. 2013 + * + * Authors: + * Hongliang Wang <hlwang@linux.vnet.ibm.com> + * + * 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. + */ .chart-container { background: black; }
participants (3)
-
Aline Manera
-
Hongliang Wang
-
Shu Ming