diff --git a/README.md b/README.md index ef7c107..c70965f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ limitations under the License. Copyright 2022-2023 simple-syslog authors All rights reserved. --> -[![Tests](https://github.com/palindromicity/simple-syslog-python/workflows/Tests/badge.svg)](https://github.com/palindromicity/simple-syslog-python/actions?workflow=Tests) # simple-syslog-python + +[![Tests](https://github.com/palindromicity/simple-syslog-python/workflows/Tests/badge.svg)](https://github.com/palindromicity/simple-syslog-python/actions?workflow=Tests) + Python 3 Implementation of simple-syslog poetry diff --git a/simple_syslog/builder.py b/simple_syslog/builder.py index ae27780..53a3a38 100644 --- a/simple_syslog/builder.py +++ b/simple_syslog/builder.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 simple-syslog authors +# Copyright 2022-2024 simple-syslog authors # All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/simple_syslog/data.py b/simple_syslog/data.py index d592552..86ae143 100644 --- a/simple_syslog/data.py +++ b/simple_syslog/data.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 simple-syslog authors +# Copyright 2022-2024 simple-syslog authors # All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/simple_syslog/exceptions.py b/simple_syslog/exceptions.py index d6cfd88..a4dec6a 100644 --- a/simple_syslog/exceptions.py +++ b/simple_syslog/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 simple-syslog authors +# Copyright 2022-2024 simple-syslog authors # All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/simple_syslog/keys.py b/simple_syslog/keys.py index e2389d4..edb7e97 100644 --- a/simple_syslog/keys.py +++ b/simple_syslog/keys.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 simple-syslog authors +# Copyright 2022-2024 simple-syslog authors # All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/simple_syslog/listener.py b/simple_syslog/listener.py index 948cb5d..759e7d9 100644 --- a/simple_syslog/listener.py +++ b/simple_syslog/listener.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 simple-syslog authors +# Copyright 2022-2024 simple-syslog authors # All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/simple_syslog/parser.py b/simple_syslog/parser.py index 2cf3d53..69a898b 100644 --- a/simple_syslog/parser.py +++ b/simple_syslog/parser.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 simple-syslog authors +# Copyright 2022-2024 simple-syslog authors # All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/simple_syslog/policy.py b/simple_syslog/policy.py index 22cd88e..38f6069 100644 --- a/simple_syslog/policy.py +++ b/simple_syslog/policy.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 simple-syslog authors +# Copyright 2022-2024 simple-syslog authors # All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/simple_syslog/specification.py b/simple_syslog/specification.py index cd5d4b9..9faecf4 100644 --- a/simple_syslog/specification.py +++ b/simple_syslog/specification.py @@ -1,3 +1,16 @@ +# Copyright 2022-2024 simple-syslog authors +# All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import enum try: