Skip to content

Commit 51b1ef5

Browse files
committed
add AGPLv3 license info
1 parent c17eb73 commit 51b1ef5

File tree

2 files changed

+720
-3
lines changed

2 files changed

+720
-3
lines changed

README.md

+32-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# patronage-clj
1+
# patronage
22

33
[codesy](http://codesy.io) is a pay-what-you-want market for the open source community to encourage coders to fix important bugs.
44

@@ -12,7 +12,23 @@ You will need [Leiningen][1] 2.0 or above installed.
1212

1313
To generate a key pair and certificate for local development, run:
1414

15-
keytool -keystore codesykeystore -alias codesy -genkey -keyalg RSA
15+
$ keytool -keystore codesykeystore -alias codesy -genkey -keyalg RSA
16+
Enter keystore password: password
17+
What is your first and last name?
18+
[Unknown]: localhost
19+
What is the name of your organizational unit?
20+
[Unknown]:
21+
What is the name of your City or Locality?
22+
[Unknown]:
23+
What is the name of your State or Province?
24+
[Unknown]:
25+
What is the two-letter country code for this unit?
26+
[Unknown]:
27+
Is CN=localhost, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown correct?
28+
[no]: yes
29+
30+
Enter key password for <codesy>
31+
(RETURN if same as keystore password): password
1632

1733
The only mandatory response is to provide the fully qualified host name of the server at the "first and last name" prompt.
1834

@@ -22,4 +38,17 @@ To start a web server for the application, run:
2238

2339
## License
2440

25-
Copyright © 2013 FIXME
41+
Copyright © 2013 Edward Cho
42+
43+
This program is free software: you can redistribute it and/or modify
44+
it under the terms of the GNU Affero General Public License as
45+
published by the Free Software Foundation, either version 3 of the
46+
License, or (at your option) any later version.
47+
48+
This program is distributed in the hope that it will be useful,
49+
but WITHOUT ANY WARRANTY; without even the implied warranty of
50+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51+
GNU Affero General Public License for more details.
52+
53+
You should have received a copy of the GNU Affero General Public License
54+
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)