Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 4c30ecb

Browse files
committed
Update license dates
1 parent a5c1f1f commit 4c30ecb

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Stefan Fischer
3+
Copyright (c) 2017–2021 Stefan Fischer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cmd/count/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Stefan Fischer
1+
// Copyright (c) 2017–2021 Stefan Fischer
22
// Use of this code is governed by the MIT license, which can be found in the LICENSE file.
33

44
package main

cmd/norm/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Stefan Fischer
1+
// Copyright (c) 2017–2021 Stefan Fischer
22
// Use of this code is governed by the MIT license, which can be found in the LICENSE file.
33

44
package main

cmd/rows/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Stefan Fischer
1+
// Copyright (c) 2017–2021 Stefan Fischer
22
// Use of this code is governed by the MIT license, which can be found in the LICENSE file.
33

44
package main

cmd/text/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Stefan Fischer
1+
// Copyright (c) 2017–2021 Stefan Fischer
22
// Use of this code is governed by the MIT license, which can be found in the LICENSE file.
33

44
package main

cmd/trim/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Stefan Fischer
1+
// Copyright (c) 2017–2021 Stefan Fischer
22
// Use of this code is governed by the MIT license, which can be found in the LICENSE file.
33

44
package main

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Stefan Fischer
1+
// Copyright (c) 2017–2021 Stefan Fischer
22
// Use of this code is governed by the MIT license, which can be found in the LICENSE file.
33

44
// Package datautils is a collection of handy text manipulation tools.

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Stefan Fischer
1+
// Copyright (c) 2017–2021 Stefan Fischer
22
// Use of this code is governed by the MIT license, which can be found in the LICENSE file.
33

44
package datautils
@@ -31,7 +31,7 @@ func DefaultApp(version, date, goVersion string) *cli.App {
3131
app := cli.NewApp()
3232
dateTime := ParseRFCDate(date).Format("2006-01-02")
3333
app.Version = fmt.Sprintf("%s (%s, %s)", version, dateTime, goVersion)
34-
app.Copyright = "Copyright (c) 2017 Stefan Fischer"
34+
app.Copyright = "Copyright (c) 2017–2021 Stefan Fischer"
3535
app.Author = "Stefan Fischer"
3636
app.Email = "sfischer13@ymail.com"
3737
app.HideHelp = true

man/md/norm.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Written by Stefan Fischer <sfischer13@ymail.com>.
5757

5858
# COPYRIGHT
5959

60-
Copyright © 2017 Stefan Fischer\
60+
Copyright © 2017–2021 Stefan Fischer\
6161
Licensed under the MIT License.
6262

6363
This is free software and there is NO WARRANTY.

man/md/rows.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Written by Stefan Fischer <sfischer13@ymail.com>.
7272

7373
# COPYRIGHT
7474

75-
Copyright © 2017 Stefan Fischer\
75+
Copyright © 2017–2021 Stefan Fischer\
7676
Licensed under the MIT License.
7777

7878
This is free software and there is NO WARRANTY.

man/md/trim.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Written by Stefan Fischer <sfischer13@ymail.com>.
5555

5656
# COPYRIGHT
5757

58-
Copyright © 2017 Stefan Fischer\
58+
Copyright © 2017–2021 Stefan Fischer\
5959
Licensed under the MIT License.
6060

6161
This is free software and there is NO WARRANTY.

0 commit comments

Comments
 (0)