occam-open-cli 5.0.177 → 5.0.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,16 +83,16 @@ Automation is thanks to [npm scripts](https://docs.npmjs.com/misc/scripts), have
|
|
|
83
83
|
|
|
84
84
|
Copyright 2016-2023 James Smith
|
|
85
85
|
|
|
86
|
-
Licensed under the Apache License, Version 2.0 and Anti-996 License (the "
|
|
86
|
+
Licensed under the Apache License, Version 2.0 and Anti-996 License (collectively the "License"); you may not use this software except in compliance with the License and subject to the terms laid out after this notice. A copy of the License can be found at the following URL:
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
https://github.com/djalbat/occam/blob/master/license.txt
|
|
89
89
|
|
|
90
90
|
Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses.
|
|
91
91
|
|
|
92
92
|
### Terms
|
|
93
93
|
|
|
94
94
|
* The Open-CLI tool is **not** free software.
|
|
95
|
-
* It can be used *only for personal use and if not for profit*, otherwise you must contact the author
|
|
95
|
+
* It can be used *only for personal use and if not for profit*, otherwise you must contact the author.
|
|
96
96
|
* You cannot re-use the source code for any reason, even if only for personal use and if not for profit; or even if you have paid to use it otherwise.
|
|
97
97
|
|
|
98
98
|
## Contact
|
package/package.json
CHANGED