Skip to content

Commit 0c964af

Browse files
committed
Adjust license owner
1 parent 85fb778 commit 0c964af

35 files changed

+36
-36
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN python setup.py clean bdist_wheel
1616
FROM python:3.8-slim
1717

1818
LABEL license="AGPLv3" \
19-
maintainer="Crate.io AT GmbH <[email protected]>" \
19+
maintainer="Crate.IO GmbH <[email protected]>" \
2020
name="CrateDB Kubernetes Operator" \
2121
repository="crate/crate-operator"
2222

crate/operator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/backup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/cratedb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/create.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/kube_auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/operations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/scale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/upgrade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/utils/formatting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/utils/kubeapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/utils/secrets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/utils/typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

crate/operator/webhooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

deploy/manifests/00-crd-cratedb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

devtools/create_tag.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#
33
# CrateDB Kubernetes Operator
4-
# Copyright (C) 2020 Crate.io AT GmbH
4+
# Copyright (C) 2020 Crate.IO GmbH
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU Affero General Public License as published by

docs/source/crate_operator_ext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by
@@ -33,7 +33,7 @@ def read(path: str) -> str:
3333

3434
setup(
3535
name="crate-operator",
36-
author="Crate.io AT GmbH",
36+
author="Crate.IO GmbH",
3737
author_email="[email protected]",
3838
description="CrateDB Kubernetes Operator",
3939
license="AGPLv3",

tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_backup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_cratedb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_create.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_kubeapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_operations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_scale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/test_webhooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

tests/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CrateDB Kubernetes Operator
2-
# Copyright (C) 2020 Crate.io AT GmbH
2+
# Copyright (C) 2020 Crate.IO GmbH
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

0 commit comments

Comments
 (0)