diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..4a86f0b --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,103 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: OrientDB +Upstream-Contact: orientdb_enquiries@sap.com +Source: https://github.com/orientechnologies/orientdb +Disclaimer: The code in this project may include calls to APIs ("API Calls") of + SAP or third-party products or services developed outside of this project + ("External Products"). + "APIs" means application programming interfaces, as well as their respective + specifications and implementing code that allows software to communicate with + other software. + API Calls to External Products are not licensed under the open source license + that governs this project. The use of such API Calls and related External + Products are subject to applicable additional agreements with the relevant + provider of the External Products. In no event shall the open source license + that governs this project grant any rights in or to any External Products,or + alter, expand or supersede any terms of the applicable additional agreements. + If you have a valid license agreement with SAP for the use of a particular SAP + External Product, then you may make use of any API Calls included in this + project's code for that SAP External Product, subject to the terms of such + license agreement. If you do not have a valid license agreement for the use of + a particular SAP External Product, then you may only make use of any API Calls + in this project for that SAP External Product for your internal, non-productive + and non-commercial test and evaluation of such API Calls. Nothing herein grants + you any rights to use or access any SAP External Product, or provide any third + parties the right to use of access any SAP External Product, through API Calls. + + +Files: package-lock.json +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: package.json +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: bin/* +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: lib/* +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: test/* +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: example/* +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: ci/* +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: typescript/* +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: CONTRIBUTING.md +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: README.md +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: CHANGELOG.md +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: .gitignore +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: license.txt +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: .gitattributes +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: .jshintrc +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: .jshintignore +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: .npmignore +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: conf.json +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + +Files: .github/* +Copyright: 2022 SAP SE or an SAP affiliate company and OrientDB enteprise agent contributors +License: Apache-2.0 + diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 0000000..2f29b1e --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,13 @@ +# Copyright 2014 codemix ltd. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.