Skip to content

Commit

Permalink
chore: new year new copyright statements
Browse files Browse the repository at this point in the history
  • Loading branch information
monrax committed Jan 8, 2024
1 parent 5bfe822 commit 92a1661
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ heroku config:set USAGE_LOGGERS_DISABLE=true
```

---
<small>&copy; 2016-2023 <a href="https://resurface.io">Graylog, Inc.</a></small>
<small>&copy; 2016-2024 <a href="https://resurface.io">Graylog, Inc.</a></small>
2 changes: 1 addition & 1 deletion DESCRIPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ customized to meet the needs of any application.

---

&copy; 2016-2023 <a href="https://resurface.io">Graylog, Inc.</a>
&copy; 2016-2024 <a href="https://resurface.io">Graylog, Inc.</a>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2016-2023 Graylog, Inc.
Copyright (c) 2016-2024 Graylog, Inc.

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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ but logging rules are easily customized to meet the needs of any application.
<a href="https://resurface.io/rules.html">Logging rules documentation</a>

---
<small>&copy; 2016-2023 <a href="https://resurface.io">Graylog, Inc.</a></small>
<small>&copy; 2016-2024 <a href="https://resurface.io">Graylog, Inc.</a></small>
2 changes: 1 addition & 1 deletion tests/test_base_logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.


from tests.test_helper import DEMO_URL, MOCK_AGENT, MOCK_URLS_DENIED, MOCK_URLS_INVALID
Expand Down
2 changes: 1 addition & 1 deletion tests/test_helper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

import json

Expand Down
2 changes: 1 addition & 1 deletion tests/test_http_logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from tests.test_helper import DEMO_URL
from usagelogger import HttpLogger, UsageLoggers
Expand Down
2 changes: 1 addition & 1 deletion tests/test_http_logger_rules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from tests.test_helper import (
MOCK_HTML,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_http_message.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from tests.test_helper import (
MOCK_HTML,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_http_request_impl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from tests.test_helper import MOCK_JSON, MOCK_URL
from usagelogger import HttpRequestImpl
Expand Down
2 changes: 1 addition & 1 deletion tests/test_http_response_impl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from tests.test_helper import MOCK_JSON, MOCK_URL
from usagelogger import HttpResponseImpl
Expand Down
2 changes: 1 addition & 1 deletion tests/test_http_rules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

import re

Expand Down
2 changes: 1 addition & 1 deletion tests/test_usage_loggers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from usagelogger import UsageLoggers

Expand Down
2 changes: 1 addition & 1 deletion usagelogger/base_logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.
import json
import os
import socket
Expand Down
2 changes: 1 addition & 1 deletion usagelogger/http_logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.
from typing import Dict, List, Optional

from .base_logger import BaseLogger
Expand Down
2 changes: 1 addition & 1 deletion usagelogger/http_message.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.
from re import match
from time import time
from typing import Dict, List, Optional
Expand Down
2 changes: 1 addition & 1 deletion usagelogger/http_request_impl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from typing import Dict, Optional

Expand Down
2 changes: 1 addition & 1 deletion usagelogger/http_response_impl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from typing import Dict, Optional

Expand Down
2 changes: 1 addition & 1 deletion usagelogger/http_rule.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.
from typing import Optional, Pattern, Union


Expand Down
2 changes: 1 addition & 1 deletion usagelogger/http_rules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

import random
import re
Expand Down
2 changes: 1 addition & 1 deletion usagelogger/middleware/django.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.
import time

from django.conf import settings
Expand Down
2 changes: 1 addition & 1 deletion usagelogger/middleware/flask.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.
import time
from io import BytesIO
from typing import Dict, Iterable, List, Optional, Tuple
Expand Down
2 changes: 1 addition & 1 deletion usagelogger/usage_loggers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# © 2016-2023 Graylog, Inc.
# © 2016-2024 Graylog, Inc.

from os import getenv
from typing import Optional
Expand Down

0 comments on commit 92a1661

Please sign in to comment.