From 0c7d6e8daafbdaa699c6dc4b2d0dce958064d84b Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Mon, 9 Nov 2009 11:38:14 +0100 Subject: Add copyright header to cgcreate Signed-off-by: Ivana Hutarova Varekova Signed-off-by: Dhaval Giani --- src/tools/cgcreate.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/tools/cgcreate.c b/src/tools/cgcreate.c index 6204cfb..aeb94f4 100644 --- a/src/tools/cgcreate.c +++ b/src/tools/cgcreate.c @@ -1,3 +1,18 @@ +/* + * Copyright Red Hat, Inc. 2009 + * + * Authors: Ivana Hutarova Varekova + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2.1 of the GNU Lesser General Public License + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it would be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #include #include -- cgit