Skip to content

Commit

Permalink
chore: update copyright (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Apr 24, 2022
1 parent 816690c commit 2b8c2ad
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
===========================================================================

rlapi
Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)

This product includes software developed by Jakub Kuczys (https://github.com/jack1142).
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
#
import os
import sys
import time

sys.path.insert(0, os.path.abspath(".."))


# -- Project information -----------------------------------------------------

project = "rlapi"
copyright = "2018-2020, Jakub Kuczys (jack1142)"
copyright = f"2018-{time.strftime('%Y')}, Jakub Kuczys (jack1142)"
author = "Jakub Kuczys (jack1142)"

# The version info for the project you're documenting, acts as replacement for
Expand Down
4 changes: 2 additions & 2 deletions rlapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
__author__ = "Jakub Kuczys (jack1142)"

__license__ = "Apache License 2.0"
__copyright__ = "Copyright (c) 2018-2020 Jakub Kuczys"
__copyright__ = "Copyright (c) 2018-present Jakub Kuczys"

import logging
import pkgutil
Expand Down
2 changes: 1 addition & 1 deletion rlapi/_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/enums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/ext/tier_breakdown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/ext/tier_breakdown/rltracker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/ext/tier_breakdown/trackernetwork.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/player.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/tier_estimates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# 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 rlapi/typedefs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2020 Jakub Kuczys (https://github.com/jack1142)
# Copyright 2018-present Jakub Kuczys (https://github.com/jack1142)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 2b8c2ad

Please sign in to comment.