Skip to content

Commit

Permalink
Update Copyright year to 2020
Browse files Browse the repository at this point in the history
This PR updates Copyright year to 2020.
  • Loading branch information
koic authored and bbatsov committed Feb 4, 2020
1 parent d67ba35 commit ba59350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2012-19 Bozhidar Batsov
Copyright (c) 2012-20 Bozhidar Batsov

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -213,5 +213,5 @@ RuboCop's changelog is available [here](CHANGELOG.md).

## Copyright

Copyright (c) 2012-2019 Bozhidar Batsov. See [LICENSE.txt](LICENSE.txt) for
Copyright (c) 2012-2020 Bozhidar Batsov. See [LICENSE.txt](LICENSE.txt) for
further details.
2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,7 +1,7 @@
site_name: "RuboCop: The Ruby Linter that Serves and Protects"
repo_url: https://github.com/rubocop-hq/rubocop
edit_uri: edit/master/manual/
copyright: "Copyright © 2012-2019 Bozhidar Batsov and RuboCop contributors"
copyright: "Copyright © 2012-2020 Bozhidar Batsov and RuboCop contributors"
docs_dir: manual
pages:
- Home: index.md
Expand Down

0 comments on commit ba59350

Please sign in to comment.