Skip to content

Commit 8d8faa2

Browse files
committed
Use the gemspec author for the LICENSE and copyright
1 parent c91cf56 commit 8d8faa2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/solidus_dev_support/templates/extension/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) <%= Time.now.year %> [name of plugin creator]
1+
Copyright (c) <%= Time.now.year %> <%= gemspec.authors.join ', ' %>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

lib/solidus_dev_support/templates/extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Please refer to the dedicated [page](https://github.com/solidusio/solidus/wiki/H
8888

8989
## License
9090

91-
Copyright (c) <%= Time.now.year %> [name of extension author], released under the New BSD License.
91+
Copyright (c) <%= Time.now.year %> <%= gemspec.authors.join ', ' %>, released under the New BSD License.

0 commit comments

Comments
 (0)