Skip to content

Commit

Permalink
Added issue tracking details to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bentasker committed Nov 11, 2014
1 parent f750afb commit aa55901
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,21 @@ developed plugins.



Issue Tracking
---------------

The project is managed within a private JIRA instance, however a HTML mirror of issues/features is maintained at http://projects.bentasker.co.uk/jira_projects/browse/PHPCRED.html

If you think you've found a bug, or want to ask a question, send an email to phpcredlocker **AT** bentasker.co.uk




Why the AGPL?
---------------

As a rule, I release most software under the GNU GPL V2 (or sometimes 3), PHPCredlocker is different however.

Given the intended use-case of CredLocker, it's not the operator who is 'at risk'. It's those who own the systems/sites that the stored credentials allow access to. Therefore, it's only right that they at least be given opportunity to inspect the source of the system holding their credentials.

The AGPL works in exactly the same way as the GPL, but with an additional caveat - If you're running CredLocker as a web service, the users must be able to download a copy of the source.
The AGPL works in exactly the same way as the GPL, but with an additional caveat - If you're running CredLocker as a web service, the users must be able to download a copy of the source.

0 comments on commit aa55901

Please sign in to comment.