Skip to content

Commit 3fbe5d7

Browse files
committed
Update copyright headers for 2024
1 parent 84d0f0d commit 3fbe5d7

File tree

157 files changed

+160
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+160
-158
lines changed

container/perf-measurement/container_perf_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2012-2023 Forschungszentrum Jülich GmbH
1+
# Copyright © 2012-2024 Forschungszentrum Jülich GmbH
22
# SPDX-License-Identifier: LGPL-3.0-or-later
33
import argparse
44
import logging

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2012-2023 Forschungszentrum Jülich GmbH
1+
# Copyright © 2012-2024 Forschungszentrum Jülich GmbH
22
# SPDX-License-Identifier: LGPL-3.0-or-later
33
# Configuration file for the Sphinx documentation builder.
44
#

examples/example1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22

3-
# Copyright © 2012-2023 Forschungszentrum Jülich GmbH
3+
# Copyright © 2012-2024 Forschungszentrum Jülich GmbH
44
# SPDX-License-Identifier: LGPL-3.0-or-later
55
import pathlib
66
import sys

examples/example2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22

3-
# Copyright © 2012-2023 Forschungszentrum Jülich GmbH
3+
# Copyright © 2012-2024 Forschungszentrum Jülich GmbH
44
# SPDX-License-Identifier: LGPL-3.0-or-later
55
import pathlib
66
import sys

examples/example3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22

3-
# Copyright © 2012-2023 Forschungszentrum Jülich GmbH
3+
# Copyright © 2012-2024 Forschungszentrum Jülich GmbH
44
# SPDX-License-Identifier: LGPL-3.0-or-later
55
import pathlib
66
import sys

examples/example4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22

3-
# Copyright © 2012-2023 Forschungszentrum Jülich GmbH
3+
# Copyright © 2012-2024 Forschungszentrum Jülich GmbH
44
# SPDX-License-Identifier: LGPL-3.0-or-later
55
import pathlib
66
import sys

examples/example5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22

3-
# Copyright © 2012-2023 Forschungszentrum Jülich GmbH
3+
# Copyright © 2012-2024 Forschungszentrum Jülich GmbH
44
# SPDX-License-Identifier: LGPL-3.0-or-later
55
import pathlib
66
import sys

libcommon/src/Unreachable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2012-2023 Forschungszentrum Jülich GmbH
1+
// Copyright © 2012-2024 Forschungszentrum Jülich GmbH
22
// SPDX-License-Identifier: LGPL-3.0-or-later
33

44
#ifndef UNREACHABLE

libcommon/src/Visitor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2012-2023 Forschungszentrum Jülich GmbH
1+
// Copyright © 2012-2024 Forschungszentrum Jülich GmbH
22
// SPDX-License-Identifier: LGPL-3.0-or-later
33
#pragma once
44

libjupedsim/include/jupedsim/jupedsim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright © 2012-2023 Forschungszentrum Jülich GmbH */
1+
/* Copyright © 2012-2024 Forschungszentrum Jülich GmbH */
22
/* SPDX-License-Identifier: LGPL-3.0-or-later */
33
#pragma once
44

0 commit comments

Comments
 (0)