Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Commit b8a4751

Browse files
committed
Update year to 2016
1 parent f8a86a7 commit b8a4751

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parts of this file were adapted from
22
# GitHub’s collection of .gitignore file templates
3-
# which are Copyright (c) 2014 GitHub, Inc.
3+
# which are Copyright (c) 2016 GitHub, Inc.
44
# and released under the MIT License.
55
# For more details, visit the project page:
66
# https://github.com/github/gitignore

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Evan Sosenko
3+
Copyright (c) 2016 Evan Sosenko
44

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

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ makenew () {
4545

4646
find_replace "s/CoffeeScript Package Skeleton/${mk_title}/g"
4747
find_replace "s/CoffeeScript package skeleton\./${mk_description}/g"
48-
find_replace "s/2015 Evan Sosenko/${mk_year} ${mk_owner}/g"
48+
find_replace "s/2016 Evan Sosenko/${mk_year} ${mk_owner}/g"
4949
find_replace "s/Evan Sosenko/${mk_author}/g"
5050
find_replace "s/razorx@evansosenko\.com/${mk_email}/g"
5151
find_replace "s/makenew\/coffeescript-package/${mk_user}\/${mk_project}/g"

0 commit comments

Comments
 (0)