From 37a8740549cd4b9a343f4a9752e6ce0373ef7899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=B5=E0=A4=BF=E0=A4=A3=20?= =?UTF-8?q?=E0=A4=B8=E0=A4=BE=E0=A4=A4=E0=A4=AA=E0=A5=81=E0=A4=A4=E0=A5=87?= Date: Wed, 1 Sep 2010 14:58:39 +0530 Subject: [PATCH] added copyright in source files --- src/engine.c | 17 +++++++++++++++++ src/engine.h | 18 ++++++++++++++++++ src/main.c | 17 +++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/src/engine.c b/src/engine.c index 247104a..10654ac 100644 --- a/src/engine.c +++ b/src/engine.c @@ -1,4 +1,21 @@ /* vim:set et sts=4: */ +/* +* Copyright (C) 2009-2010 Pravin Satpute +* Copyright (C) 2009-2010 Red Hat, Inc. +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; version 2 only +* +* This program 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 Library General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #include #include diff --git a/src/engine.h b/src/engine.h index 49dfc99..034c6a0 100644 --- a/src/engine.h +++ b/src/engine.h @@ -1,4 +1,22 @@ /* vim:set et sts=4: */ +/* +* Copyright (C) 2009-2010 Pravin Satpute +* Copyright (C) 2009-2010 Red Hat, Inc. +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; version 2 only +* +* This program 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 Library General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #ifndef __ENGINE_H__ #define __ENGINE_H__ diff --git a/src/main.c b/src/main.c index b901ff0..aa0879a 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,21 @@ /* vim:set et sts=4: */ +/* +* Copyright (C) 2009-2010 Pravin Satpute +* Copyright (C) 2009-2010 Red Hat, Inc. +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; version 2 only +* +* This program 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 Library General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #include #include