Sfoglia il codice sorgente

Copyright updates

[skip ci]
Oz N Tiram 8 anni fa
parent
commit
cee791103c

+ 1 - 0
tests/test_complete_ui.py

@@ -18,6 +18,7 @@
 # ============================================================================
 # pylint: disable=I0011
 from __future__ import print_function
+
 import pexpect
 import unittest
 import shutil

+ 1 - 1
tests/test_converter.py

@@ -14,7 +14,7 @@
 # along with Pwman3; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # ============================================================================
-# Copyright (C) 2012 Oz Nahum <nahumoz@gmail.com>
+# Copyright (C) 2012-2017 Oz Nahum Tiram <oz.tiram@gmail.com>
 # ============================================================================
 # pylint: disable=I0011
 from __future__ import print_function

+ 1 - 1
tests/test_importer.py

@@ -14,7 +14,7 @@
 # along with Pwman3; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # ============================================================================
-# Copyright (C) 2012, 2013, 2014 Oz Nahum Tiram <nahumoz@gmail.com>
+# Copyright (C) 2012-2017 Oz Nahum Tiram <oz.tiram@gmail.com>
 # ============================================================================
 import os
 import unittest

+ 1 - 1
tests/test_mongodb.py

@@ -14,7 +14,7 @@
 # along with Pwman3; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # ============================================================================
-# Copyright (C) 2015 Oz Nahum Tiram <nahumoz@gmail.com>
+# Copyright (C) 2015-2017 Oz Nahum Tiram <oz.tiram@gmail.com>
 # ============================================================================
 
 import unittest

+ 1 - 1
tests/test_nodes.py

@@ -14,7 +14,7 @@
 # along with Pwman3; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # ============================================================================
-# Copyright (C) 2014 Oz Nahum Tiram <nahumoz@gmail.com>
+# Copyright (C) 2014-2017 Oz Nahum Tiram <oz.tiram@gmail.com>
 # ============================================================================
 import unittest
 from pwman.util.crypto_engine import CryptoEngine

+ 1 - 1
tests/test_postgresql.py

@@ -14,7 +14,7 @@
 # along with Pwman3; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # ============================================================================
-# Copyright (C) 2015 Oz Nahum Tiram <nahumoz@gmail.com>
+# Copyright (C) 2015-2017 Oz Nahum Tiram <nahumoz@gmail.com>
 # ============================================================================
 import unittest
 import sys

+ 1 - 1
tests/test_pwman.py

@@ -15,7 +15,7 @@
 # along with Pwman3; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # ============================================================================
-# Copyright (C) 2013 Oz Nahum <nahumoz@gmail.com>
+# Copyright (C) 2013-2017 Oz Nahum <nahumoz@gmail.com>
 # ============================================================================
 
 import os

+ 1 - 1
tests/test_sqlite.py

@@ -14,7 +14,7 @@
 # along with Pwman3; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # ============================================================================
-# Copyright (C) 2012, 2013, 2014 Oz Nahum Tiram <nahumoz@gmail.com>
+# Copyright (C) 2012-2017 Oz Nahum Tiram <nahumoz@gmail.com>
 # ============================================================================
 import os
 import unittest