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

Hongliang Wang hlwang at linux.vnet.ibm.com
Mon Jan 27 12:08:17 UTC 2014


On 01/26/2014 08:32 AM, Aline Manera wrote:
> From: Aline Manera <alinefm at 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 at br.ibm.com>
Reviewed-by: Hongliang Wang <hlwang at 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 at 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 at 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 at 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;
>   }




More information about the Kimchi-devel mailing list