From: Emmanuele Bassi Date: Thu, 8 Jan 2009 13:18:00 +0000 (+0000) Subject: Add license notice to ClutterAnimation files X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d340de8e00b5de125ed94b2b26b9bcaa08a19675;p=profile%2Fivi%2Fclutter.git Add license notice to ClutterAnimation files --- diff --git a/clutter/clutter-animatable.c b/clutter/clutter-animatable.c index e7876e2..fb2b88b 100644 --- a/clutter/clutter-animatable.c +++ b/clutter/clutter-animatable.c @@ -1,3 +1,27 @@ +/* + * Clutter. + * + * An OpenGL based 'interactive canvas' library. + * + * Copyright (C) 2009 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 . + * + * Author: + * Emmanuele Bassi + */ + /** * SECTION:clutter-animatable * @short_description: Interface for animatable classes diff --git a/clutter/clutter-animatable.h b/clutter/clutter-animatable.h index 073ec3f..aee717a 100644 --- a/clutter/clutter-animatable.h +++ b/clutter/clutter-animatable.h @@ -1,3 +1,27 @@ +/* + * Clutter. + * + * An OpenGL based 'interactive canvas' library. + * + * Copyright (C) 2009 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 . + * + * Author: + * Emmanuele Bassi + */ + #ifndef __CLUTTER_ANIMATABLE_H__ #define __CLUTTER_ANIMATABLE_H__