Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ottobackwards committed Dec 4, 2024
1 parent d1b0682 commit 663c388
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion simple_syslog/builder.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion simple_syslog/data.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion simple_syslog/exceptions.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion simple_syslog/keys.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion simple_syslog/listener.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion simple_syslog/parser.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion simple_syslog/policy.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 13 additions & 0 deletions simple_syslog/specification.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 663c388

Please sign in to comment.