Skip to content

Commit 50c8564

Browse files
committed
Update copyright to 2024
1 parent 2d0609c commit 50c8564

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Modify the SSH daemon configuration +/etc/ssh/sshd_config+ by adding:
7070
Copying
7171
-------
7272
73-
Copyright (C) 2015-2023 CEA/DAM/DIF
73+
Copyright (C) 2015-2024 CEA/DAM/DIF
7474
7575
sshproxy is distributed under the CeCILL-B, a French transposition of the BSD
7676
license. See the included files +Licence_CeCILL-B_V1-en.txt+ (English version)

cmd/sshproxy-dumpd/sshproxy-dumpd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 CEA/DAM/DIF
1+
// Copyright 2015-2024 CEA/DAM/DIF
22
// Author: Arnaud Guignard <[email protected]>
33
// Contributor: Cyril Servant <[email protected]>
44
//

cmd/sshproxy-replay/sshproxy-replay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 CEA/DAM/DIF
1+
// Copyright 2015-2024 CEA/DAM/DIF
22
// Author: Arnaud Guignard <[email protected]>
33
// Contributor: Cyril Servant <[email protected]>
44
//

cmd/sshproxy/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 CEA/DAM/DIF
1+
// Copyright 2015-2024 CEA/DAM/DIF
22
// Author: Arnaud Guignard <[email protected]>
33
// Contributor: Cyril Servant <[email protected]>
44
//

cmd/sshproxy/recorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 CEA/DAM/DIF
1+
// Copyright 2015-2024 CEA/DAM/DIF
22
// Author: Arnaud Guignard <[email protected]>
33
// Contributor: Cyril Servant <[email protected]>
44
//

cmd/sshproxy/sshproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 CEA/DAM/DIF
1+
// Copyright 2015-2024 CEA/DAM/DIF
22
// Author: Arnaud Guignard <[email protected]>
33
// Contributor: Cyril Servant <[email protected]>
44
//

cmd/sshproxyctl/sshproxyctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 CEA/DAM/DIF
1+
// Copyright 2015-2024 CEA/DAM/DIF
22
// Author: Arnaud Guignard <[email protected]>
33
// Contributor: Cyril Servant <[email protected]>
44
//

doc/sshproxy-dumpd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Cyril Servant <[email protected]>.
4949

5050
COPYING
5151
-------
52-
Copyright (C) 2015-2023 CEA/DAM/DIF. Free use of this software is granted
52+
Copyright (C) 2015-2024 CEA/DAM/DIF. Free use of this software is granted
5353
under the term of the CeCILL-B license.
5454

5555
// vim:tw=78:ft=asciidoc:

doc/sshproxy-replay.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Cyril Servant <[email protected]>.
5959

6060
COPYING
6161
-------
62-
Copyright (C) 2015-2023 CEA/DAM/DIF. Free use of this software is granted
62+
Copyright (C) 2015-2024 CEA/DAM/DIF. Free use of this software is granted
6363
under the term of the CeCILL-B license.
6464

6565
// vim:tw=78:ft=asciidoc:

doc/sshproxy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Servant <[email protected]>.
5252

5353
COPYING
5454
-------
55-
Copyright (C) 2015-2023 CEA/DAM/DIF. Free use of this software is granted
55+
Copyright (C) 2015-2024 CEA/DAM/DIF. Free use of this software is granted
5656
under the term of the CeCILL-B license.
5757

5858
// vim:tw=78:ft=asciidoc:

0 commit comments

Comments
 (0)