We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7355ef7 commit c996313Copy full SHA for c996313
src/Language/PureScript/Publish/ErrorsWarnings.hs
@@ -202,6 +202,12 @@ displayUserError e = case e of
202
[ "Note that distributing code without a license means that nobody "
203
, "will (legally) be able to use it."
204
])
205
+ , spacer
206
+ , para (concat
207
+ [ "It is also recommended to add a LICENSE file to the repository, "
208
+ , "including your name and the current year, although this is not "
209
+ , "necessary."
210
+ ])
211
]
212
MissingDependencies pkgs ->
213
let singular = NonEmpty.length pkgs == 1
0 commit comments