summaryrefslogtreecommitdiffstats
path: root/include/canonicalize.h
diff options
context:
space:
mode:
authorKarel Zak2013-01-08 15:00:23 +0100
committerKarel Zak2013-01-08 15:10:17 +0100
commit0f23ee0c855d686b0c315af2c96b8835134cd9e3 (patch)
tree3a766ba628aedbc64807d20b64abcb7139bf8d2c /include/canonicalize.h
parentinclude/bitopts: Use the operating system byteswapping functions (diff)
downloadkernel-qcow2-util-linux-0f23ee0c855d686b0c315af2c96b8835134cd9e3.tar.gz
kernel-qcow2-util-linux-0f23ee0c855d686b0c315af2c96b8835134cd9e3.tar.xz
kernel-qcow2-util-linux-0f23ee0c855d686b0c315af2c96b8835134cd9e3.zip
include: cleanup copyright headers
We use the code from include/ and lib/ on many places, so use public domain if possible or LGPL for code copied from libs. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/canonicalize.h')
-rw-r--r--include/canonicalize.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/canonicalize.h b/include/canonicalize.h
index c14973802..7a18aca09 100644
--- a/include/canonicalize.h
+++ b/include/canonicalize.h
@@ -1,3 +1,14 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * 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 Public License for more details.
+ */
#ifndef CANONICALIZE_H
#define CANONICALIZE_H