Skip to content

Commit

Permalink
update notice year
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Apr 9, 2021
1 parent 463a4ca commit 5afec4d
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
10 changes: 5 additions & 5 deletions core/core_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down Expand Up @@ -83,10 +83,10 @@ func Test_main(t *testing.T) {
defer serverListener.Close()

server := Server{
Listener: serverListener,
Dst: echoListener.Addr().String(),
Certificates: []tls.Certificate{cert},
Timeout: timeout,
Listener: serverListener,
Dst: echoListener.Addr().String(),
Certificates: []tls.Certificate{cert},
Timeout: timeout,
}
go server.ActiveAndServe()

Expand Down
2 changes: 1 addition & 1 deletion core/mode.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/sip003.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/smux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/tcp.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/tcp_android.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build android

// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/tcp_android_unix.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build linux android

// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/tcp_other.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build !android,!linux

// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/tcp_unix.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build linux,!android

// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion core/utils.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020, IrineSistiana
// Copyright (C) 2020-2021, IrineSistiana
//
// This file is part of simple-tls.
//
Expand Down

0 comments on commit 5afec4d

Please sign in to comment.