[bmap-tools] [PATCH 05/16] tests: add proper license header to all tests

Artem Bityutskiy dedekind1 at gmail.com
Mon Nov 4 03:05:25 EST 2013


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

Change-Id: I95195b227301119486c967cea2a338391ff26123
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 tests/helpers.py       | 13 +++++++++++++
 tests/test_api_base.py | 13 +++++++++++++
 tests/test_fiemap.py   | 13 +++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/tests/helpers.py b/tests/helpers.py
index deeb5ee..81c24e3 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -1,3 +1,16 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+# License: GPLv2
+# Author: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License, version 2,
+# as published by the Free Software Foundation.
+#
+# 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
+# General Public License for more details.
+
 """
 This module contains independent functions shared between various
 tests.
diff --git a/tests/test_api_base.py b/tests/test_api_base.py
index ca10488..a73f19d 100644
--- a/tests/test_api_base.py
+++ b/tests/test_api_base.py
@@ -1,3 +1,16 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+# License: GPLv2
+# Author: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License, version 2,
+# as published by the Free Software Foundation.
+#
+# 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
+# General Public License for more details.
+
 """
 This test verifies the base bmap creation and copying API functionality. It
 generates a random sparse file, then creates a bmap fir this file and copies it
diff --git a/tests/test_fiemap.py b/tests/test_fiemap.py
index 47fe0fe..d9ab85c 100644
--- a/tests/test_fiemap.py
+++ b/tests/test_fiemap.py
@@ -1,3 +1,16 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+# License: GPLv2
+# Author: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License, version 2,
+# as published by the Free Software Foundation.
+#
+# 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
+# General Public License for more details.
+
 """
 This test verifies Fiemap module functionality. It generates random sparse
 files and makes sure FIEMAP returns correct information about the holes.
-- 
1.8.1.4




More information about the Bmap-tools mailing list