From 60a4664d6e4f67b5e527cc2ecd190a538ed994ec Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 9 Feb 2010 19:06:59 +0000 Subject: [PATCH] box: Adds missing copyright header Adds a Copyright (C) 2009,2010 Intel Corporation header --- clutter/clutter-box.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/clutter/clutter-box.c b/clutter/clutter-box.c index 6cc39ec74..a76d6e173 100644 --- a/clutter/clutter-box.c +++ b/clutter/clutter-box.c @@ -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 . + */ + /** * SECTION:clutter-box * @short_description: A Generic layout container