We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91cf56 commit 8d8faa2Copy full SHA for 8d8faa2
2 files changed
lib/solidus_dev_support/templates/extension/LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) <%= Time.now.year %> [name of plugin creator]
+Copyright (c) <%= Time.now.year %> <%= gemspec.authors.join ', ' %>
2
All rights reserved.
3
4
Redistribution and use in source and binary forms, with or without modification,
lib/solidus_dev_support/templates/extension/README.md
@@ -88,4 +88,4 @@ Please refer to the dedicated [page](https://github.com/solidusio/solidus/wiki/H
88
89
## License
90
91
-Copyright (c) <%= Time.now.year %> [name of extension author], released under the New BSD License.
+Copyright (c) <%= Time.now.year %> <%= gemspec.authors.join ', ' %>, released under the New BSD License.
0 commit comments