summaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-07-28 12:20:38 +0000
committerAlasdair Kergon <agk@redhat.com>2010-07-28 12:20:38 +0000
commit64f95b40ca93a053f088114624e32d83570c720f (patch)
tree9ba447565804e9298875fcaffc27c1a91c58b76b /unit-tests
parentcdb675c02bf4c7456e7f5ddc5c820774a3fc5905 (diff)
downloadlvm2-64f95b40ca93a053f088114624e32d83570c720f.tar.gz
lvm2-64f95b40ca93a053f088114624e32d83570c720f.tar.xz
lvm2-64f95b40ca93a053f088114624e32d83570c720f.zip
add copyright notices to new files
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/datastruct/bitset_t.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/unit-tests/datastruct/bitset_t.c b/unit-tests/datastruct/bitset_t.c
index 25d19d7c..83b297be 100644
--- a/unit-tests/datastruct/bitset_t.c
+++ b/unit-tests/datastruct/bitset_t.c
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+ *
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * 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 "libdevmapper.h"
#include <assert.h>