GUACAMOLE-1298: Automatically generate LICENSE and NOTICE files.

This commit is contained in:
Michael Jumper
2021-03-27 14:48:27 -07:00
parent b2845ebc4b
commit 6c8a699faa
285 changed files with 5187 additions and 7637 deletions

View File

@@ -0,0 +1,43 @@
# Notices for Eclipse Jakarta Bean Validation
This content is produced and maintained by the Eclipse Jakarta Bean Validation
project.
* Project home: https://projects.eclipse.org/projects/ee4j.bean-validation
## Trademarks
Jakarta Bean Validation is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.
## Declared Project Licenses
This program and the accompanying materials are made available under the terms
of the Apache License, Version 2.0 which is available at
https://www.apache.org/licenses/LICENSE-2.0.
SPDX-License-Identifier: Apache-2.0
## Source Code
The project maintains the following source code repositories:
* [The specification repository](https://github.com/eclipse-ee4j/beanvalidation-spec)
* [The API repository](https://github.com/eclipse-ee4j/beanvalidation-api)
* [The TCK repository](https://github.com/eclipse-ee4j/beanvalidation-tck)
## Third-party Content
This project leverages the following third party content.
Test dependencies:
* [TestNG](https://github.com/cbeust/testng) - Apache License 2.0
* [JCommander](https://github.com/cbeust/jcommander) - Apache License 2.0
* [SnakeYAML](https://bitbucket.org/asomov/snakeyaml/src) - Apache License 2.0