Skip to content

Commit

Permalink
Update copyright year (fixes #1514.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Aug 22, 2020
1 parent 96acb62 commit 423d758
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/packagedcode/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2006-2019 by the respective authors (see AUTHORS file).
Copyright (c) 2006-2020 by the respective authors (see AUTHORS file).
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/packagedcode/pygments/lexers/ruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Lexers for Ruby and related languages.
:copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

Expand Down
2 changes: 1 addition & 1 deletion src/packagedcode/tests/test_ruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Basic RubyLexer Test
~~~~~~~~~~~~~~~~~~~~
:copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

Expand Down

0 comments on commit 423d758

Please sign in to comment.