Skip to content

Commit

Permalink
Update year to 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 18, 2016
1 parent 0216c8c commit 9b3e844
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright © 2015 Evan Sosenko
Copyright © 2016 Evan Sosenko
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ This software can be used freely, see [The Unlicense].
The copyright text appearing below and elsewhere in this repository
is for demonstration purposes only and does not apply to this software.

This work is Copyright © 2015 Evan Sosenko.
This work is Copyright © 2016 Evan Sosenko.

## Warranty

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keywords": [
"latex"
],
"license": "Copyright 2015 Evan Sosenko",
"license": "Copyright 2016 Evan Sosenko",
"homepage": "https://github.com/makenew/latex-project",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion makenew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ makenew () {

find_replace "s/LaTeX Project Skeleton/${mk_title}/g"
find_replace "s/LaTeX project skeleton\./${mk_description}/g"
find_replace "s/2015 Evan Sosenko/${mk_year} ${mk_owner}/g"
find_replace "s/2016 Evan Sosenko/${mk_year} ${mk_owner}/g"
find_replace "s/Evan Sosenko/${mk_author}/g"
find_replace "s/razorx@evansosenko\.com/${mk_email}/g"
find_replace "s/makenew\/latex-project/${mk_user}\/${mk_project}/g"
Expand Down

0 comments on commit 9b3e844

Please sign in to comment.