Adding intra2net copyright header to every python file
authorDaniel Garcia Moreno <danigm@wadobo.com>
Mon, 15 Jul 2013 15:44:45 +0000 (17:44 +0200)
committerDaniel Garcia Moreno <danigm@wadobo.com>
Mon, 15 Jul 2013 15:44:45 +0000 (17:44 +0200)
deltatar/aescrypto.py
filesplit.py
rescue_tar.py
runtests.py
testing/__init__.py
testing/test_concat_compress.py
testing/test_encryption.py
testing/test_multivol.py
testing/test_rescue_tar.py

index ea676de..423bba2 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (C) 2013 Daniel Garcia <danigm@wadobo.com>
+# Copyright (C) 2013 Intra2net AG
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,6 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# Author: Daniel Garcia <danigm@wadobo.com>
+
 '''
 AES encryption and decryption lib.
 This is a simple utility lib over pycrypto to encrypt and decrypt using AES
index db1c476..b06d99a 100644 (file)
@@ -1,5 +1,21 @@
 #!/usr/bin/env python
 
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import argparse
 
 BUFSIZE = 16 * 1024
index ce028fd..6158db9 100644 (file)
@@ -1,5 +1,21 @@
 #!/usr/bin/env python
 
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import argparse
 import os
 import tempfile
index 7b0a305..7808b2f 100644 (file)
@@ -1,5 +1,21 @@
 #!/usr/bin/env python
 
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import unittest
 
 from testing.test_multivol import MultivolGnuFormatTest, MultivolPaxFormatTest
index 673414b..ba9fe83 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import os, unittest, hashlib, string
 import random
 
index 4262e67..f292574 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import os, unittest, hashlib, string
 
 from deltatar.tarfile import TarFile, GNU_FORMAT
index cc170a0..08af199 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import os
 
 from deltatar.tarfile import TarFile, GNU_FORMAT
index fce20c8..b8d4557 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import os, unittest, hashlib, string
 
 from deltatar.tarfile import TarFile, PAX_FORMAT, GNU_FORMAT, BLOCKSIZE
index 829b158..83d8c00 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright (C) 2013 Intra2net AG
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+
 import os, unittest, hashlib, string
 
 from deltatar.tarfile import TarFile, PAX_FORMAT, GNU_FORMAT, BLOCKSIZE