Maxim Nesen | 21d14a9 | 2024-09-27 14:32:56 +0200 | [diff] [blame] | 1 | # Notice for Jersey
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 2 | This content is produced and maintained by the Eclipse Jersey project.
|
| 3 |
|
| 4 | * Project home: https://projects.eclipse.org/projects/ee4j.jersey
|
| 5 |
|
| 6 | ## Trademarks
|
| 7 | Eclipse Jersey is a trademark of the Eclipse Foundation.
|
| 8 |
|
| 9 | ## Copyright
|
| 10 |
|
| 11 | All content is the property of the respective authors or their employers. For
|
| 12 | more information regarding authorship of content, please consult the listed
|
| 13 | source code repository logs.
|
| 14 |
|
| 15 | ## Declared Project Licenses
|
| 16 |
|
| 17 | This program and the accompanying materials are made available under the terms
|
| 18 | of the Eclipse Public License v. 2.0 which is available at
|
| 19 | http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
|
| 20 | available under the following Secondary Licenses when the conditions for such
|
| 21 | availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU
|
| 22 | General Public License, version 2 with the GNU Classpath Exception which is
|
| 23 | available at https://www.gnu.org/software/classpath/license.html.
|
| 24 |
|
| 25 | SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
| 26 |
|
| 27 | ## Source Code
|
| 28 | The project maintains the following source code repositories:
|
| 29 |
|
| 30 | * https://github.com/eclipse-ee4j/jersey
|
| 31 |
|
| 32 | ## Third-party Content
|
| 33 |
|
| 34 | Angular JS, v1.6.6
|
| 35 | * License MIT (http://www.opensource.org/licenses/mit-license.php)
|
| 36 | * Project: http://angularjs.org
|
| 37 | * Coyright: (c) 2010-2017 Google, Inc.
|
| 38 |
|
| 39 | aopalliance Version 1
|
| 40 | * License: all the source code provided by AOP Alliance is Public Domain.
|
| 41 | * Project: http://aopalliance.sourceforge.net
|
| 42 | * Copyright: Material in the public domain is not protected by copyright
|
| 43 |
|
Maxim Nesen | 8bd08b2 | 2023-03-31 18:01:30 +0200 | [diff] [blame] | 44 | Bean Validation API 3.0.2
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 45 | * License: Apache License, 2.0
|
jansupol | ab07597 | 2022-02-23 17:28:14 +0100 | [diff] [blame] | 46 | * Project: https://projects.eclipse.org/projects/ee4j.bean-validation
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 47 | * Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors
|
| 48 | * by the @authors tag.
|
| 49 |
|
Maxim Nesen | 44a4258 | 2023-07-19 21:28:41 +0200 | [diff] [blame] | 50 | Hibernate Validator CDI, 8.0.1.Final
|
Jan Supol | 0e7eb12 | 2020-05-13 20:00:21 +0200 | [diff] [blame] | 51 | * License: Apache License, 2.0
|
| 52 | * Project: https://beanvalidation.org/
|
| 53 | * Repackaged in org.glassfish.jersey.server.validation.internal.hibernate
|
| 54 |
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 55 | Bootstrap v3.3.7
|
| 56 | * License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
| 57 | * Project: http://getbootstrap.com
|
| 58 | * Copyright: 2011-2016 Twitter, Inc
|
| 59 |
|
Maxim Nesen | 21d14a9 | 2024-09-27 14:32:56 +0200 | [diff] [blame] | 60 | Google Guava Version 33.3.0-jre
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 61 | * License: Apache License, 2.0
|
Maxim Nesen | 21d14a9 | 2024-09-27 14:32:56 +0200 | [diff] [blame] | 62 | * Copyright (C) 2009, 2024 The Guava Authors
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 63 |
|
Maxim Nesen | 21d14a9 | 2024-09-27 14:32:56 +0200 | [diff] [blame] | 64 | jakarta.inject Version: 2.0.1
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 65 | * License: Apache License, 2.0
|
Maxim Nesen | 21d14a9 | 2024-09-27 14:32:56 +0200 | [diff] [blame] | 66 | * Copyright (C) 2009, 2021 The JSR-330 Expert Group
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 67 |
|
Maxim Nesen | 6b363a8 | 2024-03-20 13:30:27 +0100 | [diff] [blame] | 68 | Javassist Version 3.30.2-GA
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 69 | * License: Apache License, 2.0
|
| 70 | * Project: http://www.javassist.org/
|
| 71 | * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
|
| 72 |
|
jansupol | ff5f5a8 | 2024-10-08 13:22:12 +0200 | [diff] [blame] | 73 | Jackson JAX-RS Providers Version 2.18.0
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 74 | * License: Apache License, 2.0
|
| 75 | * Project: https://github.com/FasterXML/jackson-jaxrs-providers
|
Maxim Nesen | 63c2ed4 | 2024-03-12 15:56:34 +0100 | [diff] [blame] | 76 | * Copyright: (c) 2009-2024 FasterXML, LLC. All rights reserved unless otherwise indicated.
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 77 |
|
Maxim Nesen | 21d14a9 | 2024-09-27 14:32:56 +0200 | [diff] [blame] | 78 | jQuery v3.7.1
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 79 | * License: jquery.org/license
|
| 80 | * Project: jquery.org
|
| 81 | * Copyright: (c) jQuery Foundation
|
| 82 |
|
| 83 | jQuery Barcode plugin 0.3
|
| 84 | * License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html)
|
| 85 | * Project: http://www.pasella.it/projects/jQuery/barcode
|
| 86 | * Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com
|
| 87 |
|
| 88 | JSR-166 Extension - JEP 266
|
| 89 | * License: CC0
|
| 90 | * No copyright
|
| 91 | * Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/
|
| 92 |
|
| 93 | KineticJS, v4.7.1
|
| 94 | * License: MIT license (http://www.opensource.org/licenses/mit-license.php)
|
| 95 | * Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS
|
| 96 | * Copyright: Eric Rowell
|
| 97 |
|
jansupol | 9b723db | 2024-10-07 23:39:14 +0200 | [diff] [blame] | 98 | org.objectweb.asm Version 9.7.1
|
Georg | e236c09 | 2022-02-03 14:34:02 +0100 | [diff] [blame] | 99 | * License: Modified BSD (https://asm.ow2.io/license.html)
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 100 | * Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved.
|
| 101 |
|
Jan Supol | a5c09a8 | 2019-12-17 21:50:23 +0100 | [diff] [blame] | 102 | org.osgi.core version 6.0.0
|
Jan Supol | 12a0573 | 2018-04-25 17:50:03 +0200 | [diff] [blame] | 103 | * License: Apache License, 2.0
|
| 104 | * Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved.
|
| 105 |
|
| 106 | org.glassfish.jersey.server.internal.monitoring.core
|
| 107 | * License: Apache License, 2.0
|
| 108 | * Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved.
|
| 109 | * Copyright 2010-2013 Coda Hale and Yammer, Inc.
|
Jan Supol | ed7474b | 2018-09-18 15:49:13 +0200 | [diff] [blame] | 110 |
|
| 111 | W3.org documents
|
| 112 | * License: W3C License
|
| 113 | * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
|