Skip to content

Commit 00adf54

Browse files
amy-gbgreenbonebot
authored andcommitted
Update: Greenbone license header
1 parent a793376 commit 00adf54

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pontos - Greenbone Python Utilities and Tools
22

33
The pontos Python package is a collection of utilities, tools, classes and
4-
functions maintained by Greenbone Networks.
4+
functions maintained by Greenbone AG.
55

66
## User Guide
77

pontos/version/commands/_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Greenbone Networks GmbH
1+
# Copyright (C) 2023 Greenbone AG
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#

pontos/version/schemes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Greenbone Networks GmbH
1+
# Copyright (C) 2023 Greenbone AG
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#

pontos/version/schemes/_pep440.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Greenbone Networks GmbH
1+
# Copyright (C) 2023 Greenbone AG
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#

pontos/version/schemes/_scheme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Greenbone Networks GmbH
1+
# Copyright (C) 2023 Greenbone AG
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#

pontos/version/schemes/_semantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Greenbone Networks GmbH
1+
# Copyright (C) 2023 Greenbone AG
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "pontos"
33
version = "26.4.4.dev1"
4-
description = "Common utilities and tools maintained by Greenbone Networks"
4+
description = "Common utilities and tools maintained by Greenbone AG"
55
authors = ["Greenbone AG <info@greenbone.net>"]
66
license = "GPL-3.0-or-later"
77
readme = "README.md"

tests/updateheader/test_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def test_update_header_ok_in_file(self, mock_stdout):
436436
)
437437

438438
def test_cleanup_file(self):
439-
test_content = """# Copyright (C) 2021-2022 Greenbone Networks GmbH
439+
test_content = """# Copyright (C) 2021-2022 Greenbone AG
440440
#
441441
# SPDX-License-Identifier: GPL-3.0-or-later
442442
#

tests/version/commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Greenbone Networks GmbH
1+
# Copyright (C) 2023 Greenbone AG
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#

tests/version/schemes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Greenbone Networks GmbH
1+
# Copyright (C) 2023 Greenbone AG
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#

0 commit comments

Comments
 (0)