This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
commit 4802303a0740bdf6bd75479debd374dbc8edf11c Author: Robert Lazarski <[email protected]> AuthorDate: Tue Jun 29 16:52:23 2021 -1000 add missing licenses for jakarta.activation-api and jakarta.xml.bind-api --- legal/jakarta.activation-api-LICENSE.txt | 7 +++++++ legal/jakarta.xml.bind-api-LICENSE.txt | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/legal/jakarta.activation-api-LICENSE.txt b/legal/jakarta.activation-api-LICENSE.txt new file mode 100644 index 0000000..3d9c8b9 --- /dev/null +++ b/legal/jakarta.activation-api-LICENSE.txt @@ -0,0 +1,7 @@ + Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. + + This program and the accompanying materials are made available under the + terms of the Eclipse Distribution License v. 1.0, which is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + SPDX-License-Identifier: BSD-3-Clause diff --git a/legal/jakarta.xml.bind-api-LICENSE.txt b/legal/jakarta.xml.bind-api-LICENSE.txt new file mode 100644 index 0000000..3d9c8b9 --- /dev/null +++ b/legal/jakarta.xml.bind-api-LICENSE.txt @@ -0,0 +1,7 @@ + Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. + + This program and the accompanying materials are made available under the + terms of the Eclipse Distribution License v. 1.0, which is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + SPDX-License-Identifier: BSD-3-Clause
