summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvana Hutarova Varekova <varekova@redhat.com>2009-11-09 11:38:14 +0100
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-11-11 00:42:06 +0530
commit0c7d6e8daafbdaa699c6dc4b2d0dce958064d84b (patch)
tree0887a343b4a822476198a056d9793715035c0287
parent64e74b23f274eb94e49e072fc7d690bed66fc304 (diff)
downloadlibcg-0c7d6e8daafbdaa699c6dc4b2d0dce958064d84b.tar.gz
libcg-0c7d6e8daafbdaa699c6dc4b2d0dce958064d84b.tar.xz
libcg-0c7d6e8daafbdaa699c6dc4b2d0dce958064d84b.zip
Add copyright header to cgcreate
Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
-rw-r--r--src/tools/cgcreate.c15
1 files changed, 15 insertions, 0 deletions
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 <varekova@redhat.com>
+ *
+ * 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 <libcgroup.h>
#include <libcgroup-internal.h>