This repository was archived by the owner on Dec 14, 2018. 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 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
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015 Evan Sosenko
3+ Copyright (c) 2016 Evan Sosenko
44
55Permission is hereby granted, free of charge, to any person obtaining a copy of
66this 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 () {
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"
You can’t perform that action at this time.
0 commit comments