| [//]: # " Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved. " | |
| [//]: # " " | |
| [//]: # " This program and the accompanying materials are made available under the " | |
| [//]: # " terms of the Eclipse Public License v. 2.0, which is available at " | |
| [//]: # " http://www.eclipse.org/legal/epl-2.0. " | |
| [//]: # " " | |
| [//]: # " This Source Code may also be made available under the following Secondary " | |
| [//]: # " Licenses when the conditions for such availability set forth in the " | |
| [//]: # " Eclipse Public License v. 2.0 are satisfied: GNU General Public License, " | |
| [//]: # " version 2 with the GNU Classpath Exception, which is available at " | |
| [//]: # " https://www.gnu.org/software/classpath/license.html. " | |
| [//]: # " " | |
| [//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 " | |
| [](https://www.eclipse.org/legal/epl-2.0/) | |
| [](https://www.gnu.org/software/classpath/license.html) | |
| ### About CI/CD Scripts | |
| This branch is solely designed for keeping, storing and updating of special scripts which are not a part of the Jersey project. | |
| Scripts are used in CI/CD jobs on Eclipse's Infra dedicated to Jersey. Or scripts can only be backed up in this branch and do not | |
| affect CI/CD jobs on the mentionned Infra. Helper tools are also stored here. | |
| ### Licensing and Governance | |
| Jersey is licensed under a dual license - [EPL 2.0 and GPL 2.0 with Class-path Exception](LICENSE.md). | |
| That means you can choose which one of the two suits your needs better and use it under those terms. | |
| We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under | |
| the terms of [ECA][eca]. | |
| ### More Information on Jersey | |
| See the [Jersey website][jersey-web] to access Jersey documentation. If you run into any issues or have questions, | |
| ask at [jersey-dev@eclipse.org][jersey-users] (need to [subscribe][jersey-users-subscribe] first), | |
| [StackOverflow][jersey-so] or file an issue on [Jersey GitHub Project][jersey-issues]. | |
| You can follow us on [Twitter][jersey-twitter], too. | |
| [eca]: http://www.eclipse.org/legal/ECA.php | |
| [jersey-api]: https://jersey.github.io/apidocs/latest/jersey/index.html | |
| [jersey-issues]: https://github.com/eclipse-ee4j/jersey/issues | |
| [jersey-so]: http://stackoverflow.com/questions/tagged/jersey | |
| [jersey-users]: mailto:jersey-dev@eclipse.org | |
| [jersey-users-subscribe]: https://accounts.eclipse.org/mailing-list/jersey-dev | |
| [jersey-web]: https://projects.eclipse.org/projects/ee4j.jersey | |
| [jersey-twitter]: https://twitter.com/gf_jersey |