From d3d257b9136c56aeff06230ea7ab4c7bc155387a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 30 Oct 2008 17:57:41 +0000 Subject: [PATCH] 2008-10-30 Emmanuele Bassi * clutter/cogl/cogl-color.h: * clutter/cogl/cogl-fixed.h: * clutter/cogl/cogl-offscreen.h: * clutter/cogl/cogl-path.h: * clutter/cogl/cogl-shader.h: * clutter/cogl/cogl-texture.h: * clutter/cogl/cogl-types.h: Add copyright and licensing notice to the newly added files. --- cogl-color.h | 19 +++++++++++++++++++ cogl-fixed.h | 19 +++++++++++++++++++ cogl-offscreen.h | 19 +++++++++++++++++++ cogl-path.h | 19 +++++++++++++++++++ cogl-shader.h | 19 +++++++++++++++++++ cogl-texture.h | 19 +++++++++++++++++++ cogl-types.h | 19 +++++++++++++++++++ 7 files changed, 133 insertions(+) diff --git a/cogl-color.h b/cogl-color.h index d957ff26a..1e4f9fda2 100644 --- a/cogl-color.h +++ b/cogl-color.h @@ -1,3 +1,22 @@ +/* cogl-color.h: Color type for COGL + * This file is part of Clutter + * + * Copyright (C) 2008 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 . + */ + #if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #error "Only can be included directly." #endif diff --git a/cogl-fixed.h b/cogl-fixed.h index dc8a66024..a52107421 100644 --- a/cogl-fixed.h +++ b/cogl-fixed.h @@ -1,3 +1,22 @@ +/* cogl-fixed.h: Fixed point API + * This file is part of Clutter + * + * Copyright (C) 2008 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 . + */ + #if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #error "Only can be included directly." #endif diff --git a/cogl-offscreen.h b/cogl-offscreen.h index a621ce36a..a494052a7 100644 --- a/cogl-offscreen.h +++ b/cogl-offscreen.h @@ -1,3 +1,22 @@ +/* cogl-offscreen.h: Offscreen objects + * This file is part of Clutter + * + * Copyright (C) 2008 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 . + */ + #if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #error "Only can be included directly." #endif diff --git a/cogl-path.h b/cogl-path.h index 6e499076e..310796f97 100644 --- a/cogl-path.h +++ b/cogl-path.h @@ -1,3 +1,22 @@ +/* cogl-path.h: Path primitives + * This file is part of Clutter + * + * Copyright (C) 2008 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 . + */ + #if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #error "Only can be included directly." #endif diff --git a/cogl-shader.h b/cogl-shader.h index 8d91dea13..8438b69e9 100644 --- a/cogl-shader.h +++ b/cogl-shader.h @@ -1,3 +1,22 @@ +/* cogl-shader.h: Shaders and programmable pipeline + * This file is part of Clutter + * + * Copyright (C) 2008 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 . + */ + #if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #error "Only can be included directly." #endif diff --git a/cogl-texture.h b/cogl-texture.h index c9d9ff84c..117a12b14 100644 --- a/cogl-texture.h +++ b/cogl-texture.h @@ -1,3 +1,22 @@ +/* cogl-texture.h: Texture objects + * This file is part of Clutter + * + * Copyright (C) 2008 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 . + */ + #if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #error "Only can be included directly." #endif diff --git a/cogl-types.h b/cogl-types.h index b2f3dcc17..09fbf08ea 100644 --- a/cogl-types.h +++ b/cogl-types.h @@ -1,3 +1,22 @@ +/* cogl-types.h: Shared COGL types + * This file is part of Clutter + * + * Copyright (C) 2008 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 . + */ + #if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #error "Only can be included directly." #endif