From bac5065453d76d15901d9ad29ede345d891d5e22 Mon Sep 17 00:00:00 2001 From: Cheng Li Date: Fri, 4 Feb 2022 15:50:37 +0100 Subject: [PATCH] add licence --- LICENSE | 8 ++++++++ README.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bafa6f8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,8 @@ +/* + * ---------------------------------------------------------------------------- + * "THE STAR-WARE LICENSE" (Revision 2022): + * wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If you think + * this stuff is worth it, you can give me a star in return. Cheng Li + * ---------------------------------------------------------------------------- + */ \ No newline at end of file diff --git a/README.md b/README.md index 9cef576..0d351ec 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ Example how to create NATS account, push to server, create user and delete the account from server in Java. # How to run it run the example [test](https://github.com/licheng5625/NATS-Create-Account-User/blob/master/src/test/java/natsTest/NatsCreateUserTest.java) + + +License +------- +This repo is available under the Star-ware license. + +If you think this stuff is worth it, you could give me a star in return.