tests: add proper license header to all tests
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 1 Nov 2013 12:14:40 +0000 (14:14 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 1 Nov 2013 15:41:01 +0000 (17:41 +0200)
Change-Id: I95195b227301119486c967cea2a338391ff26123
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
tests/helpers.py
tests/test_api_base.py
tests/test_fiemap.py

index deeb5ee2e440c882261759c02bed7f6aca94cf73..81c24e3ec23e5d5a4c3d4935a47e9832b21eb588 100644 (file)
@@ -1,3 +1,16 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+# License: GPLv2
+# Author: Artem Bityutskiy <artem.bityutskiy@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.
index ca1048802680f2e9ce181289c43ab9312495da8a..a73f19dafa1f326fba0c13c77f8c15ce61bf932e 100644 (file)
@@ -1,3 +1,16 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+# License: GPLv2
+# Author: Artem Bityutskiy <artem.bityutskiy@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
index 47fe0fe2020cbf25cd7853fb9af69a212b8e4fcb..d9ab85ce8005f883c03f69898a0d58bc03516346 100644 (file)
@@ -1,3 +1,16 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+# License: GPLv2
+# Author: Artem Bityutskiy <artem.bityutskiy@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.