This repository was archived by the owner on Feb 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Parts of this file were adapted from
2
2
# GitHub’s collection of .gitignore file templates
3
- # which are Copyright (c) 2014 GitHub, Inc.
3
+ # which are Copyright (c) 2016 GitHub, Inc.
4
4
# and released under the MIT License.
5
5
# For more details, visit the project page:
6
6
# https://github.com/github/gitignore
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015 Evan Sosenko
3
+ Copyright (c) 2016 Evan Sosenko
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ makenew () {
45
45
46
46
find_replace " s/CoffeeScript Package Skeleton/${mk_title} /g"
47
47
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"
49
49
find_replace " s/Evan Sosenko/${mk_author} /g"
50
50
find_replace " s/razorx@evansosenko\.com/${mk_email} /g"
51
51
find_replace " s/makenew\/coffeescript-package/${mk_user} \/${mk_project} /g"
You can’t perform that action at this time.
0 commit comments