소스 검색

Update README.md

Daniel Gruno 5 년 전
부모
커밋
c81119bb2f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -54,3 +54,6 @@ To mark an event as private, simply prepend `private` as the first topic when yo
 Clients ACL is defined in `pypubsub_acl.yaml`. See the example ACL configuration for an example.
 Access is, again, defined with "highest common denominator" in mind, meaning access to topics is granted 
 to the specific topic group specified in the yaml and its sub-groups. Thus, if you grant access to `internal` and `foo` in one ACL segment, events pushed to `private/internal/foo` would be seen by that client, whereas pushes to `private/internal/bar` would not.
+
+## License
+PyPubSub is licensed under the Apache License v/2.