Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 2db7d14

Browse files
committed
Update copyright
1 parent a6aeeef commit 2db7d14

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CloudFlare/cloudflare.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
See README.md for detailed/further reading.
66
77
Copyright (c) 2016 thru 2024, Cloudflare. All rights reserved.
8+
Copyright (c) 2024 onward, Stainless Inc. All rights reserved.
89
"""
910

1011
import json

LICENSE

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2016 Felix Wong and contributors
4+
Copyright (c) 2016 thru 2024, Cloudflare and contributors
5+
Copyright (c) 2024, Stainless Inc. and contributors
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PYTEST = pytest
77

88
SPHINX_RELEASE = 2.20.0
99
SPHINX_AUTHOR = Martin J. Levy
10-
SPHINX_COPYRIGHT = Copyright (c) 2016 thru 2024, Cloudflare. All rights reserved.
10+
SPHINX_COPYRIGHT = Copyright (c) 2016 thru 2024, Cloudflare. 2024 onward, Stainless Inc. All rights reserved.
1111

1212
1313
NAME = "cloudflare"
@@ -16,7 +16,7 @@ NAME = "cloudflare"
1616
all: CHANGELOG.md build
1717

1818
# README.rst: README.md
19-
# $(PANDOC) --wrap=none --from=markdown --to=rst < README.md > README.rst
19+
# $(PANDOC) --wrap=none --from=markdown --to=rst < README.md > README.rst
2020

2121
CHANGELOG.md: FORCE
2222
@ tmp=/tmp/_$$$$.md ; \

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = 'python-cloudflare'
10-
copyright = 'Copyright (c) 2016 thru 2024, Cloudflare. All rights reserved.'
10+
copyright = 'Copyright (c) 2016 thru 2024, Cloudflare. 2024 onward, Stainless Inc. All rights reserved. '
1111
author = 'Martin J Levy'
1212

1313
version = '2.20.0'

0 commit comments

Comments
 (0)