Skip to content

Commit 5711473

Browse files
committed
Added license to README
1 parent a5e5f41 commit 5711473

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,3 +549,32 @@ Managing the permissions rule set
549549

550550
``has_perm(name, user=None, obj=None)``
551551
Tests the rule with the given name. See ``RuleSet.test_rule``.
552+
553+
554+
Licence
555+
=======
556+
557+
``django-rules`` is distributed under the MIT licence.
558+
559+
Copyright (c) 2014 Akis Kesoglou
560+
561+
Permission is hereby granted, free of charge, to any person
562+
obtaining a copy of this software and associated documentation
563+
files (the "Software"), to deal in the Software without
564+
restriction, including without limitation the rights to use,
565+
copy, modify, merge, publish, distribute, sublicense, and/or sell
566+
copies of the Software, and to permit persons to whom the
567+
Software is furnished to do so, subject to the following
568+
conditions:
569+
570+
The above copyright notice and this permission notice shall be
571+
included in all copies or substantial portions of the Software.
572+
573+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
574+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
575+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
576+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
577+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
578+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
579+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
580+
OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)