Browse Source

chore: update README.md and LICENSE

Ahmad Kholid 2 years ago
parent
commit
af1ad734fa
2 changed files with 9 additions and 18 deletions
  1. 4 18
      LICENSE
  2. 5 0
      README.md

+ 4 - 18
LICENSE

@@ -1,21 +1,7 @@
-MIT License
+Source code in this repository is variously licensed under the GNU Affero General Public License (AGPL), or the Automa Commercial License (https://www.automa.site/license/commercial/).
 
-Copyright (c) 2021 Ahmad Kholid
+* Outside of the top-level "business" directory, source code in a given file is licensed under the AGPL.
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+* Within the the top-level "business" directory, source code in a given file is licensed under the Automa Commercial License, unless otherwise noted.
 
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+When built, binary files are generated for the AGPL source code and the Automa Commercial License source code. Binaries located at business.automa.site are released under the Automa Commercial License. Binaries located at all non-business paths are released under the AGPL.

+ 5 - 0
README.md

@@ -73,3 +73,8 @@ Thanks to everyone who has submitted issues, made suggestions, and generally hel
 <a href="https://github.com/kholid060/automa/graphs/contributors">
   <img src="https://contrib.rocks/image?repo=kholid060/automa" />
 </a>
+
+## License
+Source code in this repository is variously licensed under the GNU Affero General Public License (AGPL), or the [Automa Commercial License](https://www.automa.site/license/commercial/).
+
+See [LICENSE](./LICENSE) for details.