From d16be1b0763415c79cbf160c75979d527068400f Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sat, 30 Apr 2016 17:49:20 -0400 Subject: [PATCH] adding 2016 LDP copyright to each file --- tests/example.py | 3 +++ tests/long_driver.py | 3 +++ tests/long_inventory.py | 3 +++ tests/test_cascadingconfig.py | 3 +++ tests/test_config.py | 3 +++ tests/test_driver.py | 3 +++ tests/test_inventory.py | 3 +++ tests/test_outputs.py | 3 +++ tests/test_sources.py | 3 +++ tests/test_typeguesser.py | 3 +++ tests/test_utils.py | 3 +++ tests/tldptesttools.py | 3 +++ 12 files changed, 36 insertions(+) diff --git a/tests/example.py b/tests/example.py index efcf810..17c6edc 100644 --- a/tests/example.py +++ b/tests/example.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/long_driver.py b/tests/long_driver.py index 57ba54a..37a8ccb 100644 --- a/tests/long_driver.py +++ b/tests/long_driver.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function diff --git a/tests/long_inventory.py b/tests/long_inventory.py index 0020ca0..a2659d8 100644 --- a/tests/long_inventory.py +++ b/tests/long_inventory.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function diff --git a/tests/test_cascadingconfig.py b/tests/test_cascadingconfig.py index f517444..dc44a94 100644 --- a/tests/test_cascadingconfig.py +++ b/tests/test_cascadingconfig.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/test_config.py b/tests/test_config.py index bd92092..cf0bbb4 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/test_driver.py b/tests/test_driver.py index e760ee9..e047646 100644 --- a/tests/test_driver.py +++ b/tests/test_driver.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/test_inventory.py b/tests/test_inventory.py index 2d911e5..5c03ad9 100644 --- a/tests/test_inventory.py +++ b/tests/test_inventory.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/test_outputs.py b/tests/test_outputs.py index 66b2b2d..7e28c0c 100644 --- a/tests/test_outputs.py +++ b/tests/test_outputs.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/test_sources.py b/tests/test_sources.py index c8d0286..1db3dbb 100644 --- a/tests/test_sources.py +++ b/tests/test_sources.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/test_typeguesser.py b/tests/test_typeguesser.py index 2a7de80..5b9eaa0 100644 --- a/tests/test_typeguesser.py +++ b/tests/test_typeguesser.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/test_utils.py b/tests/test_utils.py index 0268fad..d5b0236 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals diff --git a/tests/tldptesttools.py b/tests/tldptesttools.py index 03a4fce..fe738c8 100644 --- a/tests/tldptesttools.py +++ b/tests/tldptesttools.py @@ -1,3 +1,6 @@ +# -*- coding: utf8 -*- +# +# Copyright (c) 2016 Linux Documentation Project from __future__ import absolute_import, division, print_function from __future__ import unicode_literals