Skip to content

Commit eccfe03

Browse files
committed
add go 1.16 to travis, and update copyright
1 parent ebf0c92 commit eccfe03

File tree

22 files changed

+22
-21
lines changed

22 files changed

+22
-21
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ go:
1818
- 1.13.x
1919
- 1.14.x
2020
- 1.15.x
21+
- 1.16.x
2122

2223
notifications:
2324
email: false

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Modify the SSH daemon configuration +/etc/ssh/sshd_config+ by adding:
6868
Copying
6969
-------
7070
71-
Copyright (C) 2015-2020 CEA/DAM/DIF
71+
Copyright (C) 2015-2021 CEA/DAM/DIF
7272
7373
sshproxy is distributed under the CeCILL-B, a French transposition of the BSD
7474
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-2020 CEA/DAM/DIF
1+
// Copyright 2015-2021 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-2020 CEA/DAM/DIF
1+
// Copyright 2015-2021 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-2020 CEA/DAM/DIF
1+
// Copyright 2015-2021 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-2020 CEA/DAM/DIF
1+
// Copyright 2015-2021 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-2020 CEA/DAM/DIF
1+
// Copyright 2015-2021 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-2020 CEA/DAM/DIF
1+
// Copyright 2015-2021 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-2020 CEA/DAM/DIF. Free use of this software is granted
52+
Copyright (C) 2015-2021 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-2020 CEA/DAM/DIF. Free use of this software is granted
62+
Copyright (C) 2015-2021 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:

0 commit comments

Comments
 (0)