[gnome-shell] Fix up copyright and license notices for St
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix up copyright and license notices for St
- Date: Fri, 12 Nov 2010 20:31:21 +0000 (UTC)
commit ce72aaf0081dd2885c5a441509346c25200fe71c
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Wed Nov 10 17:00:45 2010 -0500
Fix up copyright and license notices for St
* Make sure all source files have a LGPL copyright header, and standardize
non-standard variations of the header to a common form.
* Check and update all copyright notices.
* Remove 'Written By:' lines. They are universally incomplete and
typically indicate only who started a particular file.
https://bugzilla.gnome.org/show_bug.cgi?id=634550
src/st/st-adjustment.c | 11 ++-----
src/st/st-adjustment.h | 7 +----
src/st/st-bin.c | 9 ++----
src/st/st-bin.h | 7 +----
src/st/st-border-image.c | 18 ++++++++++++
src/st/st-border-image.h | 19 +++++++++++++
src/st/st-box-layout-child.c | 5 +---
src/st/st-box-layout-child.h | 5 +---
src/st/st-box-layout.c | 9 +++---
src/st/st-box-layout.h | 7 +---
src/st/st-button.c | 8 +----
src/st/st-button.h | 8 +-----
src/st/st-clickable.c | 18 ++++++++++++
src/st/st-clickable.h | 19 +++++++++++++
src/st/st-clipboard.c | 6 +---
src/st/st-clipboard.h | 6 +---
src/st/st-container.c | 10 ++-----
src/st/st-container.h | 5 +---
src/st/st-drawing-area.c | 18 ++++++++++++
src/st/st-drawing-area.h | 19 +++++++++++++
src/st/st-entry.c | 8 ++---
src/st/st-entry.h | 7 +----
src/st/st-focus-manager.c | 12 ++++----
src/st/st-focus-manager.h | 11 +++----
src/st/st-group.c | 8 +++---
src/st/st-group.h | 7 ++---
src/st/st-im-text.c | 10 +++---
src/st/st-im-text.h | 10 +++---
src/st/st-label.c | 8 ++---
src/st/st-label.h | 7 +----
src/st/st-overflow-box.c | 12 +++-----
src/st/st-overflow-box.h | 6 +---
src/st/st-private.c | 20 +++++++++++++
src/st/st-private.h | 9 +++---
src/st/st-scroll-bar.c | 11 +++-----
src/st/st-scroll-bar.h | 8 +-----
src/st/st-scroll-view.c | 9 ++----
src/st/st-scroll-view.h | 10 ++-----
src/st/st-scrollable.c | 8 +----
src/st/st-scrollable.h | 8 +-----
src/st/st-shadow.c | 19 +++++++++++++
src/st/st-shadow.h | 19 +++++++++++++
src/st/st-table-child.c | 8 +----
src/st/st-table-child.h | 7 +----
src/st/st-table-private.h | 5 +---
src/st/st-table.c | 9 ++----
src/st/st-table.h | 7 +----
src/st/st-texture-cache.c | 19 +++++++++++++
src/st/st-texture-cache.h | 20 +++++++++++++
src/st/st-theme-context.c | 19 +++++++++++++
src/st/st-theme-context.h | 20 +++++++++++++
src/st/st-theme-node-drawing.c | 54 +++++++++++++++++-------------------
src/st/st-theme-node-private.h | 19 +++++++++++++
src/st/st-theme-node-transition.c | 28 +++++++++---------
src/st/st-theme-node-transition.h | 19 +++++++++++++
src/st/st-theme-node.c | 22 +++++++++++++++
src/st/st-theme-node.h | 21 ++++++++++++++
src/st/st-theme-private.h | 19 +++++++++++++
src/st/st-theme.c | 42 +++++++++++++---------------
src/st/st-theme.h | 18 ++++++++++++
src/st/st-tooltip.c | 8 +----
src/st/st-tooltip.h | 8 +-----
src/st/st-types.h | 4 +--
src/st/st-widget.c | 11 +++-----
src/st/st-widget.h | 8 +++---
src/st/test-theme.c | 18 ++++++++++++
66 files changed, 548 insertions(+), 306 deletions(-)
---
diff --git a/src/st/st-adjustment.c b/src/st/st-adjustment.c
index 0a68178..cb284c1 100644
--- a/src/st/st-adjustment.c
+++ b/src/st/st-adjustment.c
@@ -2,8 +2,8 @@
/*
* st-adjustment.c: Adjustment object
*
- * Copyright (C) 2008 OpenedHand
- * Copyright (c) 2009 Intel Corporation.
+ * Copyright 2008 OpenedHand
+ * Copyright 2009 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,12 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Chris Lord <chris openedhand com>, inspired by GtkAdjustment
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-adjustment.h b/src/st/st-adjustment.h
index b816191..3cfce64 100644
--- a/src/st/st-adjustment.h
+++ b/src/st/st-adjustment.h
@@ -15,12 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Chris Lord <chris openedhand com>, inspired by GtkAdjustment
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-bin.c b/src/st/st-bin.c
index d622395..af6c2f7 100644
--- a/src/st/st-bin.c
+++ b/src/st/st-bin.c
@@ -2,7 +2,8 @@
/*
* st-bin.c: Basic container actor
*
- * Copyright (c) 2009 Intel Corporation.
+ * Copyright 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,11 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Emmanuele Bassi <ebassi linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-bin.h b/src/st/st-bin.h
index 8e671a0..2c2e588 100644
--- a/src/st/st-bin.h
+++ b/src/st/st-bin.h
@@ -14,12 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Emmanuele Bassi <ebassi linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-border-image.c b/src/st/st-border-image.c
index 1a67a95..c55ee9b 100644
--- a/src/st/st-border-image.c
+++ b/src/st/st-border-image.c
@@ -1,4 +1,22 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-border-image.c: store information about an image with borders
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <config.h>
diff --git a/src/st/st-border-image.h b/src/st/st-border-image.h
index c1bb7e4..f094160 100644
--- a/src/st/st-border-image.h
+++ b/src/st/st-border-image.h
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-border-image.h: store information about an image with borders
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_BORDER_IMAGE_H__
#define __ST_BORDER_IMAGE_H__
diff --git a/src/st/st-box-layout-child.c b/src/st/st-box-layout-child.c
index cee0b78..3d748d5 100644
--- a/src/st/st-box-layout-child.c
+++ b/src/st/st-box-layout-child.c
@@ -14,10 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-box-layout-child.h b/src/st/st-box-layout-child.h
index aa8051a..097da0e 100644
--- a/src/st/st-box-layout-child.h
+++ b/src/st/st-box-layout-child.h
@@ -14,10 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _ST_BOX_LAYOUT_CHILD_H
diff --git a/src/st/st-box-layout.c b/src/st/st-box-layout.c
index 98fe291..3a912fa 100644
--- a/src/st/st-box-layout.c
+++ b/src/st/st-box-layout.c
@@ -3,6 +3,9 @@
* st-box-layout.h: box layout actor
*
* Copyright 2009 Intel Corporation.
+ * Copyright 2009 Abderrahim Kitouni
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2010 Florian Muellner
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,11 +17,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Portions copied from Clutter:
diff --git a/src/st/st-box-layout.h b/src/st/st-box-layout.h
index 74644c9..54372d5 100644
--- a/src/st/st-box-layout.h
+++ b/src/st/st-box-layout.h
@@ -3,6 +3,7 @@
* st-box-layout.h: box layout actor
*
* Copyright 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,11 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-button.c b/src/st/st-button.c
index 92624cd..dfee026 100644
--- a/src/st/st-button.c
+++ b/src/st/st-button.c
@@ -4,6 +4,7 @@
*
* Copyright 2007 OpenedHand
* Copyright 2008, 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,12 +16,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Emmanuele Bassi <ebassi openedhand com>
- * Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-button.h b/src/st/st-button.h
index 1b85376..15a6983 100644
--- a/src/st/st-button.h
+++ b/src/st/st-button.h
@@ -15,13 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Emmanuele Bassi <ebassi openedhand com>
- * Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-clickable.c b/src/st/st-clickable.c
index ab49207..5787aaf 100644
--- a/src/st/st-clickable.c
+++ b/src/st/st-clickable.c
@@ -1,4 +1,22 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-clickable.h: A bin with methods and properties useful for implementing buttons
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
/**
* SECTION:st-clickable
diff --git a/src/st/st-clickable.h b/src/st/st-clickable.h
index 1c59447..2f1c3b0 100644
--- a/src/st/st-clickable.h
+++ b/src/st/st-clickable.h
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-clickable.h: A bin with methods and properties useful for implementing buttons
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_CLICKABLE_H__
#define __ST_CLICKABLE_H__
diff --git a/src/st/st-clipboard.c b/src/st/st-clipboard.c
index 833de4b..6d98c95 100644
--- a/src/st/st-clipboard.c
+++ b/src/st/st-clipboard.c
@@ -14,11 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-clipboard.h b/src/st/st-clipboard.h
index 7b687d5..20759d4 100644
--- a/src/st/st-clipboard.h
+++ b/src/st/st-clipboard.h
@@ -14,11 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-container.c b/src/st/st-container.c
index 2c82849..4d140a1 100644
--- a/src/st/st-container.c
+++ b/src/st/st-container.c
@@ -4,6 +4,8 @@
*
* Copyright 2007 OpenedHand
* Copyright 2008, 2009 Intel Corporation.
+ * Copyright 2010 Florian Müllner
+ * Copyright 2010 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,13 +17,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Emmanuele Bassi <ebassi openedhand com>
- * Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/st/st-container.h b/src/st/st-container.h
index a19a742..f5f04aa 100644
--- a/src/st/st-container.h
+++ b/src/st/st-container.h
@@ -15,10 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-drawing-area.c b/src/st/st-drawing-area.c
index a10da15..2235842 100644
--- a/src/st/st-drawing-area.c
+++ b/src/st/st-drawing-area.c
@@ -1,4 +1,22 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-drawing-area.c: A dynamically-sized Cairo drawing area
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
/**
* SECTION:st-drawing-area
diff --git a/src/st/st-drawing-area.h b/src/st/st-drawing-area.h
index 429e749..fddd7df 100644
--- a/src/st/st-drawing-area.h
+++ b/src/st/st-drawing-area.h
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-drawing-area.h: A dynamically-sized Cairo drawing area
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_DRAWING_AREA_H__
#define __ST_DRAWING_AREA_H__
diff --git a/src/st/st-entry.c b/src/st/st-entry.c
index b82da8a..fe0fe34 100644
--- a/src/st/st-entry.c
+++ b/src/st/st-entry.c
@@ -3,6 +3,8 @@
* st-entry.c: Plain entry actor
*
* Copyright 2008, 2009 Intel Corporation
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2010 Florian Müllner
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,11 +16,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-entry.h b/src/st/st-entry.h
index bf14dcd..581ad4d 100644
--- a/src/st/st-entry.h
+++ b/src/st/st-entry.h
@@ -14,12 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-focus-manager.c b/src/st/st-focus-manager.c
index 50cb0bd..542fc5a 100644
--- a/src/st/st-focus-manager.c
+++ b/src/st/st-focus-manager.c
@@ -2,11 +2,12 @@
/*
* st-focus-manager.c: Keyboard focus manager
*
- * Copyright (c) 2010 Red Hat, Inc.
+ * Copyright 2010 Red Hat, Inc.
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU Lesser General Public License,
- * version 2.1, as published by the Free Software Foundation.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
@@ -14,8 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-focus-manager.h b/src/st/st-focus-manager.h
index 365cf97..9d4dc30 100644
--- a/src/st/st-focus-manager.h
+++ b/src/st/st-focus-manager.h
@@ -4,9 +4,10 @@
*
* Copyright 2010 Red Hat, Inc.
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU Lesser General Public License,
- * version 2.1, as published by the Free Software Foundation.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
@@ -14,9 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-group.c b/src/st/st-group.c
index 0942be1..b981de0 100644
--- a/src/st/st-group.c
+++ b/src/st/st-group.c
@@ -1,6 +1,8 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * st-group.h: A fixed layout container based on ClutterGroup
+ * st-group.c: A fixed layout container based on ClutterGroup
+ *
+ * Copyright 2010 Florian Müllner
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -12,9 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-group.h b/src/st/st-group.h
index bf7e34b..af24287 100644
--- a/src/st/st-group.h
+++ b/src/st/st-group.h
@@ -2,6 +2,8 @@
/*
* st-group.h: A fixed layout container based on ClutterGroup
*
+ * Copyright 2010 Florian Müllner
+ *
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
@@ -12,10 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-im-text.c b/src/st/st-im-text.c
index 23657ae..5f00abf 100644
--- a/src/st/st-im-text.c
+++ b/src/st/st-im-text.c
@@ -1,6 +1,8 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * st-im-text.c
+ * st-im-text.c: Text widget with input method support
+ *
+ * Copyright 2009 Red Hat, Inc.
*
* This started as a copy of ClutterIMText converted to use
* GtkIMContext rather than ClutterIMContext. Original code:
@@ -18,10 +20,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-im-text.h b/src/st/st-im-text.h
index e897b10..d6f10f4 100644
--- a/src/st/st-im-text.h
+++ b/src/st/st-im-text.h
@@ -1,6 +1,8 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * st-imtext.h
+ * st-im-text.h: Text widget with input method support
+ *
+ * Copyright 2009 Red Hat, Inc.
*
* This is a copy of ClutterIMText converted to use GtkIMContext rather
* than ClutterIMContext. Original code:
@@ -18,10 +20,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-label.c b/src/st/st-label.c
index cf7ae5a..38a7d71 100644
--- a/src/st/st-label.c
+++ b/src/st/st-label.c
@@ -3,6 +3,8 @@
* st-label.c: Plain label actor
*
* Copyright 2008,2009 Intel Corporation
+ * Copyright 2009 Red Hat, Inc.
+ * Copyright 2010 Florian Müllner
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,11 +16,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-label.h b/src/st/st-label.h
index 934a494..abe32d9 100644
--- a/src/st/st-label.h
+++ b/src/st/st-label.h
@@ -14,12 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-overflow-box.c b/src/st/st-overflow-box.c
index 23e1153..9996b2a 100644
--- a/src/st/st-overflow-box.c
+++ b/src/st/st-overflow-box.c
@@ -1,9 +1,9 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * Portions derived from st-box-layout.c, which is
- * Copyright 2009 Intel Corporation.
- * Modified into -overflow-box, by Colin Walters <walters verbum org>, which is
- * Copyright 2009 Red Hat, Inc.
+ * st-overflow-box.c: A vertical box which paints as many actors as it can fit
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2009 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,9 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-overflow-box.h b/src/st/st-overflow-box.h
index 47632ad..5bba7fb 100644
--- a/src/st/st-overflow-box.h
+++ b/src/st/st-overflow-box.h
@@ -1,6 +1,6 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * st-overflow-box.h: box which hides actors that don't fit
+ * st-overflow-box.h: A vertical box which paints as many actors as it can fit
*
* Copyright 2009 Red Hat, Inc.
*
@@ -14,9 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-private.c b/src/st/st-private.c
index f1f3aab..f470769 100644
--- a/src/st/st-private.c
+++ b/src/st/st-private.c
@@ -1,4 +1,24 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-private.h: Private declarations and functions
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2010 Florian Müllner
+ * Copyright 2010 Intel Corporation
+ * Copyright 2010 Giovanni Campagna
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU Lesser General Public License,
+ * version 2.1, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <math.h>
#include <string.h>
diff --git a/src/st/st-private.h b/src/st/st-private.h
index 0d0e642..f958842 100644
--- a/src/st/st-private.h
+++ b/src/st/st-private.h
@@ -1,9 +1,11 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * st-private.h: Private declarations
+ * st-private.h: Private declarations and functions
*
* Copyright 2007 OpenedHand
* Copyright 2009 Intel Corporation.
+ * Copyright 2010 Red Hat, Inc.
+ * Copyright 2010 Florian Müllner
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,10 +17,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ST_PRIVATE_H__
diff --git a/src/st/st-scroll-bar.c b/src/st/st-scroll-bar.c
index f6b798e..61acdf0 100644
--- a/src/st/st-scroll-bar.c
+++ b/src/st/st-scroll-bar.c
@@ -3,7 +3,9 @@
* st-scroll-bar.c: Scroll bar actor
*
* Copyright 2008 OpenedHand
- * Copyright 2009 Intel Corporation.
+ * Copyright 2008, 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2010 Maxim Ermilov
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,12 +17,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Chris Lord <chris openedhand com>
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-scroll-bar.h b/src/st/st-scroll-bar.h
index 2505dd3..371e2a5 100644
--- a/src/st/st-scroll-bar.h
+++ b/src/st/st-scroll-bar.h
@@ -15,13 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Chris Lord <chris openedhand com>
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-scroll-view.c b/src/st/st-scroll-view.c
index 1e30314..14df600 100644
--- a/src/st/st-scroll-view.c
+++ b/src/st/st-scroll-view.c
@@ -4,6 +4,8 @@
*
* Copyright 2008 OpenedHand
* Copyright 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2010 Maxim Ermilov
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,12 +17,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Chris Lord <chris openedhand com>
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-scroll-view.h b/src/st/st-scroll-view.h
index bcd4bbb..ddb1ebb 100644
--- a/src/st/st-scroll-view.h
+++ b/src/st/st-scroll-view.h
@@ -4,6 +4,8 @@
*
* Copyright 2008 OpenedHand
* Copyright 2009 Intel Corporation.
+ * Copyright 2010 Red Hat, Inc.
+ * Copyright 2010 Maxim Ermilov
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,13 +17,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Chris Lord <chris openedhand com>
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-scrollable.c b/src/st/st-scrollable.c
index f10f9a5..b2c5451 100644
--- a/src/st/st-scrollable.c
+++ b/src/st/st-scrollable.c
@@ -4,6 +4,7 @@
*
* Copyright 2008 OpenedHand
* Copyright 2009 Intel Corporation.
+ * Copyright 2010 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,12 +16,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Written by: Chris Lord <chris openedhand com>
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "st-scrollable.h"
diff --git a/src/st/st-scrollable.h b/src/st/st-scrollable.h
index 22884eb..5c8d32e 100644
--- a/src/st/st-scrollable.h
+++ b/src/st/st-scrollable.h
@@ -15,13 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Chris Lord <chris openedhand com>
- * Port to St by: Robert Staudinger <robsta openedhand com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-shadow.c b/src/st/st-shadow.c
index 29bcd08..78cf3de 100644
--- a/src/st/st-shadow.c
+++ b/src/st/st-shadow.c
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-shadow.c: Boxed type holding for -st-shadow attributes
+ *
+ * Copyright 2009, 2010 Florian Müllner
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include "config.h"
#include "st-shadow.h"
diff --git a/src/st/st-shadow.h b/src/st/st-shadow.h
index f5fe823..1a057c3 100644
--- a/src/st/st-shadow.h
+++ b/src/st/st-shadow.h
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-shadow.h: Boxed type holding for -st-shadow attributes
+ *
+ * Copyright 2009, 2010 Florian Müllner
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_SHADOW__
#define __ST_SHADOW__
diff --git a/src/st/st-table-child.c b/src/st/st-table-child.c
index 7d8feaf..90c7186 100644
--- a/src/st/st-table-child.c
+++ b/src/st/st-table-child.c
@@ -3,6 +3,7 @@
* st-table-child.h: Table child implementation
*
* Copyright 2008, 2009 Intel Corporation.
+ * Copyright 2010 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,12 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas wood intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "st-private.h"
diff --git a/src/st/st-table-child.h b/src/st/st-table-child.h
index 14df7ec..080522f 100644
--- a/src/st/st-table-child.h
+++ b/src/st/st-table-child.h
@@ -14,12 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-table-private.h b/src/st/st-table-private.h
index 6115cdf..6c270e2 100644
--- a/src/st/st-table-private.h
+++ b/src/st/st-table-private.h
@@ -15,10 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ST_TABLE_PRIVATE_H__
diff --git a/src/st/st-table.c b/src/st/st-table.c
index f92c810..26fb42e 100644
--- a/src/st/st-table.c
+++ b/src/st/st-table.c
@@ -3,6 +3,8 @@
* st-table.c: Table layout widget
*
* Copyright 2008, 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2009 Abderrahim Kitouni
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,12 +16,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-table.h b/src/st/st-table.h
index bce6084..f6b8d71 100644
--- a/src/st/st-table.h
+++ b/src/st/st-table.h
@@ -14,12 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
index 0d8aac2..b4aa8a7 100644
--- a/src/st/st-texture-cache.c
+++ b/src/st/st-texture-cache.c
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-texture-cache.h: Object for loading and caching images as textures
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2010, Maxim Ermilov
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include "config.h"
diff --git a/src/st/st-texture-cache.h b/src/st/st-texture-cache.h
index df4ef43..ec61c90 100644
--- a/src/st/st-texture-cache.h
+++ b/src/st/st-texture-cache.h
@@ -1,4 +1,24 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-texture-cache.h: Object for loading and caching images as textures
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2010, Maxim Ermilov
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_TEXTURE_CACHE_H__
#define __ST_TEXTURE_CACHE_H__
diff --git a/src/st/st-theme-context.c b/src/st/st-theme-context.c
index a3e25ca..378db30 100644
--- a/src/st/st-theme-context.c
+++ b/src/st/st-theme-context.c
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme-context.c: holds global information about a tree of styled objects
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2009 Florian Müllner
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <config.h>
diff --git a/src/st/st-theme-context.h b/src/st/st-theme-context.h
index b55f31c..6e6ee3c 100644
--- a/src/st/st-theme-context.h
+++ b/src/st/st-theme-context.h
@@ -1,4 +1,24 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme-context.c: holds global information about a tree of styled objects
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2009 Florian Müllner
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_THEME_CONTEXT_H__
#define __ST_THEME_CONTEXT_H__
diff --git a/src/st/st-theme-node-drawing.c b/src/st/st-theme-node-drawing.c
index 8bc1915..173dbf5 100644
--- a/src/st/st-theme-node-drawing.c
+++ b/src/st/st-theme-node-drawing.c
@@ -1,32 +1,30 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-/* Drawing for StWidget.
-
- Copyright (C) 2009,2010 Red Hat, Inc.
-
- Contains code derived from:
- rectangle.c: Rounded rectangle.
- Copyright (C) 2008 litl, LLC.
- st-shadow-texture.c: a class for creating soft shadow texture
- Copyright (C) 2009 Florian Müllner <fmuellner src gnome org>
- st-texture-frame.h: Expandible texture actor
- Copyright 2007 OpenedHand
- Copyright 2009 Intel Corporation.
-
- The St is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- The St is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with the St; see the file COPYING.LIB.
- If not, write to the Free Software Foundation, Inc., 59 Temple Place -
- Suite 330, Boston, MA 02111-1307, USA.
-*/
+/*
+ * st-theme-node-drawing.c: Code to draw themed elements
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2009, 2010 Florian Müllner
+ * Copyright 2010 Intel Corporation.
+ *
+ * Contains code derived from:
+ * rectangle.c: Rounded rectangle.
+ * Copyright 2008 litl, LLC.
+ * st-texture-frame.h: Expandible texture actor
+ * Copyright 2007 OpenedHand
+ * Copyright 2009 Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU Lesser General Public License,
+ * version 2.1, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <stdlib.h>
#include <math.h>
diff --git a/src/st/st-theme-node-private.h b/src/st/st-theme-node-private.h
index a13df17..1ced764 100644
--- a/src/st/st-theme-node-private.h
+++ b/src/st/st-theme-node-private.h
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme-node-private.h: private structures and functions for StThemeNode
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_THEME_NODE_PRIVATE_H__
#define __ST_THEME_NODE_PRIVATE_H__
diff --git a/src/st/st-theme-node-transition.c b/src/st/st-theme-node-transition.c
index 319cea7..ea1ba1c 100644
--- a/src/st/st-theme-node-transition.c
+++ b/src/st/st-theme-node-transition.c
@@ -1,22 +1,22 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-/* Theme node transitions for StWidget.
+/*
+ * st-theme-node-transition.c: Theme node transitions for StWidget.
*
- * Copyright (C) 2010 Florian Müllner <fmuellner gnome org>
+ * Copyright 2010 Florian Müllner
+ * Copyright 2010 Adel Gadllah
*
- * The St is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * The St is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with the St; see the file COPYING.LIB.
- * If not, write to the Free Software Foundation, Inc., 59 Temple Place -
- * Suite 330, Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "st-theme-node-transition.h"
diff --git a/src/st/st-theme-node-transition.h b/src/st/st-theme-node-transition.h
index 2f237b1..3bcef9b 100644
--- a/src/st/st-theme-node-transition.h
+++ b/src/st/st-theme-node-transition.h
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme-node-transition.h: Theme node transitions for StWidget.
+ *
+ * Copyright 2010 Florian Müllner
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_THEME_NODE_TRANSITION_H__
#define __ST_THEME_NODE_TRANSITION_H__
diff --git a/src/st/st-theme-node.c b/src/st/st-theme-node.c
index 1a23399..d325be0 100644
--- a/src/st/st-theme-node.c
+++ b/src/st/st-theme-node.c
@@ -1,4 +1,26 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme-node.c: style information for one node in a tree of themed objects
+ *
+ * Copyright 2008-2010 Red Hat, Inc.
+ * Copyright 2009 Steve Frécinaux
+ * Copyright 2009, 2010 Florian Müllner
+ * Copyright 2010 Adel Gadllah
+ * Copyright 2010 Giovanni Campagna
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <stdlib.h>
#include <string.h>
diff --git a/src/st/st-theme-node.h b/src/st/st-theme-node.h
index ec567c3..aeb80d9 100644
--- a/src/st/st-theme-node.h
+++ b/src/st/st-theme-node.h
@@ -1,4 +1,25 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme-node.h: style information for one node in a tree of themed objects
+ *
+ * Copyright 2008-2010 Red Hat, Inc.
+ * Copyright 2009, 2010 Florian Müllner
+ * Copyright 2010 Giovanni Campagna
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_THEME_NODE_H__
#define __ST_THEME_NODE_H__
diff --git a/src/st/st-theme-private.h b/src/st/st-theme-private.h
index 92e87e8..ecd2639 100644
--- a/src/st/st-theme-private.h
+++ b/src/st/st-theme-private.h
@@ -1,4 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme-private.h: Private StThemeMethods
+ *
+ * Copyright 2008, 2009 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ST_THEME_PRIVATE_H__
#define __ST_THEME_PRIVATE_H__
diff --git a/src/st/st-theme.c b/src/st/st-theme.c
index 6e2fd2c..bce53b4 100644
--- a/src/st/st-theme.c
+++ b/src/st/st-theme.c
@@ -1,6 +1,23 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
-/* This file started as a cut-and-paste of cr-sel-eng.c from libcroco.
+/*
+ * st-theme.c: A set of CSS stylesheets used for rule matching
+ *
+ * Copyright 2003-2004 Dodji Seketeli
+ * Copyright 2008, 2009 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU Lesser General Public License,
+ * version 2.1, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * This file started as a cut-and-paste of cr-sel-eng.c from libcroco.
*
* In moving it to hippo-canvas:
* - Reformatted and otherwise edited to match our coding style
@@ -19,27 +36,6 @@
* - Some code simplification
*/
-/*
- * This file is part of The Croco Library
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2.1 of the GNU Lesser General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser
- * General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
- *
- * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved.
- */
-
#include <stdlib.h>
#include <string.h>
diff --git a/src/st/st-theme.h b/src/st/st-theme.h
index 1a55b29..003c2a7 100644
--- a/src/st/st-theme.h
+++ b/src/st/st-theme.h
@@ -1,4 +1,22 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * st-theme.h: A set of CSS stylesheets used for rule matching
+ *
+ * Copyright 2008, 2009 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#ifndef __ST_THEME_H__
#define __ST_THEME_H__
diff --git a/src/st/st-tooltip.c b/src/st/st-tooltip.c
index c458fb5..52419f6 100644
--- a/src/st/st-tooltip.c
+++ b/src/st/st-tooltip.c
@@ -3,6 +3,7 @@
* st-tooltip.c: Plain tooltip actor
*
* Copyright 2008, 2009 Intel Corporation
+ * Copyright 2009 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -14,12 +15,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-tooltip.h b/src/st/st-tooltip.h
index ab7b943..0875181 100644
--- a/src/st/st-tooltip.h
+++ b/src/st/st-tooltip.h
@@ -14,13 +14,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/st-types.h b/src/st/st-types.h
index a103e1c..b1706db 100644
--- a/src/st/st-types.h
+++ b/src/st/st-types.h
@@ -12,9 +12,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
diff --git a/src/st/st-widget.c b/src/st/st-widget.c
index 32a5d23..a03af9a 100644
--- a/src/st/st-widget.c
+++ b/src/st/st-widget.c
@@ -4,6 +4,9 @@
*
* Copyright 2007 OpenedHand
* Copyright 2008, 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2009 Abderrahim Kitouni
+ * Copyright 2009, 2010 Florian Müllner
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,13 +18,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
- * Written by: Emmanuele Bassi <ebassi openedhand com>
- * Thomas Wood <thomas linux intel com>
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/st/st-widget.h b/src/st/st-widget.h
index 3f0e879..ba47420 100644
--- a/src/st/st-widget.h
+++ b/src/st/st-widget.h
@@ -4,6 +4,9 @@
*
* Copyright 2007 OpenedHand
* Copyright 2008, 2009 Intel Corporation.
+ * Copyright 2009, 2010 Red Hat, Inc.
+ * Copyright 2009 Abderrahim Kitouni
+ * Copyright 2010 Florian Müllner
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
@@ -15,10 +18,7 @@
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- * Boston, MA 02111-1307, USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
diff --git a/src/st/test-theme.c b/src/st/test-theme.c
index 425fc57..43e1445 100644
--- a/src/st/test-theme.c
+++ b/src/st/test-theme.c
@@ -1,4 +1,22 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * test-theme.c: test program for CSS styling code
+ *
+ * Copyright 2009, 2010 Red Hat, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <clutter/clutter.h>
#include "st-theme.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]