Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
453bc58f
Commit
453bc58f
authored
May 15, 2011
by
Duncan Coutts
Browse files
Fix formatting of cabal init BSD copyright declaration
parent
acef01fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Init/Licenses.hs
View file @
453bc58f
...
...
@@ -12,7 +12,7 @@ type License = String
bsd3
::
String
->
String
->
License
bsd3
authors
year
=
unlines
[
"Copyright (c)"
++
year
++
", "
++
authors
[
"Copyright (c)
"
++
year
++
", "
++
authors
,
""
,
"All rights reserved."
,
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment