Skip to content

Commit 8a9d7d2

Browse files
committed
Sensible Code to Cantabular and update copyrights
1 parent 1dea78c commit 8a9d7d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pdftables_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 The Sensible Code Company
1+
# Copyright 2026 Cantabular Ltd
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pdftables_api/pdftables_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 The Sensible Code Company
1+
# Copyright 2026 Cantabular Ltd
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description = "PDFTables.com Python API library."
1010
readme = "README.md"
1111
license = { text = "Apache License 2.0" }
1212
keywords = ["pdf", "tables", "excel", "csv", "xml", "api"]
13-
authors = [ { name = "The Sensible Code Company", email = "support@sensiblecode.io" } ]
14-
urls = { "Homepage" = "https://github.com/sensiblecode/python-pdftables-api" }
13+
authors = [ { name = "Cantabular Ltd", email = "hello@pdftables.com" } ]
14+
urls = { "Homepage" = "https://github.com/pdftables/python-pdftables-api" }
1515
dependencies = ["requests"]
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",

test/test_pdftables_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 The Sensible Code Company
1+
# Copyright 2026 Cantabular Ltd
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)