From 54377b22f6c4df3dcd1f46b5f4dddf6fe7352ee3 Mon Sep 17 00:00:00 2001 From: Patrick Hohenecker Date: Fri, 17 Nov 2017 17:12:11 +0000 Subject: [PATCH] updated format of printable copyright statements --- examples/test.py | 36 +++++++++--------- src/main/python/streamtologger/__init__.py | 36 +++++++++--------- .../python/streamtologger/logger_adapter.py | 36 +++++++++--------- .../python/streamtologger_test/__init__.py | 38 +++++++++---------- .../python/streamtologger_test/init_test.py | 36 +++++++++--------- 5 files changed, 91 insertions(+), 91 deletions(-) diff --git a/examples/test.py b/examples/test.py index ce24513..0ee7d48 100644 --- a/examples/test.py +++ b/examples/test.py @@ -9,24 +9,24 @@ __author__ = "Patrick Hohenecker" __copyright__ = ( - "Copyright (c) 2017 Patrick Hohenecker" - "\n\n" - "Permission is hereby granted, free of charge, to any person obtaining a copy " - "of this software and associated documentation files (the \"Software\"), to deal " - "in the Software without restriction, including without limitation the rights " - "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell " - "copies of the Software, and to permit persons to whom the Software is " - "furnished to do so, subject to the following conditions:" - "\n\n" - "The above copyright notice and this permission notice shall be included in all " - "copies or substantial portions of the Software." - "\n\n" - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR " - "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, " - "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE " - "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER " - "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, " - "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE " + "Copyright (c) 2017 Patrick Hohenecker\n" + "\n" + "Permission is hereby granted, free of charge, to any person obtaining a copy\n" + "of this software and associated documentation files (the \"Software\"), to deal\n" + "in the Software without restriction, including without limitation the rights\n" + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n" + "copies of the Software, and to permit persons to whom the Software is\n" + "furnished to do so, subject to the following conditions:\n" + "\n" + "The above copyright notice and this permission notice shall be included in all\n" + "copies or substantial portions of the Software.\n" + "\n" + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n" + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n" + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n" + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n" + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n" + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n" "SOFTWARE." ) __license__ = "MIT License" diff --git a/src/main/python/streamtologger/__init__.py b/src/main/python/streamtologger/__init__.py index 1c71f11..c8d3ef4 100644 --- a/src/main/python/streamtologger/__init__.py +++ b/src/main/python/streamtologger/__init__.py @@ -12,24 +12,24 @@ __author__ = "Patrick Hohenecker" __copyright__ = ( - "Copyright (c) 2017 Patrick Hohenecker" - "\n\n" - "Permission is hereby granted, free of charge, to any person obtaining a copy " - "of this software and associated documentation files (the \"Software\"), to deal " - "in the Software without restriction, including without limitation the rights " - "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell " - "copies of the Software, and to permit persons to whom the Software is " - "furnished to do so, subject to the following conditions:" - "\n\n" - "The above copyright notice and this permission notice shall be included in all " - "copies or substantial portions of the Software." - "\n\n" - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR " - "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, " - "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE " - "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER " - "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, " - "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE " + "Copyright (c) 2017 Patrick Hohenecker\n" + "\n" + "Permission is hereby granted, free of charge, to any person obtaining a copy\n" + "of this software and associated documentation files (the \"Software\"), to deal\n" + "in the Software without restriction, including without limitation the rights\n" + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n" + "copies of the Software, and to permit persons to whom the Software is\n" + "furnished to do so, subject to the following conditions:\n" + "\n" + "The above copyright notice and this permission notice shall be included in all\n" + "copies or substantial portions of the Software.\n" + "\n" + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n" + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n" + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n" + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n" + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n" + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n" "SOFTWARE." ) __license__ = "MIT License" diff --git a/src/main/python/streamtologger/logger_adapter.py b/src/main/python/streamtologger/logger_adapter.py index b2e347f..e650a78 100644 --- a/src/main/python/streamtologger/logger_adapter.py +++ b/src/main/python/streamtologger/logger_adapter.py @@ -7,24 +7,24 @@ __author__ = "Patrick Hohenecker" __copyright__ = ( - "Copyright (c) 2017 Patrick Hohenecker" - "\n\n" - "Permission is hereby granted, free of charge, to any person obtaining a copy " - "of this software and associated documentation files (the \"Software\"), to deal " - "in the Software without restriction, including without limitation the rights " - "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell " - "copies of the Software, and to permit persons to whom the Software is " - "furnished to do so, subject to the following conditions:" - "\n\n" - "The above copyright notice and this permission notice shall be included in all " - "copies or substantial portions of the Software." - "\n\n" - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR " - "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, " - "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE " - "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER " - "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, " - "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE " + "Copyright (c) 2017 Patrick Hohenecker\n" + "\n" + "Permission is hereby granted, free of charge, to any person obtaining a copy\n" + "of this software and associated documentation files (the \"Software\"), to deal\n" + "in the Software without restriction, including without limitation the rights\n" + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n" + "copies of the Software, and to permit persons to whom the Software is\n" + "furnished to do so, subject to the following conditions:\n" + "\n" + "The above copyright notice and this permission notice shall be included in all\n" + "copies or substantial portions of the Software.\n" + "\n" + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n" + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n" + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n" + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n" + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n" + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n" "SOFTWARE." ) __license__ = "MIT License" diff --git a/src/test/python/streamtologger_test/__init__.py b/src/test/python/streamtologger_test/__init__.py index fc66fe0..3a1145d 100644 --- a/src/test/python/streamtologger_test/__init__.py +++ b/src/test/python/streamtologger_test/__init__.py @@ -1,28 +1,28 @@ # -*- coding: utf-8 -*- -"""Contains the tests for package ``streamtologger``.""" +"""Contains the tests for package :mod:`streamtologger`.""" __author__ = "Patrick Hohenecker" __copyright__ = ( - "Copyright (c) 2017 Patrick Hohenecker" - "\n\n" - "Permission is hereby granted, free of charge, to any person obtaining a copy " - "of this software and associated documentation files (the \"Software\"), to deal " - "in the Software without restriction, including without limitation the rights " - "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell " - "copies of the Software, and to permit persons to whom the Software is " - "furnished to do so, subject to the following conditions:" - "\n\n" - "The above copyright notice and this permission notice shall be included in all " - "copies or substantial portions of the Software." - "\n\n" - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR " - "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, " - "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE " - "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER " - "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, " - "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE " + "Copyright (c) 2017 Patrick Hohenecker\n" + "\n" + "Permission is hereby granted, free of charge, to any person obtaining a copy\n" + "of this software and associated documentation files (the \"Software\"), to deal\n" + "in the Software without restriction, including without limitation the rights\n" + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n" + "copies of the Software, and to permit persons to whom the Software is\n" + "furnished to do so, subject to the following conditions:\n" + "\n" + "The above copyright notice and this permission notice shall be included in all\n" + "copies or substantial portions of the Software.\n" + "\n" + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n" + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n" + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n" + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n" + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n" + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n" "SOFTWARE." ) __license__ = "MIT License" diff --git a/src/test/python/streamtologger_test/init_test.py b/src/test/python/streamtologger_test/init_test.py index f9d0887..57bde56 100644 --- a/src/test/python/streamtologger_test/init_test.py +++ b/src/test/python/streamtologger_test/init_test.py @@ -12,24 +12,24 @@ __author__ = "Patrick Hohenecker" __copyright__ = ( - "Copyright (c) 2017 Patrick Hohenecker" - "\n\n" - "Permission is hereby granted, free of charge, to any person obtaining a copy " - "of this software and associated documentation files (the \"Software\"), to deal " - "in the Software without restriction, including without limitation the rights " - "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell " - "copies of the Software, and to permit persons to whom the Software is " - "furnished to do so, subject to the following conditions:" - "\n\n" - "The above copyright notice and this permission notice shall be included in all " - "copies or substantial portions of the Software." - "\n\n" - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR " - "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, " - "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE " - "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER " - "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, " - "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE " + "Copyright (c) 2017 Patrick Hohenecker\n" + "\n" + "Permission is hereby granted, free of charge, to any person obtaining a copy\n" + "of this software and associated documentation files (the \"Software\"), to deal\n" + "in the Software without restriction, including without limitation the rights\n" + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n" + "copies of the Software, and to permit persons to whom the Software is\n" + "furnished to do so, subject to the following conditions:\n" + "\n" + "The above copyright notice and this permission notice shall be included in all\n" + "copies or substantial portions of the Software.\n" + "\n" + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n" + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n" + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n" + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n" + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n" + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n" "SOFTWARE." ) __license__ = "MIT License"