Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Nov 7, 2021
1 parent 14a38b9 commit 3b6972f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion shellcheck.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ long list of wonderful contributors.

# COPYRIGHT

Copyright 2012-2019, Vidar Holen and contributors.
Copyright 2012-2021, Vidar Holen and contributors.
Licensed under the GNU General Public License version 3 or later,
see https://gnu.org/licenses/gpl.html

Expand Down
2 changes: 1 addition & 1 deletion src/ShellCheck/ASTLib.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-
Copyright 2012-2019 Vidar Holen
Copyright 2012-2021 Vidar Holen
This file is part of ShellCheck.
https://www.shellcheck.net
Expand Down
2 changes: 1 addition & 1 deletion src/ShellCheck/Analytics.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-
Copyright 2012-2019 Vidar Holen
Copyright 2012-2021 Vidar Holen
This file is part of ShellCheck.
https://www.shellcheck.net
Expand Down
2 changes: 1 addition & 1 deletion src/ShellCheck/AnalyzerLib.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-
Copyright 2012-2019 Vidar Holen
Copyright 2012-2021 Vidar Holen
This file is part of ShellCheck.
https://www.shellcheck.net
Expand Down
2 changes: 1 addition & 1 deletion src/ShellCheck/Checker.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-
Copyright 2012-2019 Vidar Holen
Copyright 2012-2020 Vidar Holen
This file is part of ShellCheck.
https://www.shellcheck.net
Expand Down
2 changes: 1 addition & 1 deletion src/ShellCheck/Checks/Commands.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-
Copyright 2012-2019 Vidar Holen
Copyright 2012-2021 Vidar Holen
This file is part of ShellCheck.
https://www.shellcheck.net
Expand Down
2 changes: 1 addition & 1 deletion src/ShellCheck/Checks/ShellSupport.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-
Copyright 2012-2016 Vidar Holen
Copyright 2012-2020 Vidar Holen
This file is part of ShellCheck.
https://www.shellcheck.net
Expand Down
2 changes: 1 addition & 1 deletion src/ShellCheck/Parser.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-
Copyright 2012-2019 Vidar Holen
Copyright 2012-2021 Vidar Holen
This file is part of ShellCheck.
https://www.shellcheck.net
Expand Down

0 comments on commit 3b6972f

Please sign in to comment.