Skip to content

Commit

Permalink
Remove year from license (#23)
Browse files Browse the repository at this point in the history
In an effort to be consistent with [curl, Rails, and others][1], we
remove the year from our license template. This ensures future projects
using this template aren't responsible for having to update the license
annually.

[1]: rails/rails#47467
  • Loading branch information
stevepolitodesign authored Aug 18, 2023
1 parent 1254618 commit 747ead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) <year> <you> and thoughtbot, inc.
Copyright (c) <you> and thoughtbot, inc.

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

0 comments on commit 747ead5

Please sign in to comment.