Put proper GPL declarations on the source files
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 1 Jul 2013 13:08:24 +0000 (14:08 +0100)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 05:01:32 +0000 (08:01 +0300)
This is GPL best-practice. I have assumed that this package is
intentionally placed under the GPL version 2 only (like Linux or
ConnMan), and not dual- or multiple-licensed under the GPL version 2
"or any later version" (like BlueZ).

As a result, the wording used is similar to what is recommended in
the GPL v2, but modified to omit the "or later" clause.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool
bmaptools/BmapCopy.py
bmaptools/BmapCreate.py
bmaptools/BmapHelpers.py
bmaptools/Fiemap.py
bmaptools/TransRead.py
debian/copyright

index a58f79729a42c903a8216ab3298ea5eb2f17bc4c..14436e69ba862d8e0c70aee90f679ab34a845042 100755 (executable)
--- a/bmaptool
+++ b/bmaptool
@@ -1,8 +1,17 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 Intel, Inc.
+# 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 is a tool to generate block map files (bmap) and to copy files using bmap.
index 7865d0d033d9a0eb862ece6028a558b32e51da86..a6f373edcc3caeb498f5f53b89ecbf841a2cc6e0 100644 (file)
@@ -1,3 +1,14 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+#
+# 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 implements copying of images with bmap and provides the following
 API.
index d60e63985618002d95a4f389fb689b9574d8148e..fecb0ba0d52363e1ba640b0fc2169371859744d7 100644 (file)
@@ -1,3 +1,14 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+#
+# 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 implements the block map (bmap) creation functionality and provides
 the corresponding API in form of the 'BmapCreate' class.
index ebda3dc041de636ae49bc127b41335e45eb046ee..c0cf8afd96a602e6edbb1b5cf338ad2e426c874a 100644 (file)
@@ -1,3 +1,14 @@
+# Copyright (c) 2012 Intel, Inc.
+#
+# 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 various shared helper functions.
 """
index 0e2c9b5b48717df726cf7bb0a799774281e6d85c..f06c5eea93f1f7acc5c3f152da8bf50ccae6bb8a 100644 (file)
@@ -1,3 +1,14 @@
+# Copyright (c) 2012 Intel, Inc.
+#
+# 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 implements python API for the FIEMAP ioctl. The FIEMAP ioctl
 allows to find holes and mapped areas in a file.
index 03901101a59877c873faf819a5ae1ea61674d9b2..03c3795f449707fe184ff90a1001630244ccd0c9 100644 (file)
@@ -1,3 +1,14 @@
+# Copyright (c) 2012-2013 Intel, Inc.
+#
+# 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 allows opening and reading local and remote files and decompress
 them on-the-fly if needed. Remote files are read using urllib2 (except of
index c5ce218a848914324e4acf95647257d6039acb5e..3fff079b6abaeb1d91b27481148e3c78fa7dd1f4 100644 (file)
@@ -15,7 +15,14 @@ Copyright: © 2012-2013 Intel, Inc.
 License: GPL-2
 
 License: GPL-2
-  "License: GPLv2"
+  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.
 Comment:
   On Debian systems, the full text of the GPL v2 can be found
   in /usr/share/common-licenses/GPL-2.