From d340de8e00b5de125ed94b2b26b9bcaa08a19675 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 8 Jan 2009 13:18:00 +0000 Subject: [PATCH] Add license notice to ClutterAnimation files --- clutter/clutter-animatable.c | 24 ++++++++++++++++++++++++ clutter/clutter-animatable.h | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/clutter/clutter-animatable.c b/clutter/clutter-animatable.c index e7876e2a6..fb2b88b19 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 073ec3f66..aee717ac4 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__