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
6403c58f
Commit
6403c58f
authored
Dec 19, 2009
by
Duncan Coutts
Browse files
Use the standard form of copyright statement in BSD3 license template
See
http://www.opensource.org/licenses/bsd-license.php
parent
03636cad
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Init/Licenses.hs
View file @
6403c58f
...
...
@@ -11,8 +11,8 @@ module Distribution.Client.Init.Licenses
type
License
=
String
bsd3
::
String
->
String
->
License
bsd3
s
y
=
unlines
[
"Copyright "
++
s
++
" "
++
y
bsd3
authors
year
=
unlines
[
"Copyright
(c)
"
++
year
++
"
,
"
++
authors
,
""
,
"All rights reserved."
,
""
...
...
@@ -27,7 +27,7 @@ bsd3 s y = unlines
,
" disclaimer in the documentation and/or other materials provided"
,
" with the distribution."
,
""
,
" * Neither the name of "
++
s
++
" nor the names of other"
,
" * Neither the name of "
++
author
s
++
" nor the names of other"
,
" contributors may be used to endorse or promote products derived"
,
" from this software without specific prior written permission."
,
""
...
...
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