Skip to content

Commit c609d2d

Browse files
authored
Merge pull request #1590 from Bastian-Krause/bst/copyright-2025
Extend copyright period to 2025
2 parents f81f479 + f484eb3 commit c609d2d

16 files changed

+30
-36
lines changed

CHANGES.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 24.1 (Unreleased)
1+
Release 25.0 (Unreleased)
22
-------------------------
33
As announced
44
`before <https://github.com/labgrid-project/labgrid/discussions/1467#discussioncomment-10314852>`_,
@@ -14,25 +14,25 @@ That's why labgrid moves to gRPC with this release. gRPC is a well maintained
1414
RPC framework with a lot of users. As a side effect, the message transfer is
1515
more performant and the import times are shorter.
1616

17-
New Features in 24.1
17+
New Features in 25.0
1818
~~~~~~~~~~~~~~~~~~~~
1919
- All components can be installed into the same virtualenv again.
2020
- The `QEMUDriver` now supports setting the ``display`` option to
2121
``qemu-default``, which will neither set the QEMU ``-display`` option
2222
or pass along ``-nographic``.
2323

24-
Bug fixes in 24.1
24+
Bug fixes in 25.0
2525
~~~~~~~~~~~~~~~~~
2626

2727
FIXME
2828

29-
Breaking changes in 24.1
29+
Breaking changes in 25.0
3030
~~~~~~~~~~~~~~~~~~~~~~~~
3131
Maintaining support for both crossbar/autobahn as well as gRPC in labgrid would
3232
be a lot of effort due to the different architectures of those frameworks.
3333
Therefore, a hard migration to gRPC is deemed the lesser issue.
3434

35-
Due to the migration, 24.1 includes the following breaking changes:
35+
Due to the migration, 25.0 includes the following breaking changes:
3636

3737
- The labgrid environment config option ``crossbar_url`` was renamed to
3838
``coordinator_address``. The environment variable ``LG_CROSSBAR`` was renamed
@@ -51,7 +51,7 @@ Other breaking changes include:
5151
removed) xdrlib. See
5252
`issue #1507 <https://github.com/labgrid-project/labgrid/issues/1507>`_.
5353

54-
Known issues in 24.1
54+
Known issues in 25.0
5555
~~~~~~~~~~~~~~~~~~~~
5656

5757
FIXME

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
labgrid (24.1.0) UNRELEASED; urgency=low
1+
labgrid (25.0.0) UNRELEASED; urgency=low
22

33
* See https://github.com/labgrid-project/labgrid/blob/master/CHANGES.rst
44

5-
-- Bastian Krause <[email protected]> Tue, 13 Aug 2024 12:23:25 +0200
5+
-- Bastian Krause <[email protected]> Fri, 21 Jan 2024 10:43:45 +0100
66

77
labgrid (24.0.0) UNRELEASED; urgency=low
88

debian/copyright

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Upstream-Name: labgrid
33
Source: https://github.com/labgrid-project/labgrid
44

55
Files: *
6-
Copyright: Copyright (C) 2016-2024 Pengutronix, Jan Luebbe <[email protected]>
7-
Copyright (C) 2016-2024 Pengutronix, Rouven Czerwinski <[email protected]>
6+
Copyright: Copyright (C) 2016-2025 Pengutronix, Jan Luebbe <[email protected]>
7+
Copyright (C) 2016-2025 Pengutronix, Rouven Czerwinski <[email protected]>
88
License: LGPL-2.1+
99

1010
Files: man/*
11-
Copyright: Copyright (C) 2016-2024 Pengutronix
11+
Copyright: Copyright (C) 2016-2025 Pengutronix
1212
License: LGPL-2.1+
1313

1414
License: LGPL-2.1+

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
# General information about the project.
5959
project = 'labgrid'
60-
copyright = '2016-2024 Pengutronix, Jan Luebbe and Rouven Czerwinski'
60+
copyright = '2016-2025 Pengutronix, Jan Luebbe and Rouven Czerwinski'
6161
author = 'Jan Luebbe, Rouven Czerwinski'
6262

6363
# The version info for the project you're documenting, acts as replacement for

man/labgrid-client.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "LABGRID-CLIENT" "1" "2017-04-15" "0.0.1" "embedded testing"
30+
.TH "LABGRID-CLIENT" "1" "" "0.0.1" "embedded testing"
3131
.SH NAME
3232
labgrid-client \- labgrid-client interface to control boards
3333
.SH SYNOPSIS
@@ -291,7 +291,7 @@ Rouven Czerwinski <[email protected]>
291291

292292
Organization: Labgrid-Project
293293
.SH COPYRIGHT
294-
Copyright (C) 2016-2017 Pengutronix. This library is free software;
294+
Copyright (C) 2016-2025 Pengutronix. This library is free software;
295295
you can redistribute it and/or modify it under the terms of the GNU
296296
Lesser General Public License as published by the Free Software
297297
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-client.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ labgrid-client interface to control boards
77

88
:Author: Rouven Czerwinski <[email protected]>
99
:organization: Labgrid-Project
10-
:Date: 2017-04-15
11-
:Copyright: Copyright (C) 2016-2017 Pengutronix. This library is free software;
10+
:Copyright: Copyright (C) 2016-2025 Pengutronix. This library is free software;
1211
you can redistribute it and/or modify it under the terms of the GNU
1312
Lesser General Public License as published by the Free Software
1413
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-coordinator.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "LABGRID-COORDINATOR" "1" "2024-08-06" "0.0.1" "embedded testing"
30+
.TH "LABGRID-COORDINATOR" "1" "" "0.0.1" "embedded testing"
3131
.SH NAME
3232
labgrid-coordinator \- labgrid-coordinator managing labgrid resources and places
3333
.SH SYNOPSIS
@@ -61,7 +61,7 @@ Rouven Czerwinski <[email protected]>
6161

6262
Organization: Labgrid-Project
6363
.SH COPYRIGHT
64-
Copyright (C) 2016-2024 Pengutronix. This library is free software;
64+
Copyright (C) 2016-2025 Pengutronix. This library is free software;
6565
you can redistribute it and/or modify it under the terms of the GNU
6666
Lesser General Public License as published by the Free Software
6767
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-coordinator.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ labgrid-coordinator managing labgrid resources and places
88

99
:Author: Rouven Czerwinski <[email protected]>
1010
:organization: Labgrid-Project
11-
:Date: 2024-08-06
12-
:Copyright: Copyright (C) 2016-2024 Pengutronix. This library is free software;
11+
:Copyright: Copyright (C) 2016-2025 Pengutronix. This library is free software;
1312
you can redistribute it and/or modify it under the terms of the GNU
1413
Lesser General Public License as published by the Free Software
1514
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-device-config.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "LABGRID-DEVICE-CONFIG" "5" "2017-04-15" "0.0.1" "embedded testing"
30+
.TH "LABGRID-DEVICE-CONFIG" "5" "" "0.0.1" "embedded testing"
3131
.SH NAME
3232
labgrid-device-config \- labgrid test configuration files
3333
.SH SYNOPSIS
@@ -252,7 +252,7 @@ Rouven Czerwinski <[email protected]>
252252

253253
Organization: Labgrid-Project
254254
.SH COPYRIGHT
255-
Copyright (C) 2016-2024 Pengutronix. This library is free software;
255+
Copyright (C) 2016-2025 Pengutronix. This library is free software;
256256
you can redistribute it and/or modify it under the terms of the GNU
257257
Lesser General Public License as published by the Free Software
258258
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-device-config.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ labgrid test configuration files
88

99
:Author: Rouven Czerwinski <[email protected]>
1010
:organization: Labgrid-Project
11-
:Date: 2017-04-15
12-
:Copyright: Copyright (C) 2016-2024 Pengutronix. This library is free software;
11+
:Copyright: Copyright (C) 2016-2025 Pengutronix. This library is free software;
1312
you can redistribute it and/or modify it under the terms of the GNU
1413
Lesser General Public License as published by the Free Software
1514
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-exporter.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "LABGRID-EXPORTER" "1" "2017-04-15" "0.0.1" "embedded testing"
30+
.TH "LABGRID-EXPORTER" "1" "" "0.0.1" "embedded testing"
3131
.SH NAME
3232
labgrid-exporter \- labgrid-exporter interface to control boards
3333
.SH SYNOPSIS
@@ -133,7 +133,7 @@ Rouven Czerwinski <[email protected]>
133133

134134
Organization: Labgrid-Project
135135
.SH COPYRIGHT
136-
Copyright (C) 2016-2024 Pengutronix. This library is free software;
136+
Copyright (C) 2016-2025 Pengutronix. This library is free software;
137137
you can redistribute it and/or modify it under the terms of the GNU
138138
Lesser General Public License as published by the Free Software
139139
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-exporter.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ labgrid-exporter interface to control boards
88

99
:Author: Rouven Czerwinski <[email protected]>
1010
:organization: Labgrid-Project
11-
:Date: 2017-04-15
12-
:Copyright: Copyright (C) 2016-2024 Pengutronix. This library is free software;
11+
:Copyright: Copyright (C) 2016-2025 Pengutronix. This library is free software;
1312
you can redistribute it and/or modify it under the terms of the GNU
1413
Lesser General Public License as published by the Free Software
1514
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-pytest.7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "LABGRID-PYTEST" "7" "2017-04-15" "0.0.1" "embedded testing"
30+
.TH "LABGRID-PYTEST" "7" "" "0.0.1" "embedded testing"
3131
.SH NAME
3232
labgrid-pytest \- labgrid-pytest labgrid integration for pytest
3333
.SH SYNOPSIS
@@ -62,7 +62,7 @@ Rouven Czerwinski <[email protected]>
6262

6363
Organization: Labgrid-Project
6464
.SH COPYRIGHT
65-
Copyright (C) 2016-2024 Pengutronix. This library is free software;
65+
Copyright (C) 2016-2025 Pengutronix. This library is free software;
6666
you can redistribute it and/or modify it under the terms of the GNU
6767
Lesser General Public License as published by the Free Software
6868
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-pytest.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ labgrid-pytest labgrid integration for pytest
77

88
:Author: Rouven Czerwinski <[email protected]>
99
:organization: Labgrid-Project
10-
:Date: 2017-04-15
11-
:Copyright: Copyright (C) 2016-2024 Pengutronix. This library is free software;
10+
:Copyright: Copyright (C) 2016-2025 Pengutronix. This library is free software;
1211
you can redistribute it and/or modify it under the terms of the GNU
1312
Lesser General Public License as published by the Free Software
1413
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-suggest.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "LABGRID-SUGGEST" "1" "2021-05-20" "0.0.1" "embedded testing"
30+
.TH "LABGRID-SUGGEST" "1" "" "0.0.1" "embedded testing"
3131
.SH NAME
3232
labgrid-suggest \- labgrid-suggest generator for YAML config files
3333
.SH SYNOPSIS
@@ -86,7 +86,7 @@ USBSerialPort:
8686

8787
Organization: Labgrid-Project
8888
.SH COPYRIGHT
89-
Copyright (C) 2016-2024 Pengutronix. This library is free software;
89+
Copyright (C) 2016-2025 Pengutronix. This library is free software;
9090
you can redistribute it and/or modify it under the terms of the GNU
9191
Lesser General Public License as published by the Free Software
9292
Foundation; either version 2.1 of the License, or (at your option)

man/labgrid-suggest.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ labgrid-suggest generator for YAML config files
77

88

99
:organization: Labgrid-Project
10-
:Date: 2021-05-20
11-
:Copyright: Copyright (C) 2016-2024 Pengutronix. This library is free software;
10+
:Copyright: Copyright (C) 2016-2025 Pengutronix. This library is free software;
1211
you can redistribute it and/or modify it under the terms of the GNU
1312
Lesser General Public License as published by the Free Software
1413
Foundation; either version 2.1 of the License, or (at your option)

0 commit comments

Comments
 (0)