box: Adds missing copyright header
authorRobert Bragg <robert@linux.intel.com>
Tue, 9 Feb 2010 19:06:59 +0000 (19:06 +0000)
committerRobert Bragg <robert@linux.intel.com>
Fri, 12 Feb 2010 12:31:24 +0000 (12:31 +0000)
Adds a Copyright (C) 2009,2010  Intel Corporation header

clutter/clutter-box.c

index 6cc39ec..a76d6e1 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ * Clutter.
+ *
+ * An OpenGL based 'interactive canvas' library.
+ *
+ * Copyright (C) 2009,2010  Intel Corporation.
+ *
+ * This library 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 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * 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, see <http://www.gnu.org/licenses/>.
+ */
+
 /**
  * SECTION:clutter-box
  * @short_description: A Generic layout container