diff --git a/.dockerignore b/.dockerignore index ed78b9bc2..60bbfbcbe 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + .git .github .env diff --git a/.gitattributes b/.gitattributes index b2e858993..502b40a78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + src/main/webapp/static/css/* linguist-vendored src/main/webapp/static/com/atomgraph/linkeddatahub/js/saxon-js/* linguist-vendored src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/* linguist-vendored diff --git a/.github/workflows/http-tests.yml b/.github/workflows/http-tests.yml index 8944ca91e..f44aa3d00 100644 --- a/.github/workflows/http-tests.yml +++ b/.github/workflows/http-tests.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + name: HTTP-tests on: push diff --git a/.gitignore b/.gitignore index 8037c438b..299dbd083 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + /target /certs /.env diff --git a/CHANGELOG.md b/CHANGELOG.md index c06c9605a..5b9c592f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + + + + + +<<<<<<< HEAD + + + +======= ## [3.2.3] - 2022-06-30 ### Added - The persistent storage of `refresh_token`s allows long-lived sessions when authenticated with Google login @@ -18,6 +35,7 @@ - SPARQL updates submitted to the Graph Store via the `PATCH` method now have to use the default graph context, the `GRAPH` keyword is disallowed - Fixed caching of delegated WebID agents, eliminating an unnecessary request with each authentication - Multiple `Link` headers combined into a single one with concatenated values +>>>>>>> d08c2ba5572686ff28f238c2db30871ba70caad4 ## [3.1.9] - 2022-05-23 ### Added @@ -167,4 +185,4 @@ ### Removed - Expensive join with the provenance graph from the `laclt:ConstructAgentItem` query. As a result, `dct:created` value is not included in agent's description. -- Unnecessary methods from the `Import` Java interface. Passing arguments directly to `ImportListener` instead \ No newline at end of file +- Unnecessary methods from the `Import` Java interface. Passing arguments directly to `ImportListener` instead diff --git a/Dockerfile b/Dockerfile index 19e653874..7844878b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + FROM maven:3.8.4-openjdk-17 as maven # download and extract Jena diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 000000000..7f0a2e621 --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Linked Data, UAB + + 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 + + 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. + diff --git a/README.md b/README.md index 941d19fb2..776c431a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + + + # The Knowledge Graph notebook **_LinkedDataHub_ (LDH) is open source software you can use to manage data, create visualizations and build apps on RDF Knowledge Graphs.** diff --git a/docker-compose.debug.yml b/docker-compose.debug.yml index 9b1008535..2d35fc135 100644 --- a/docker-compose.debug.yml +++ b/docker-compose.debug.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + version: "2.3" services: linkeddatahub: diff --git a/docker-compose.yml b/docker-compose.yml index f6123d3d9..5a7dc82f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + version: "2.3" services: nginx: diff --git a/generate-sef.sh b/generate-sef.sh index 50db2a9b3..49fd5c765 100755 --- a/generate-sef.sh +++ b/generate-sef.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + # build WAR file mvn war:war diff --git a/http-tests/admin/GET-agent-mbox-html.sh b/http-tests/admin/GET-agent-mbox-html.sh index 25b9891ad..736dfd424 100755 --- a/http-tests/admin/GET-agent-mbox-html.sh +++ b/http-tests/admin/GET-agent-mbox-html.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -18,4 +27,4 @@ echo "$html" | grep -v "http://xmlns.com/foaf/0.1/mbox" > /dev/null # check that the description includes foaf:mbox_sha1sum property -echo "$html" | grep "http://xmlns.com/foaf/0.1/mbox_sha1sum" > /dev/null \ No newline at end of file +echo "$html" | grep "http://xmlns.com/foaf/0.1/mbox_sha1sum" > /dev/null diff --git a/http-tests/admin/GET-agent-mbox-ntriples.sh b/http-tests/admin/GET-agent-mbox-ntriples.sh index d99d5ac18..90dd52805 100755 --- a/http-tests/admin/GET-agent-mbox-ntriples.sh +++ b/http-tests/admin/GET-agent-mbox-ntriples.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -18,4 +28,4 @@ echo "$ntriples" | grep "http://xmlns.com/foaf/0.1/mbox" > /dev/null # check that the description includes foaf:mbox_sha1sum property -echo "$ntriples" | grep "http://xmlns.com/foaf/0.1/mbox_sha1sum" > /dev/null \ No newline at end of file +echo "$ntriples" | grep "http://xmlns.com/foaf/0.1/mbox_sha1sum" > /dev/null diff --git a/http-tests/admin/GET-request-access-html.sh b/http-tests/admin/GET-request-access-html.sh index 2c60d7b8d..46140927a 100755 --- a/http-tests/admin/GET-request-access-html.sh +++ b/http-tests/admin/GET-request-access-html.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -14,4 +24,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H 'Accept: text/html' \ --data-urlencode "access-to=${END_USER_BASE_URL}" \ "${ADMIN_BASE_URL}request%20access" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/POST-request-access.sh b/http-tests/admin/POST-request-access.sh index e5ba2cb01..037d01892 100755 --- a/http-tests/admin/POST-request-access.sh +++ b/http-tests/admin/POST-request-access.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -36,4 +46,4 @@ curl -w "%{http_code}\n" -o /dev/null -k -s \ --data-urlencode "pu=http://xmlns.com/foaf/0.1/primaryTopic" \ --data-urlencode "ob=request" \ "${ADMIN_BASE_URL}request%20access" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/acl/add-delete-authorization.sh b/http-tests/admin/acl/add-delete-authorization.sh index b50588f46..2a5be44b4 100755 --- a/http-tests/admin/acl/add-delete-authorization.sh +++ b/http-tests/admin/acl/add-delete-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -53,4 +62,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H "Accept: application/n-triples" \ -X DELETE \ "$container" \ -| grep -q "$STATUS_NO_CONTENT" \ No newline at end of file +| grep -q "$STATUS_NO_CONTENT" diff --git a/http-tests/admin/acl/add-delete-class-authorization.sh b/http-tests/admin/acl/add-delete-class-authorization.sh index a135ac3b8..b62ee3bd9 100755 --- a/http-tests/admin/acl/add-delete-class-authorization.sh +++ b/http-tests/admin/acl/add-delete-class-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -53,4 +62,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H "Accept: application/n-triples" \ -X DELETE \ "$container" \ -| grep -q "$STATUS_NO_CONTENT" \ No newline at end of file +| grep -q "$STATUS_NO_CONTENT" diff --git a/http-tests/admin/acl/add-delete-group-authorization.sh b/http-tests/admin/acl/add-delete-group-authorization.sh index 2a65b6f25..fa7744ddd 100755 --- a/http-tests/admin/acl/add-delete-group-authorization.sh +++ b/http-tests/admin/acl/add-delete-group-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -73,4 +82,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H "Accept: application/n-triples" \ -X DELETE \ "$container" \ -| grep -q "$STATUS_NO_CONTENT" \ No newline at end of file +| grep -q "$STATUS_NO_CONTENT" diff --git a/http-tests/admin/acl/add-get-authorization.sh b/http-tests/admin/acl/add-get-authorization.sh index 9e536bcc5..c32f0d171 100755 --- a/http-tests/admin/acl/add-get-authorization.sh +++ b/http-tests/admin/acl/add-get-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -35,4 +44,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: application/n-triples" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/acl/add-get-class-authorization.sh b/http-tests/admin/acl/add-get-class-authorization.sh index a1ed03757..cf9ee8f2a 100755 --- a/http-tests/admin/acl/add-get-class-authorization.sh +++ b/http-tests/admin/acl/add-get-class-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -35,4 +44,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: application/n-triples" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/acl/add-get-group-authorization.sh b/http-tests/admin/acl/add-get-group-authorization.sh index 71e45a393..4a9a2935c 100755 --- a/http-tests/admin/acl/add-get-group-authorization.sh +++ b/http-tests/admin/acl/add-get-group-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -51,4 +60,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: application/n-triples" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/acl/add-post-authorization.sh b/http-tests/admin/acl/add-post-authorization.sh index 40596079e..f8f5ff0b8 100755 --- a/http-tests/admin/acl/add-post-authorization.sh +++ b/http-tests/admin/acl/add-post-authorization.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -40,4 +50,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H "Content-Length: 0" \ -X POST \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_NO_CONTENT" \ No newline at end of file +| grep -q "$STATUS_NO_CONTENT" diff --git a/http-tests/admin/acl/add-post-class-authorization.sh b/http-tests/admin/acl/add-post-class-authorization.sh index d38b937a7..e600c3da1 100755 --- a/http-tests/admin/acl/add-post-class-authorization.sh +++ b/http-tests/admin/acl/add-post-class-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -40,4 +49,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H "Content-Length: 0" \ -X POST \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_NO_CONTENT" \ No newline at end of file +| grep -q "$STATUS_NO_CONTENT" diff --git a/http-tests/admin/acl/add-post-group-authorization.sh b/http-tests/admin/acl/add-post-group-authorization.sh index bd858f250..afac4350e 100755 --- a/http-tests/admin/acl/add-post-group-authorization.sh +++ b/http-tests/admin/acl/add-post-group-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -56,4 +65,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H "Content-Length: 0" \ -X POST \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_NO_CONTENT" \ No newline at end of file +| grep -q "$STATUS_NO_CONTENT" diff --git a/http-tests/admin/acl/add-put-authorization.sh b/http-tests/admin/acl/add-put-authorization.sh index bdd7c55a8..f7e69f694 100755 --- a/http-tests/admin/acl/add-put-authorization.sh +++ b/http-tests/admin/acl/add-put-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -54,4 +63,4 @@ echo "$root_ntriples" \ -X PUT \ -d @- \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/acl/add-put-class-authorization.sh b/http-tests/admin/acl/add-put-class-authorization.sh index c1e9675b8..8ddfb81dd 100755 --- a/http-tests/admin/acl/add-put-class-authorization.sh +++ b/http-tests/admin/acl/add-put-class-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -54,4 +63,4 @@ echo "$root_ntriples" \ -X PUT \ -d @- \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/acl/add-put-group-authorization.sh b/http-tests/admin/acl/add-put-group-authorization.sh index 570843490..3981f305e 100755 --- a/http-tests/admin/acl/add-put-group-authorization.sh +++ b/http-tests/admin/acl/add-put-group-authorization.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -70,4 +79,4 @@ echo "$root_ntriples" \ -X PUT \ -d @- \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/acl/make-public.sh b/http-tests/admin/acl/make-public.sh index 3a1e1a844..babfbb3af 100755 --- a/http-tests/admin/acl/make-public.sh +++ b/http-tests/admin/acl/make-public.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -33,4 +42,4 @@ popd > /dev/null curl -k -w "%{http_code}\n" -o /dev/null -f -v \ -H "Accept: application/n-triples" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/admin/add-ontology-import.sh b/http-tests/admin/add-ontology-import.sh index b6349660f..b3fe324a4 100755 --- a/http-tests/admin/add-ontology-import.sh +++ b/http-tests/admin/add-ontology-import.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -46,4 +56,4 @@ curl -k -f -s \ -H 'Accept: application/sparql-results+xml' \ --data-urlencode "query=SELECT * { <${import_uri}> ?p ?o }" \ "$namespace_doc" \ -| grep 'Basic Access Control ontology' > /dev/null \ No newline at end of file +| grep 'Basic Access Control ontology' > /dev/null diff --git a/http-tests/admin/model/create-class.sh b/http-tests/admin/model/create-class.sh index 5ee8159d8..aaa2cd3c4 100755 --- a/http-tests/admin/model/create-class.sh +++ b/http-tests/admin/model/create-class.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -46,4 +55,4 @@ curl -k -f -s -N \ "$namespace_doc" \ | grep "$class" > /dev/null -# TO-DO: test constructor of the created class? \ No newline at end of file +# TO-DO: test constructor of the created class? diff --git a/http-tests/admin/model/create-property-constraint.sh b/http-tests/admin/model/create-property-constraint.sh index 02044e8ba..8738d8e50 100755 --- a/http-tests/admin/model/create-property-constraint.sh +++ b/http-tests/admin/model/create-property-constraint.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -81,4 +90,4 @@ response=$(echo -e "$turtle" \ echo "$response" \ | grep "HTTP/1.1 400" > /dev/null -popd > /dev/null \ No newline at end of file +popd > /dev/null diff --git a/http-tests/admin/model/create-restriction.sh b/http-tests/admin/model/create-restriction.sh index 5b0333181..780606f75 100755 --- a/http-tests/admin/model/create-restriction.sh +++ b/http-tests/admin/model/create-restriction.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -45,4 +54,4 @@ popd > /dev/null curl -k -f -s -N \ -H "Accept: application/n-triples" \ "$namespace_doc" \ -| grep "$restriction" > /dev/null \ No newline at end of file +| grep "$restriction" > /dev/null diff --git a/http-tests/docker-compose.http-tests.yml b/http-tests/docker-compose.http-tests.yml index e11f5950c..dcce88b19 100644 --- a/http-tests/docker-compose.http-tests.yml +++ b/http-tests/docker-compose.http-tests.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + version: "2.3" services: nginx: diff --git a/http-tests/graph-store-protocol/DELETE-403.sh b/http-tests/graph-store-protocol/DELETE-403.sh index 7445fa75b..c4b7e6172 100755 --- a/http-tests/graph-store-protocol/DELETE-403.sh +++ b/http-tests/graph-store-protocol/DELETE-403.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -25,4 +34,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s -G \ -X DELETE \ -H "Accept: application/n-triples" \ "${END_USER_BASE_URL}non-existing/" \ -| grep -q "$STATUS_FORBIDDEN" \ No newline at end of file +| grep -q "$STATUS_FORBIDDEN" diff --git a/http-tests/graph-store-protocol/DELETE-owner-400.sh b/http-tests/graph-store-protocol/DELETE-owner-400.sh index df693541c..893c02ed4 100755 --- a/http-tests/graph-store-protocol/DELETE-owner-400.sh +++ b/http-tests/graph-store-protocol/DELETE-owner-400.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -27,4 +36,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -X DELETE \ -H "Accept: application/n-triples" \ "$owner_doc" \ -| grep -q "$STATUS_BAD_REQUEST" \ No newline at end of file +| grep -q "$STATUS_BAD_REQUEST" diff --git a/http-tests/graph-store-protocol/DELETE-root-400.sh b/http-tests/graph-store-protocol/DELETE-root-400.sh index 930a5abc8..353dffb01 100755 --- a/http-tests/graph-store-protocol/DELETE-root-400.sh +++ b/http-tests/graph-store-protocol/DELETE-root-400.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -25,4 +35,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -X DELETE \ -H "Accept: application/n-triples" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_BAD_REQUEST" \ No newline at end of file +| grep -q "$STATUS_BAD_REQUEST" diff --git a/http-tests/graph-store-protocol/DELETE-secretary-400.sh b/http-tests/graph-store-protocol/DELETE-secretary-400.sh index 24c3320b7..7f1f51b8e 100755 --- a/http-tests/graph-store-protocol/DELETE-secretary-400.sh +++ b/http-tests/graph-store-protocol/DELETE-secretary-400.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -27,4 +36,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -X DELETE \ -H "Accept: application/n-triples" \ "$secretary_doc" \ -| grep -q "$STATUS_BAD_REQUEST" \ No newline at end of file +| grep -q "$STATUS_BAD_REQUEST" diff --git a/http-tests/graph-store-protocol/DELETE.sh b/http-tests/graph-store-protocol/DELETE.sh index 77cbda63b..253b4953d 100755 --- a/http-tests/graph-store-protocol/DELETE.sh +++ b/http-tests/graph-store-protocol/DELETE.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -52,4 +61,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s -G \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: application/n-triples" \ "$container" \ -| grep -q "$STATUS_NOT_FOUND" \ No newline at end of file +| grep -q "$STATUS_NOT_FOUND" diff --git a/http-tests/graph-store-protocol/GET-304.sh b/http-tests/graph-store-protocol/GET-304.sh index 66f833473..196c43599 100755 --- a/http-tests/graph-store-protocol/GET-304.sh +++ b/http-tests/graph-store-protocol/GET-304.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -33,4 +42,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s -G \ -H "Accept: application/n-triples" \ "$END_USER_BASE_URL" \ -H "If-None-Match: $etag" \ -| grep -q "$STATUS_NOT_MODIFIED" \ No newline at end of file +| grep -q "$STATUS_NOT_MODIFIED" diff --git a/http-tests/graph-store-protocol/GET-403.sh b/http-tests/graph-store-protocol/GET-403.sh index 56f2599a3..89e803c51 100755 --- a/http-tests/graph-store-protocol/GET-403.sh +++ b/http-tests/graph-store-protocol/GET-403.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -11,4 +20,4 @@ purge_backend_cache "$ADMIN_VARNISH_SERVICE" curl -k -w "%{http_code}\n" -o /dev/null -s -G \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ "${END_USER_BASE_URL}non-existing/" \ -| grep -q "$STATUS_FORBIDDEN" \ No newline at end of file +| grep -q "$STATUS_FORBIDDEN" diff --git a/http-tests/graph-store-protocol/GET-admin-html.sh b/http-tests/graph-store-protocol/GET-admin-html.sh index 9b61267a5..ba14cb80a 100755 --- a/http-tests/graph-store-protocol/GET-admin-html.sh +++ b/http-tests/graph-store-protocol/GET-admin-html.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -25,4 +35,4 @@ content_type=$(curl --head -k -w "%{content_type}\n" -f -s -o /dev/null \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' \ "${ADMIN_BASE_URL}") -[ "$content_type" = 'text/html;charset=UTF-8' ] || exit 1 \ No newline at end of file +[ "$content_type" = 'text/html;charset=UTF-8' ] || exit 1 diff --git a/http-tests/graph-store-protocol/GET-admin-namespace-query.sh b/http-tests/graph-store-protocol/GET-admin-namespace-query.sh index 4dedf2c61..f727e0a27 100755 --- a/http-tests/graph-store-protocol/GET-admin-namespace-query.sh +++ b/http-tests/graph-store-protocol/GET-admin-namespace-query.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -33,4 +42,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H 'Accept: application/sparql-results+xml' \ --data-urlencode "query=SELECT * { ?s ?p ?o } LIMIT 1" \ "${ADMIN_BASE_URL}ns" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/graph-store-protocol/GET-admin.sh b/http-tests/graph-store-protocol/GET-admin.sh index 66d84c74f..b4f28610f 100755 --- a/http-tests/graph-store-protocol/GET-admin.sh +++ b/http-tests/graph-store-protocol/GET-admin.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -24,4 +33,4 @@ curl --head -k -w "%{http_code}\n" -o /dev/null -f -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' \ "${ADMIN_BASE_URL}" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/graph-store-protocol/GET-graph-store.sh b/http-tests/graph-store-protocol/GET-graph-store.sh index 085af8e84..dc7a29bad 100755 --- a/http-tests/graph-store-protocol/GET-graph-store.sh +++ b/http-tests/graph-store-protocol/GET-graph-store.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -26,4 +35,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H 'Accept: text/turtle' \ --data-urlencode 'default=true' \ "${END_USER_BASE_URL}service" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/graph-store-protocol/GET-html.sh b/http-tests/graph-store-protocol/GET-html.sh index f08a9c8fa..9ccb59d46 100755 --- a/http-tests/graph-store-protocol/GET-html.sh +++ b/http-tests/graph-store-protocol/GET-html.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -25,4 +34,4 @@ content_type=$(curl --head -k -w "%{content_type}\n" -f -s -o /dev/null \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' \ "$END_USER_BASE_URL") -[ "$content_type" = 'text/html;charset=UTF-8' ] || exit 1 \ No newline at end of file +[ "$content_type" = 'text/html;charset=UTF-8' ] || exit 1 diff --git a/http-tests/graph-store-protocol/GET-namespace-query.sh b/http-tests/graph-store-protocol/GET-namespace-query.sh index bb3a0417d..3974274df 100755 --- a/http-tests/graph-store-protocol/GET-namespace-query.sh +++ b/http-tests/graph-store-protocol/GET-namespace-query.sh @@ -1,4 +1,11 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -33,4 +40,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H 'Accept: application/sparql-results+xml' \ --data-urlencode "query=SELECT * { ?s ?p ?o } LIMIT 1" \ "${END_USER_BASE_URL}ns" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/graph-store-protocol/GET-namespace.sh b/http-tests/graph-store-protocol/GET-namespace.sh index c33b3516e..fd258bdeb 100755 --- a/http-tests/graph-store-protocol/GET-namespace.sh +++ b/http-tests/graph-store-protocol/GET-namespace.sh @@ -1,4 +1,11 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -27,4 +34,4 @@ curl --head -k -w "%{http_code}\n" -o /dev/null -f -s \ curl --head -k -w "%{http_code}\n" -o /dev/null -f -s \ -H "Accept: text/turtle" \ "${END_USER_BASE_URL}ns" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/graph-store-protocol/GET-ntriples.sh b/http-tests/graph-store-protocol/GET-ntriples.sh index 5fb6f59ba..f55a3e23a 100755 --- a/http-tests/graph-store-protocol/GET-ntriples.sh +++ b/http-tests/graph-store-protocol/GET-ntriples.sh @@ -1,4 +1,12 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -26,4 +34,4 @@ curl -k -f -s -G \ "$END_USER_BASE_URL" \ | rapper -q --input ntriples --output ntriples /dev/stdin - \ | tr -s '\n' '\t' \ -| grep "<${END_USER_BASE_URL}> " \ No newline at end of file +| grep "<${END_USER_BASE_URL}> " diff --git a/http-tests/graph-store-protocol/GET-sparql.sh b/http-tests/graph-store-protocol/GET-sparql.sh index 7325f5c70..b9f1c72cc 100755 --- a/http-tests/graph-store-protocol/GET-sparql.sh +++ b/http-tests/graph-store-protocol/GET-sparql.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -26,4 +35,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \ -H 'Accept: application/sparql-results+xml' \ --data-urlencode 'query=SELECT ?s { GRAPH ?g { ?s ?p ?o } }' \ "${END_USER_BASE_URL}sparql" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/graph-store-protocol/GET.sh b/http-tests/graph-store-protocol/GET.sh index 726129683..85be28bc1 100755 --- a/http-tests/graph-store-protocol/GET.sh +++ b/http-tests/graph-store-protocol/GET.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -24,4 +33,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s -G \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: text/turtle" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/graph-store-protocol/HEAD-accept-lang.sh b/http-tests/graph-store-protocol/HEAD-accept-lang.sh index dc331c131..60683d75e 100755 --- a/http-tests/graph-store-protocol/HEAD-accept-lang.sh +++ b/http-tests/graph-store-protocol/HEAD-accept-lang.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" diff --git a/http-tests/graph-store-protocol/HEAD-accept.sh b/http-tests/graph-store-protocol/HEAD-accept.sh index 5b8ab3f0c..1822a47e1 100755 --- a/http-tests/graph-store-protocol/HEAD-accept.sh +++ b/http-tests/graph-store-protocol/HEAD-accept.sh @@ -1,4 +1,11 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -38,4 +45,4 @@ content_type=$(curl -G --head -k -w "%{content_type}\n" -f -s -o /dev/null \ [ "$content_type" = 'application/rdf+xml;charset=UTF-8' ] || exit 1 -# TO-DO: try to actually parse the response as Turtle and RDF/XML? \ No newline at end of file +# TO-DO: try to actually parse the response as Turtle and RDF/XML? diff --git a/http-tests/graph-store-protocol/PATCH-graph-422.sh b/http-tests/graph-store-protocol/PATCH-graph-422.sh index ed828b91a..cad9279c0 100755 --- a/http-tests/graph-store-protocol/PATCH-graph-422.sh +++ b/http-tests/graph-store-protocol/PATCH-graph-422.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" diff --git a/http-tests/graph-store-protocol/PATCH.sh b/http-tests/graph-store-protocol/PATCH.sh index b3154971b..69884b717 100755 --- a/http-tests/graph-store-protocol/PATCH.sh +++ b/http-tests/graph-store-protocol/PATCH.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" diff --git a/http-tests/graph-store-protocol/POST-403.sh b/http-tests/graph-store-protocol/POST-403.sh index a86918aac..bb5d80f41 100755 --- a/http-tests/graph-store-protocol/POST-403.sh +++ b/http-tests/graph-store-protocol/POST-403.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -13,4 +22,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Content-Type: application/n-triples" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_FORBIDDEN" \ No newline at end of file +| grep -q "$STATUS_FORBIDDEN" diff --git a/http-tests/graph-store-protocol/POST-ntriples.sh b/http-tests/graph-store-protocol/POST-ntriples.sh index 90eda0d0b..0c86a1884 100755 --- a/http-tests/graph-store-protocol/POST-ntriples.sh +++ b/http-tests/graph-store-protocol/POST-ntriples.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -41,4 +50,4 @@ curl -k -f -s -G \ "$END_USER_BASE_URL" \ | tr -d '\n' \ | grep '"named object POST"' \ -| grep '"another named object POST"' > /dev/null \ No newline at end of file +| grep '"another named object POST"' > /dev/null diff --git a/http-tests/graph-store-protocol/PUT-new-403.sh b/http-tests/graph-store-protocol/PUT-new-403.sh index 235be6117..f4c27600a 100755 --- a/http-tests/graph-store-protocol/PUT-new-403.sh +++ b/http-tests/graph-store-protocol/PUT-new-403.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -26,4 +35,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Content-Type: application/n-triples" \ "${END_USER_BASE_URL}non-existing/" \ -| grep -q "$STATUS_FORBIDDEN" \ No newline at end of file +| grep -q "$STATUS_FORBIDDEN" diff --git a/http-tests/graph-store-protocol/PUT-no-type-400.sh b/http-tests/graph-store-protocol/PUT-no-type-400.sh index 56daf0433..09c29367f 100755 --- a/http-tests/graph-store-protocol/PUT-no-type-400.sh +++ b/http-tests/graph-store-protocol/PUT-no-type-400.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -35,4 +44,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ <${END_USER_BASE_URL}> "named object PUT" . EOF ) \ -| grep -q "$STATUS_BAD_REQUEST" \ No newline at end of file +| grep -q "$STATUS_BAD_REQUEST" diff --git a/http-tests/graph-store-protocol/PUT-ntriples.sh b/http-tests/graph-store-protocol/PUT-ntriples.sh index bf43f5c98..165bcf8dd 100755 --- a/http-tests/graph-store-protocol/PUT-ntriples.sh +++ b/http-tests/graph-store-protocol/PUT-ntriples.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -48,4 +57,4 @@ curl -k -f -s -G \ "$END_USER_BASE_URL" \ | tr -d '\n' \ | grep '"named object PUT"' \ -| grep -v '"named object"' > /dev/null \ No newline at end of file +| grep -v '"named object"' > /dev/null diff --git a/http-tests/graph-store-protocol/PUT-owner-400.sh b/http-tests/graph-store-protocol/PUT-owner-400.sh index 3f4331760..b6979890c 100755 --- a/http-tests/graph-store-protocol/PUT-owner-400.sh +++ b/http-tests/graph-store-protocol/PUT-owner-400.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -27,4 +36,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -X PUT \ -H "Accept: application/n-triples" \ "$owner_doc" \ -| grep -q "$STATUS_BAD_REQUEST" \ No newline at end of file +| grep -q "$STATUS_BAD_REQUEST" diff --git a/http-tests/graph-store-protocol/PUT-secretary-400.sh b/http-tests/graph-store-protocol/PUT-secretary-400.sh index 8ec912642..dff9184f5 100755 --- a/http-tests/graph-store-protocol/PUT-secretary-400.sh +++ b/http-tests/graph-store-protocol/PUT-secretary-400.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -27,4 +36,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -X PUT \ -H "Accept: application/n-triples" \ "$secretary_doc" \ -| grep -q "$STATUS_BAD_REQUEST" \ No newline at end of file +| grep -q "$STATUS_BAD_REQUEST" diff --git a/http-tests/graph-store-protocol/create-container.sh b/http-tests/graph-store-protocol/create-container.sh index f8eac2b9a..315dfe3ea 100755 --- a/http-tests/graph-store-protocol/create-container.sh +++ b/http-tests/graph-store-protocol/create-container.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -41,4 +50,4 @@ slug="test" "${END_USER_BASE_URL}${slug}/" \ | grep "<${END_USER_BASE_URL}${slug}/> <${END_USER_BASE_URL}>" -popd > /dev/null \ No newline at end of file +popd > /dev/null diff --git a/http-tests/graph-store-protocol/uploads/POST-rdf-source.sh b/http-tests/graph-store-protocol/uploads/POST-rdf-source.sh index b59b05d40..43682e0ea 100755 --- a/http-tests/graph-store-protocol/uploads/POST-rdf-source.sh +++ b/http-tests/graph-store-protocol/uploads/POST-rdf-source.sh @@ -1,6 +1,16 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail + initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" initialize_dataset "$ADMIN_BASE_URL" "$TMP_ADMIN_DATASET" "$ADMIN_ENDPOINT_URL" purge_backend_cache "$END_USER_VARNISH_SERVICE" @@ -63,4 +73,4 @@ popd > /dev/null # check that the graph has been imported and contains the right triples -echo "$doc_ntriples" | grep " " \ No newline at end of file +echo "$doc_ntriples" | grep " " diff --git a/http-tests/graph-store-protocol/uploads/POST-rdf-upload.sh b/http-tests/graph-store-protocol/uploads/POST-rdf-upload.sh index 8c6fd601f..f00803517 100755 --- a/http-tests/graph-store-protocol/uploads/POST-rdf-upload.sh +++ b/http-tests/graph-store-protocol/uploads/POST-rdf-upload.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -79,4 +88,4 @@ popd > /dev/null # check that the graph has been imported and contains the right triples -echo "$doc_ntriples" | grep " " \ No newline at end of file +echo "$doc_ntriples" | grep " " diff --git a/http-tests/graph-store-protocol/uploads/timbl.ttl b/http-tests/graph-store-protocol/uploads/timbl.ttl index 96605edf8..24d9f7815 100644 --- a/http-tests/graph-store-protocol/uploads/timbl.ttl +++ b/http-tests/graph-store-protocol/uploads/timbl.ttl @@ -1 +1,9 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + . diff --git a/http-tests/imports/GET-file-sha1sum.sh b/http-tests/imports/GET-file-sha1sum.sh index 61e6da787..1398cd986 100755 --- a/http-tests/imports/GET-file-sha1sum.sh +++ b/http-tests/imports/GET-file-sha1sum.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -57,4 +67,4 @@ if [ "$server_sha1sum" != "$file_sha1sum" ]; then exit 1 fi -popd > /dev/null \ No newline at end of file +popd > /dev/null diff --git a/http-tests/imports/create-file.sh b/http-tests/imports/create-file.sh index 7b93f2eaf..06cbe5693 100755 --- a/http-tests/imports/create-file.sh +++ b/http-tests/imports/create-file.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -54,4 +64,4 @@ curl --head -k -w "%{http_code}\n" -o /dev/null -f -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: ${file_content_type}" \ "$file" \ -| grep -q "$STATUS_OK" \ No newline at end of file +| grep -q "$STATUS_OK" diff --git a/http-tests/imports/get-file-304.sh b/http-tests/imports/get-file-304.sh index 8ea634023..503f88377 100755 --- a/http-tests/imports/get-file-304.sh +++ b/http-tests/imports/get-file-304.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" diff --git a/http-tests/imports/import-csv.sh b/http-tests/imports/import-csv.sh index 704cb38dd..c8ba4e5ed 100755 --- a/http-tests/imports/import-csv.sh +++ b/http-tests/imports/import-csv.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -68,4 +78,4 @@ curl -k -f -s -N \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: application/n-triples" \ "${container}${csv_id}/" \ -| grep "<${container}${csv_id}/> \"${csv_value}\"^^" > /dev/null \ No newline at end of file +| grep "<${container}${csv_id}/> \"${csv_value}\"^^" > /dev/null diff --git a/http-tests/imports/import-rdf-no-query.sh b/http-tests/imports/import-rdf-no-query.sh index f1aaae9cc..3c0ffbfda 100755 --- a/http-tests/imports/import-rdf-no-query.sh +++ b/http-tests/imports/import-rdf-no-query.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" diff --git a/http-tests/imports/import-rdf.sh b/http-tests/imports/import-rdf.sh index 6bc3db819..da6c1f4ec 100755 --- a/http-tests/imports/import-rdf.sh +++ b/http-tests/imports/import-rdf.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -69,4 +79,4 @@ curl -k -f -s -N \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ -H "Accept: application/n-triples" \ "${container}${rdf_id}/" \ -| grep "<${container}${rdf_id}/> <${rdf_value}>" > /dev/null \ No newline at end of file +| grep "<${container}${rdf_id}/> <${rdf_value}>" > /dev/null diff --git a/http-tests/imports/test.csv.license b/http-tests/imports/test.csv.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/http-tests/imports/test.csv.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/http-tests/misc/POST-content-length-413.sh b/http-tests/misc/POST-content-length-413.sh index b147771d4..ed96d5394 100755 --- a/http-tests/misc/POST-content-length-413.sh +++ b/http-tests/misc/POST-content-length-413.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -30,4 +39,4 @@ curl -w "%{http_code}\n" -o /dev/null -k -s \ -H "Accept: text/turtle" \ --data-binary "@${file}" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_REQUEST_ENTITY_TOO_LARGE" \ No newline at end of file +| grep -q "$STATUS_REQUEST_ENTITY_TOO_LARGE" diff --git a/http-tests/misc/POST-transfer-chunked-413.sh b/http-tests/misc/POST-transfer-chunked-413.sh index 0abd39096..9397fa53e 100755 --- a/http-tests/misc/POST-transfer-chunked-413.sh +++ b/http-tests/misc/POST-transfer-chunked-413.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -41,4 +50,4 @@ curl -w "%{http_code}\n" -o /dev/null -k -s \ -H "Expect:" \ --data-binary "@${file}" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_REQUEST_ENTITY_TOO_LARGE" \ No newline at end of file +| grep -q "$STATUS_REQUEST_ENTITY_TOO_LARGE" diff --git a/http-tests/misc/admin-webid-delegation.sh b/http-tests/misc/admin-webid-delegation.sh index 316762715..04dd419af 100755 --- a/http-tests/misc/admin-webid-delegation.sh +++ b/http-tests/misc/admin-webid-delegation.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" diff --git a/http-tests/misc/webid-delegation.sh b/http-tests/misc/webid-delegation.sh index ddd71b842..a8cb9e3a1 100755 --- a/http-tests/misc/webid-delegation.sh +++ b/http-tests/misc/webid-delegation.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" diff --git a/http-tests/proxy/GET-proxied-external-502.sh b/http-tests/proxy/GET-proxied-external-502.sh index 31e5bdf13..3c86ab7e0 100755 --- a/http-tests/proxy/GET-proxied-external-502.sh +++ b/http-tests/proxy/GET-proxied-external-502.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -25,4 +34,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \ -E "$AGENT_CERT_FILE":"$AGENT_CERT_PWD" \ --data-urlencode "uri=http://f1d2d4cf-90bb-4f5b-ae4b-921e584b6edd.org" \ "$END_USER_BASE_URL" \ -| grep -q "$STATUS_BAD_GATEWAY" \ No newline at end of file +| grep -q "$STATUS_BAD_GATEWAY" diff --git a/http-tests/proxy/GET-proxied-external-fallback.sh b/http-tests/proxy/GET-proxied-external-fallback.sh index 6cba650a5..1642cca6f 100755 --- a/http-tests/proxy/GET-proxied-external-fallback.sh +++ b/http-tests/proxy/GET-proxied-external-fallback.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash + + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -50,4 +60,4 @@ triple_count=$(curl -k -f -s \ if [ "$triple_count" != "$concept7367_triple_count" ]; then exit 1 -fi \ No newline at end of file +fi diff --git a/http-tests/proxy/GET-proxied-external.sh b/http-tests/proxy/GET-proxied-external.sh index 8501275e7..6bb98fae7 100755 --- a/http-tests/proxy/GET-proxied-external.sh +++ b/http-tests/proxy/GET-proxied-external.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -41,4 +50,4 @@ direct_triple_count=$(curl -f -s \ if [ "$proxied_triple_count" != "$direct_triple_count" ]; then exit 1 -fi \ No newline at end of file +fi diff --git a/http-tests/proxy/GET-proxied.sh b/http-tests/proxy/GET-proxied.sh index df241933b..6044528ca 100755 --- a/http-tests/proxy/GET-proxied.sh +++ b/http-tests/proxy/GET-proxied.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -42,4 +51,4 @@ direct_triple_count=$(curl -k -f -s \ if [ "$proxied_triple_count" != "$direct_triple_count" ]; then exit 1 -fi \ No newline at end of file +fi diff --git a/http-tests/proxy/HEAD-proxied-accept.sh b/http-tests/proxy/HEAD-proxied-accept.sh index bd028cae8..d17fceab8 100755 --- a/http-tests/proxy/HEAD-proxied-accept.sh +++ b/http-tests/proxy/HEAD-proxied-accept.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail initialize_dataset "$END_USER_BASE_URL" "$TMP_END_USER_DATASET" "$END_USER_ENDPOINT_URL" @@ -40,4 +49,4 @@ content_type=$(curl -G --head -k -w "%{content_type}\n" -f -s -o /dev/null \ [ "$content_type" = 'application/rdf+xml' ] || exit 1 -# TO-DO: try to actually parse the response as Turtle and RDF/XML? \ No newline at end of file +# TO-DO: try to actually parse the response as Turtle and RDF/XML? diff --git a/http-tests/run.sh b/http-tests/run.sh index a0128ba38..040d8efe9 100755 --- a/http-tests/run.sh +++ b/http-tests/run.sh @@ -1,5 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + if [ "$#" -ne 4 ]; then echo "Usage: $0" '$owner_pem_file $owner_cert_password $secretary_pem_file $secretary_cert_password' >&2 echo "Example: $0 $PWD/ssl/owner/cert.pem OwnerPassword $PWD/ssl/secretary/cert.pem SecretaryPassword" >&2 @@ -150,4 +159,4 @@ rm "$AGENT_CERT_FILE" rm "$TMP_END_USER_DATASET" rm "$TMP_ADMIN_DATASET" -exit $error_count \ No newline at end of file +exit $error_count diff --git a/http-tests/signup.sh b/http-tests/signup.sh index a14c03435..faa78bbcf 100755 --- a/http-tests/signup.sh +++ b/http-tests/signup.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -euo pipefail email="john@doe.com" @@ -60,4 +69,4 @@ openssl pkcs12 \ -passin pass:"$AGENT_CERT_PWD" \ -passout pass:"$AGENT_CERT_PWD" -rm "$agent_p12_cert" \ No newline at end of file +rm "$agent_p12_cert" diff --git a/platform/conf/ROOT.xml b/platform/conf/ROOT.xml index 1b99d957c..b5d58408c 100644 --- a/platform/conf/ROOT.xml +++ b/platform/conf/ROOT.xml @@ -1,2 +1,12 @@ + + + - \ No newline at end of file + diff --git a/platform/context.xsl b/platform/context.xsl index fad0d996b..e3f60d949 100644 --- a/platform/context.xsl +++ b/platform/context.xsl @@ -1,3 +1,13 @@ + + + @@ -162,4 +172,4 @@ xmlns:google="&google;" - \ No newline at end of file + diff --git a/platform/entrypoint.sh b/platform/entrypoint.sh index 7318ec5e6..d557fd3d8 100755 --- a/platform/entrypoint.sh +++ b/platform/entrypoint.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -e # set timezone diff --git a/platform/import-letsencrypt-stg-roots.sh b/platform/import-letsencrypt-stg-roots.sh index f8770cec8..d1fd5a089 100755 --- a/platform/import-letsencrypt-stg-roots.sh +++ b/platform/import-letsencrypt-stg-roots.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + # LetsEncrypt staging certs from https://github.com/letsencrypt/website/tree/master/static/certs/staging TO-DO: put into an extending image for cert in 'letsencrypt-stg-int-e1.der' \ @@ -27,4 +35,4 @@ do \ -trustcacerts \ -alias "$cert_alias" \ -file "/etc/letsencrypt/staging/${cert}" -done \ No newline at end of file +done diff --git a/platform/profiler/bin/calibrate-15.sh b/platform/profiler/bin/calibrate-15.sh index e38556950..40af80fd0 100755 --- a/platform/profiler/bin/calibrate-15.sh +++ b/platform/profiler/bin/calibrate-15.sh @@ -1,5 +1,12 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/platform/profiler/bin/calibrate-16.sh b/platform/profiler/bin/calibrate-16.sh index cdd20f4c4..6272bd80c 100755 --- a/platform/profiler/bin/calibrate-16.sh +++ b/platform/profiler/bin/calibrate-16.sh @@ -1,5 +1,13 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/platform/profiler/bin/calibrate.sh b/platform/profiler/bin/calibrate.sh index e38556950..40af80fd0 100755 --- a/platform/profiler/bin/calibrate.sh +++ b/platform/profiler/bin/calibrate.sh @@ -1,5 +1,12 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/platform/profiler/bin/profile-15.sh b/platform/profiler/bin/profile-15.sh index 7184e3c29..500268016 100755 --- a/platform/profiler/bin/profile-15.sh +++ b/platform/profiler/bin/profile-15.sh @@ -1,5 +1,13 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/platform/profiler/bin/profile-16.sh b/platform/profiler/bin/profile-16.sh index 035a2f56b..093c72f5b 100755 --- a/platform/profiler/bin/profile-16.sh +++ b/platform/profiler/bin/profile-16.sh @@ -1,5 +1,13 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/platform/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so.license b/platform/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/platform/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/platform/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so.license b/platform/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/platform/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/pom.xml b/pom.xml index a1674921b..ea75a1762 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,13 @@ + + + 4.0.0 diff --git a/release.sh b/release.sh index 99390d233..c0ac45df9 100755 --- a/release.sh +++ b/release.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + mvn release:clean release:prepare mvn release:perform \ No newline at end of file diff --git a/screenshot.png.license b/screenshot.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/screenshot.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/screenshots.png.license b/screenshots.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/screenshots.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/scripts/add-data.sh b/scripts/add-data.sh index fcaf1e283..35e85910a 100755 --- a/scripts/add-data.sh +++ b/scripts/add-data.sh @@ -1,5 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Appends RDF description to the dataset.\n" @@ -77,4 +86,4 @@ if [ -n "$proxy" ]; then fi # POST RDF document from stdin to the server -cat - | curl -v -k -E "$cert_pem_file":"$cert_password" -d @- -H "Content-Type: ${content_type}" -H "Accept: text/turtle" "$target" -v -D - | tr -d '\r' \ No newline at end of file +cat - | curl -v -k -E "$cert_pem_file":"$cert_password" -d @- -H "Content-Type: ${content_type}" -H "Accept: text/turtle" "$target" -v -D - | tr -d '\r' diff --git a/scripts/admin/acl/add-agent-to-group.sh b/scripts/admin/acl/add-agent-to-group.sh index 0cc212b19..eb469ea5b 100755 --- a/scripts/admin/acl/add-agent-to-group.sh +++ b/scripts/admin/acl/add-agent-to-group.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Adds agent to an agent group.\n" @@ -79,4 +86,4 @@ sparql+="}\n" # PATCH SPARQL to the named graph -echo -e "$sparql" | curl -X PATCH --data-binary @- -s -k -E "$cert_pem_file":"$cert_password" "$target" -H "Content-Type: application/sparql-update" \ No newline at end of file +echo -e "$sparql" | curl -X PATCH --data-binary @- -s -k -E "$cert_pem_file":"$cert_password" "$target" -H "Content-Type: application/sparql-update" diff --git a/scripts/admin/acl/create-authorization.sh b/scripts/admin/acl/create-authorization.sh index db50de687..7716aad88 100755 --- a/scripts/admin/acl/create-authorization.sh +++ b/scripts/admin/acl/create-authorization.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Creates an ACL authorization.\n" @@ -235,4 +243,4 @@ if [ -n "$write" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/acl/create-group.sh b/scripts/admin/acl/create-group.sh index 575ae6ca5..f81a6bc87 100755 --- a/scripts/admin/acl/create-group.sh +++ b/scripts/admin/acl/create-group.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Creates an ACL agent group.\n" @@ -148,4 +156,4 @@ do done # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/acl/make-public.sh b/scripts/admin/acl/make-public.sh index 15242c37b..c25f2952a 100755 --- a/scripts/admin/acl/make-public.sh +++ b/scripts/admin/acl/make-public.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Makes all documents of the end-user application publicly readable.\n" @@ -85,6 +93,10 @@ INSERT acl:accessToClass def:Root, dh:Container, dh:Item, nfo:FileDataObject ; acl:accessTo <../sparql> . } +<<<<<<< HEAD +EOF +======= WHERE {} -EOF \ No newline at end of file +EOF +>>>>>>> d08c2ba5572686ff28f238c2db30871ba70caad4 diff --git a/scripts/admin/add-ontology-import.sh b/scripts/admin/add-ontology-import.sh index 3333c9ab4..30841d57b 100755 --- a/scripts/admin/add-ontology-import.sh +++ b/scripts/admin/add-ontology-import.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Adds owl:import statement to ontology.\n" @@ -80,4 +87,4 @@ sparql+="}\n" # PATCH SPARQL to the named graph -echo -e "$sparql" | curl -X PATCH --data-binary @- -v -k -E "$cert_pem_file":"$cert_password" "$target" -H "Content-Type: application/sparql-update" \ No newline at end of file +echo -e "$sparql" | curl -X PATCH --data-binary @- -v -k -E "$cert_pem_file":"$cert_password" "$target" -H "Content-Type: application/sparql-update" diff --git a/scripts/admin/clear-ontology.sh b/scripts/admin/clear-ontology.sh index a079cf84e..59c3bd0a8 100755 --- a/scripts/admin/clear-ontology.sh +++ b/scripts/admin/clear-ontology.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Clears ontology from memory and reloads it.\n" @@ -87,4 +94,4 @@ curl -s -k -f \ -H "Accept: text/turtle" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "uri=${ontology}" \ - "$target" \ No newline at end of file + "$target" diff --git a/scripts/admin/model/create-class.sh b/scripts/admin/model/create-class.sh index 98f4c154b..6aee92f4a 100755 --- a/scripts/admin/model/create-class.sh +++ b/scripts/admin/model/create-class.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates an ontology class.\n" @@ -172,4 +179,4 @@ do done # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/model/create-construct.sh b/scripts/admin/model/create-construct.sh index 2cf80592b..f63f67e51 100755 --- a/scripts/admin/model/create-construct.sh +++ b/scripts/admin/model/create-construct.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a SPARQL CONSTRUCT query.\n" @@ -151,4 +158,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/model/create-ontology.sh b/scripts/admin/model/create-ontology.sh index 1ca0e30c3..d1a1d6ff6 100755 --- a/scripts/admin/model/create-ontology.sh +++ b/scripts/admin/model/create-ontology.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a new ontology in its own named graph.\n" @@ -136,4 +143,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/model/create-property-constraint.sh b/scripts/admin/model/create-property-constraint.sh index 5e961aa14..920ee9390 100755 --- a/scripts/admin/model/create-property-constraint.sh +++ b/scripts/admin/model/create-property-constraint.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a SPIN constraint that makes a property required.\n" @@ -150,4 +157,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/model/create-restriction.sh b/scripts/admin/model/create-restriction.sh index 09b70271a..633b9a19e 100755 --- a/scripts/admin/model/create-restriction.sh +++ b/scripts/admin/model/create-restriction.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates an OWL restriction.\n" @@ -169,4 +176,4 @@ if [ -n "$has_value" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/model/create-select.sh b/scripts/admin/model/create-select.sh index ff8492091..24f89fc42 100755 --- a/scripts/admin/model/create-select.sh +++ b/scripts/admin/model/create-select.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a SPARQL SELECT query in the Domain ontology.\n" @@ -161,4 +168,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../../create-document.sh "${args[@]}" diff --git a/scripts/admin/model/import-ontology.sh b/scripts/admin/model/import-ontology.sh index 0445f97ab..ea2b637d8 100755 --- a/scripts/admin/model/import-ontology.sh +++ b/scripts/admin/model/import-ontology.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Imports external ontology into the model.\n" @@ -98,4 +105,4 @@ turtle+="_:arg <${graph}> turtle+="_:arg <${base}queries/construct-constructors/#this> .\n" # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | curl -s -k -E "$cert_pem_file":"$cert_password" -d @- -H "Content-Type: $content_type" -H "Accept: text/turtle" "$target" -s -D - \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | curl -s -k -E "$cert_pem_file":"$cert_password" -d @- -H "Content-Type: $content_type" -H "Accept: text/turtle" "$target" -s -D - diff --git a/scripts/append-content.sh b/scripts/append-content.sh index 7a5fd71c7..5ea3b3ed5 100755 --- a/scripts/append-content.sh +++ b/scripts/append-content.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Appends content instance to document.\n" @@ -115,4 +123,4 @@ WHERE BIND(uri(concat(str(<${this}>), "#id", struuid())) AS ?content) }; -EOF \ No newline at end of file +EOF diff --git a/scripts/create-container.sh b/scripts/create-container.sh index 04835b4a8..6bef4b394 100755 --- a/scripts/create-container.sh +++ b/scripts/create-container.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a container document.\n" @@ -125,4 +132,4 @@ if [ -n "$slug" ] ; then turtle+="_:container dh:slug \"${slug}\" .\n" fi -echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" diff --git a/scripts/create-document.sh b/scripts/create-document.sh index 85def435c..242b8ad91 100755 --- a/scripts/create-document.sh +++ b/scripts/create-document.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates an RDF document.\n" @@ -77,4 +84,4 @@ if [ -n "$proxy" ]; then fi # POST RDF document from stdin to the server and print Location URL -cat - | curl -v -k -E "$cert_pem_file":"$cert_password" -d @- -H "Content-Type: ${content_type}" -H "Accept: text/turtle" "$target" -v -D - | tr -d '\r' | sed -En 's/^Location: (.*)/\1/p' \ No newline at end of file +cat - | curl -v -k -E "$cert_pem_file":"$cert_password" -d @- -H "Content-Type: ${content_type}" -H "Accept: text/turtle" "$target" -v -D - | tr -d '\r' | sed -En 's/^Location: (.*)/\1/p' diff --git a/scripts/create-generic-service.sh b/scripts/create-generic-service.sh index 6354e03a0..6bf8b207a 100755 --- a/scripts/create-generic-service.sh +++ b/scripts/create-generic-service.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a generic service using endpoint URI.\n" @@ -161,4 +168,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" diff --git a/scripts/create-item.sh b/scripts/create-item.sh index 009b9373d..b02485dd6 100755 --- a/scripts/create-item.sh +++ b/scripts/create-item.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates an item document.\n" @@ -113,4 +120,4 @@ if [ -n "$slug" ] ; then turtle+="_:item dh:slug \"${slug}\" .\n" fi -echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" diff --git a/scripts/create-result-set-chart.sh b/scripts/create-result-set-chart.sh index d126a1dbd..3816b604f 100755 --- a/scripts/create-result-set-chart.sh +++ b/scripts/create-result-set-chart.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a chart for SPARQL SELECT query results.\n" @@ -165,4 +172,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" diff --git a/scripts/create-select.sh b/scripts/create-select.sh index a926574e1..e0dd9bdc9 100755 --- a/scripts/create-select.sh +++ b/scripts/create-select.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Creates a SPARQL SELECT query.\n" @@ -142,4 +149,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ./create-document.sh "${args[@]}" diff --git a/scripts/get-document.sh b/scripts/get-document.sh index 50f43f3c9..0ae7ff602 100755 --- a/scripts/get-document.sh +++ b/scripts/get-document.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Retrieves RDF description.\n" @@ -87,4 +94,4 @@ if [ -n "$head" ] ; then curl -v -k -E "$cert_pem_file":"$cert_password" -H "Accept: ${accept}" "$target" --head else curl -v -k -E "$cert_pem_file":"$cert_password" -H "Accept: ${accept}" "$target" -fi \ No newline at end of file +fi diff --git a/scripts/imports/create-csv-import.sh b/scripts/imports/create-csv-import.sh index 748403108..91e3d922a 100755 --- a/scripts/imports/create-csv-import.sh +++ b/scripts/imports/create-csv-import.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Transforms CSV data into RDF using a SPARQL query and imports it.\n" @@ -154,4 +161,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../create-document.sh "${args[@]}" diff --git a/scripts/imports/create-file.sh b/scripts/imports/create-file.sh index c22dbd554..a3a4dfdf5 100755 --- a/scripts/imports/create-file.sh +++ b/scripts/imports/create-file.sh @@ -1,5 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Uploads a file.\n" @@ -167,4 +176,4 @@ if [ -n "$file_slug" ] ; then fi # POST RDF/POST multipart form from stdin to the server -echo -e "$rdf_post" | curl -s -k -H "Accept: text/turtle" -E "$cert_pem_file":"$cert_password" --config - "$target" -v -D - | tr -d '\r' | sed -En 's/^Location: (.*)/\1/p' \ No newline at end of file +echo -e "$rdf_post" | curl -s -k -H "Accept: text/turtle" -E "$cert_pem_file":"$cert_password" --config - "$target" -v -D - | tr -d '\r' | sed -En 's/^Location: (.*)/\1/p' diff --git a/scripts/imports/create-query.sh b/scripts/imports/create-query.sh index c59dc2028..bbd4228b6 100755 --- a/scripts/imports/create-query.sh +++ b/scripts/imports/create-query.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Creates a SPARQL CONSTRUCT query.\n" @@ -133,4 +141,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../create-document.sh "${args[@]}" diff --git a/scripts/imports/create-rdf-import.sh b/scripts/imports/create-rdf-import.sh index a06e17e5e..6633cfed2 100755 --- a/scripts/imports/create-rdf-import.sh +++ b/scripts/imports/create-rdf-import.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Imports RDF data.\n" @@ -151,4 +159,4 @@ if [ -n "$fragment" ] ; then fi # submit Turtle doc to the server -echo -e "$turtle" | turtle --base="$base" | ../create-document.sh "${args[@]}" \ No newline at end of file +echo -e "$turtle" | turtle --base="$base" | ../create-document.sh "${args[@]}" diff --git a/scripts/imports/import-csv.sh b/scripts/imports/import-csv.sh index 162ef418c..ad05fc00d 100755 --- a/scripts/imports/import-csv.sh +++ b/scripts/imports/import-csv.sh @@ -1,4 +1,12 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + set -E trap onexit ERR @@ -197,4 +205,4 @@ file=$(echo "$file_ntriples" | sed -rn "s/<${file_doc//\//\\/}> +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + set -E trap onexit ERR @@ -214,4 +223,4 @@ else --slug "$import_slug" \ --graph "$graph" \ --file "$file" -fi \ No newline at end of file +fi diff --git a/scripts/remove-content.sh b/scripts/remove-content.sh index 9c94739cb..0245b24e2 100755 --- a/scripts/remove-content.sh +++ b/scripts/remove-content.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + print_usage() { printf "Removes content from document.\n" @@ -82,4 +89,4 @@ WHERE ?p ?o } -EOF \ No newline at end of file +EOF diff --git a/scripts/setup.sh b/scripts/setup.sh index 150d3138f..f704a7099 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,4 +1,11 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub set -e # check that uuidgen command is available @@ -221,4 +228,4 @@ openssl \ -in "$secretary_keystore" \ -passin pass:"$secretary_cert_pwd" \ -out "$secretary_cert" \ - -passout pass:"$secretary_cert_pwd" \ No newline at end of file + -passout pass:"$secretary_cert_pwd" diff --git a/scripts/update-document.sh b/scripts/update-document.sh index 3fe08c1d2..d55e94d8a 100755 --- a/scripts/update-document.sh +++ b/scripts/update-document.sh @@ -1,5 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + print_usage() { printf "Replaces RDF description.\n" @@ -78,4 +87,4 @@ if [ -n "$proxy" ]; then fi # PUT RDF document from stdin to the server and print Location URL -cat - | curl -v -k -E "$cert_pem_file":"$cert_password" -X PUT -d @- -H "Content-Type: ${content_type}" -H "Accept: text/turtle" "$target" -s -D - | tr -d '\r' | sed -En 's/^Location: (.*)/\1/p' \ No newline at end of file +cat - | curl -v -k -E "$cert_pem_file":"$cert_password" -X PUT -d @- -H "Content-Type: ${content_type}" -H "Accept: text/turtle" "$target" -s -D - | tr -d '\r' | sed -En 's/^Location: (.*)/\1/p' diff --git a/scripts/webid-keygen-pem.sh b/scripts/webid-keygen-pem.sh index cc7d8c2ee..7653be17b 100755 --- a/scripts/webid-keygen-pem.sh +++ b/scripts/webid-keygen-pem.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + [ -z "$JAVA_HOME" ] && echo "Need to set JAVA_HOME" && exit 1; if [ "$#" -ne 6 ]; then @@ -10,4 +18,4 @@ fi "$JAVA_HOME"/bin/keytool -genkeypair -alias "$1" -keyalg RSA -storetype PKCS12 -keystore "$2" -storepass "$3" -keypass "$4" -ext SAN=uri:"$5" -validity "$6" -openssl pkcs12 -in "$2" -passin pass:"$4" -nokeys -out "$2.pem" # only export the public key! \ No newline at end of file +openssl pkcs12 -in "$2" -passin pass:"$4" -nokeys -out "$2.pem" # only export the public key! diff --git a/scripts/webid-keygen.sh b/scripts/webid-keygen.sh index 7d7fc8594..7817c603c 100755 --- a/scripts/webid-keygen.sh +++ b/scripts/webid-keygen.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + [ -z "$JAVA_HOME" ] && echo "Need to set JAVA_HOME" && exit 1; if [ "$#" -ne 6 ]; then @@ -8,4 +16,4 @@ if [ "$#" -ne 6 ]; then exit 1 fi -"$JAVA_HOME"/bin/keytool -genkeypair -alias "$1" -keyalg RSA -storetype PKCS12 -keystore "$2" -storepass "$3" -keypass "$4" -ext SAN=uri:"$5" -validity "$6" \ No newline at end of file +"$JAVA_HOME"/bin/keytool -genkeypair -alias "$1" -keyalg RSA -storetype PKCS12 -keystore "$2" -storepass "$3" -keypass "$4" -ext SAN=uri:"$5" -validity "$6" diff --git a/scripts/webid-modulus.sh b/scripts/webid-modulus.sh index 80a1e7071..b4ea9c620 100755 --- a/scripts/webid-modulus.sh +++ b/scripts/webid-modulus.sh @@ -1,5 +1,14 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + if [ "$#" -ne 1 ]; then echo "Usage: $0" '$public_key_pem_file' >&2 echo "Example: $0 martynas.localhost.pem" >&2 @@ -10,4 +19,4 @@ key_pem="$1" modulus_string=$(cat "$key_pem" | openssl x509 -noout -modulus) modulus="${modulus_string##*Modulus=}" # cut Modulus= text -echo "${modulus}" | tr '[:upper:]' '[:lower:]' # lowercase \ No newline at end of file +echo "${modulus}" | tr '[:upper:]' '[:lower:]' # lowercase diff --git a/scripts/webid-uri.sh b/scripts/webid-uri.sh index 5f8418ae9..3d53b9ebf 100755 --- a/scripts/webid-uri.sh +++ b/scripts/webid-uri.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + if [ "$#" -ne 1 ]; then echo "Usage: $0" '$public_key_pem_file' >&2 echo "Example: $0 martynas.localhost.pem" >&2 @@ -10,4 +18,4 @@ key_pem="$1" openssl x509 -in "$key_pem" -text -noout \ -certopt no_subject,no_header,no_version,no_serial,no_signame,no_validity,no_issuer,no_pubkey,no_sigdump,no_aux \ - | awk '/X509v3 Subject Alternative Name/ {getline; print}' | xargs | tail -c +5 \ No newline at end of file + | awk '/X509v3 Subject Alternative Name/ {getline; print}' | xargs | tail -c +5 diff --git a/src/main/java/com/atomgraph/linkeddatahub/Application.java b/src/main/java/com/atomgraph/linkeddatahub/Application.java index c67da25fa..e95ad7a75 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/Application.java +++ b/src/main/java/com/atomgraph/linkeddatahub/Application.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -1907,6 +1913,9 @@ public boolean isEnableWebIDSignUp() return enableWebIDSignUp; } +<<<<<<< HEAD +} +======= /** * Gets refresh token from persistent storage. * @@ -1935,4 +1944,5 @@ public void storeRefreshToken(String clientID, String refreshToken) throws IOExc } } -} \ No newline at end of file +} +>>>>>>> d08c2ba5572686ff28f238c2db30871ba70caad4 diff --git a/src/main/java/com/atomgraph/linkeddatahub/MediaType.java b/src/main/java/com/atomgraph/linkeddatahub/MediaType.java index 89abfdcf8..6bd70b4d6 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/MediaType.java +++ b/src/main/java/com/atomgraph/linkeddatahub/MediaType.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -153,4 +159,4 @@ public static javax.ws.rs.core.MediaType valueOf(URI uri) return valueOf(URI.create(NS).relativize(uri).toString()); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/AdminApplication.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/AdminApplication.java index 55fc457ca..04e6e9c3c 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/AdminApplication.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/AdminApplication.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/Application.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/Application.java index f676319cc..4aa8014df 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/Application.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/Application.java @@ -1,3 +1,10 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/Dataset.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/Dataset.java index b3b22f8f1..57fdd79a3 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/Dataset.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/Dataset.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/EndUserApplication.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/EndUserApplication.java index a41e9faa9..8b27f2d27 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/EndUserApplication.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/EndUserApplication.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImpl.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImpl.java index d4056111f..daf711567 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImplementation.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImplementation.java index d133891ac..16baced43 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImplementation.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/admin/impl/ApplicationImplementation.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImpl.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImpl.java index ab5816e88..bd316db46 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImplementation.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImplementation.java index 456982e16..bdbc72d73 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImplementation.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/end_user/impl/ApplicationImplementation.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImpl.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImpl.java index 78d60ad41..ea8405723 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImplementation.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImplementation.java index a5a8c68c8..b49a42d89 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImplementation.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/ApplicationImplementation.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImpl.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImpl.java index 767491933..f2492dc17 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * @@ -87,4 +93,4 @@ public Service getService() return null; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImplementation.java b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImplementation.java index f298cc39d..db4e6907a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImplementation.java +++ b/src/main/java/com/atomgraph/linkeddatahub/apps/model/impl/DatasetImplementation.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/client/LinkedDataClient.java b/src/main/java/com/atomgraph/linkeddatahub/client/LinkedDataClient.java index e56eb78e4..b5c1143df 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/client/LinkedDataClient.java +++ b/src/main/java/com/atomgraph/linkeddatahub/client/LinkedDataClient.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/client/SesameProtocolClient.java b/src/main/java/com/atomgraph/linkeddatahub/client/SesameProtocolClient.java index 1a8cd4864..314e5d6c9 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/client/SesameProtocolClient.java +++ b/src/main/java/com/atomgraph/linkeddatahub/client/SesameProtocolClient.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/client/filter/ClientUriRewriteFilter.java b/src/main/java/com/atomgraph/linkeddatahub/client/filter/ClientUriRewriteFilter.java index 5f751cef6..3de911e23 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/client/filter/ClientUriRewriteFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/client/filter/ClientUriRewriteFilter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/IDTokenDelegationFilter.java b/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/IDTokenDelegationFilter.java index 8a4ce7247..54a6851ad 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/IDTokenDelegationFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/IDTokenDelegationFilter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/WebIDDelegationFilter.java b/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/WebIDDelegationFilter.java index e29919591..43e0d156a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/WebIDDelegationFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/client/filter/auth/WebIDDelegationFilter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/ImportExecutor.java b/src/main/java/com/atomgraph/linkeddatahub/imports/ImportExecutor.java index 4546c8d30..21aadcf5e 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/ImportExecutor.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/ImportExecutor.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/QueryLoader.java b/src/main/java/com/atomgraph/linkeddatahub/imports/QueryLoader.java index 52e157ff8..f54a07531 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/QueryLoader.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/QueryLoader.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/RDFGraphStoreOutput.java b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/RDFGraphStoreOutput.java index 8a0685127..6355d4d3f 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/RDFGraphStoreOutput.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/RDFGraphStoreOutput.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/StreamRDFOutputWriter.java b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/StreamRDFOutputWriter.java index 0c932fe9d..d5ccd4e24 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/StreamRDFOutputWriter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/StreamRDFOutputWriter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * @@ -168,4 +174,4 @@ public String getGraphURI() return graphURI; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutput.java b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutput.java index 3d032f2fc..df1a637b9 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutput.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutput.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutputWriter.java b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutputWriter.java index ebadc7aa5..e78e94fa3 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutputWriter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreOutputWriter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreRowProcessor.java b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreRowProcessor.java index d654c1046..22e646095 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreRowProcessor.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/CSVGraphStoreRowProcessor.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/ClientResponseSupplier.java b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/ClientResponseSupplier.java index c95e52a8d..68da24a99 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/ClientResponseSupplier.java +++ b/src/main/java/com/atomgraph/linkeddatahub/imports/stream/csv/ClientResponseSupplier.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReader.java b/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReader.java index 14bb3fab8..c65b08a16 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReader.java +++ b/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReader.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * @@ -122,4 +128,4 @@ public JsonLdOptions getJsonLdOptions() return options; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReaderFactory.java b/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReaderFactory.java index 88a947f6a..cd520afcb 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReaderFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/io/HtmlJsonLDReaderFactory.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/io/JsonLDReader.java b/src/main/java/com/atomgraph/linkeddatahub/io/JsonLDReader.java index bdaa92e37..d01dfe99c 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/io/JsonLDReader.java +++ b/src/main/java/com/atomgraph/linkeddatahub/io/JsonLDReader.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -292,4 +298,4 @@ private Node createURI(String str) { else return profile.createURI(str, -1, -1) ; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/listener/EMailListener.java b/src/main/java/com/atomgraph/linkeddatahub/listener/EMailListener.java index d35987f5b..046388fb9 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/listener/EMailListener.java +++ b/src/main/java/com/atomgraph/linkeddatahub/listener/EMailListener.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -142,4 +148,4 @@ public Message getMessage() } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/listener/ImportListener.java b/src/main/java/com/atomgraph/linkeddatahub/listener/ImportListener.java index e54cf7422..6c2777c3e 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/listener/ImportListener.java +++ b/src/main/java/com/atomgraph/linkeddatahub/listener/ImportListener.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/CSVImport.java b/src/main/java/com/atomgraph/linkeddatahub/model/CSVImport.java index 1744e4059..5197698c6 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/CSVImport.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/CSVImport.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/File.java b/src/main/java/com/atomgraph/linkeddatahub/model/File.java index 2307e3202..f1dca6489 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/File.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/File.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/Import.java b/src/main/java/com/atomgraph/linkeddatahub/model/Import.java index 51d5f88b8..f21c2738a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/Import.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/Import.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/RDFImport.java b/src/main/java/com/atomgraph/linkeddatahub/model/RDFImport.java index 1102d46ae..eb4129b1d 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/RDFImport.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/RDFImport.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/Service.java b/src/main/java/com/atomgraph/linkeddatahub/model/Service.java index cbc50327c..dc09f5a20 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/Service.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/Service.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/UserAccount.java b/src/main/java/com/atomgraph/linkeddatahub/model/UserAccount.java index c1724067a..5db6208a4 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/UserAccount.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/UserAccount.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/XMLImport.java b/src/main/java/com/atomgraph/linkeddatahub/model/XMLImport.java index 45be8b26c..3251215b1 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/XMLImport.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/XMLImport.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/auth/Agent.java b/src/main/java/com/atomgraph/linkeddatahub/model/auth/Agent.java index f834491bb..9c3b4e294 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/auth/Agent.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/auth/Agent.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -27,4 +33,4 @@ public interface Agent extends Resource, Principal { -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/auth/Authorization.java b/src/main/java/com/atomgraph/linkeddatahub/model/auth/Authorization.java index 40906014e..cc1997023 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/auth/Authorization.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/auth/Authorization.java @@ -1,19 +1,8 @@ -/** - * Copyright 2022 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2022 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.model.auth; import java.net.URI; diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AgentImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AgentImpl.java index 77c3ad978..a9d9522f4 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AgentImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AgentImpl.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AuthorizationImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AuthorizationImpl.java index 86d5f3c09..3ddb8a8dd 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AuthorizationImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/auth/impl/AuthorizationImpl.java @@ -1,19 +1,8 @@ -/** - * Copyright 2022 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2022 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.model.auth.impl; import com.atomgraph.linkeddatahub.model.auth.Authorization; diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/impl/CSVImportImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/CSVImportImpl.java index ffa1a0b5b..4fafa9199 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/CSVImportImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/impl/CSVImportImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/impl/FileImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/FileImpl.java index 1c7394ac3..d806560be 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/FileImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/impl/FileImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/impl/ImportImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/ImportImpl.java index 6fbb1e706..c89792ee7 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/ImportImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/impl/ImportImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/impl/RDFImportImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/RDFImportImpl.java index 10d55dcde..056de5c78 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/RDFImportImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/impl/RDFImportImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImpl.java index 4b2ed14c9..161e15a40 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImplementation.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImplementation.java index 4ad55ccbc..4c4b6b58d 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImplementation.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/impl/ServiceImplementation.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/model/impl/UserAccountImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/UserAccountImpl.java index 2c02bd3fa..cb50b3f8b 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/UserAccountImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/impl/UserAccountImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/Add.java b/src/main/java/com/atomgraph/linkeddatahub/resource/Add.java index 4d5d0b977..2acc4374b 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/Add.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/Add.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/Importer.java b/src/main/java/com/atomgraph/linkeddatahub/resource/Importer.java index d8ed2fc0c..647fe8b71 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/Importer.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/Importer.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * @@ -165,4 +170,4 @@ public URI getURI() return getUriInfo().getAbsolutePath(); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/Namespace.java b/src/main/java/com/atomgraph/linkeddatahub/resource/Namespace.java index 895cc4450..ea61e2492 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/Namespace.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/Namespace.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -198,4 +204,4 @@ public com.atomgraph.linkeddatahub.Application getSystem() return system; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/Transform.java b/src/main/java/com/atomgraph/linkeddatahub/resource/Transform.java index 1990f3c9c..966fbd97a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/Transform.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/Transform.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/Clear.java b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/Clear.java index 540efffd0..4360a03ab 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/Clear.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/Clear.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/RequestAccess.java b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/RequestAccess.java index 51b4be128..38e26e758 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/RequestAccess.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/RequestAccess.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * @@ -253,4 +258,4 @@ public UriBuilder getAuthRequestContainerUriBuilder() return authRequestContainerUriBuilder.clone(); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/SignUp.java b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/SignUp.java index ef60a4654..bc2e47fb2 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/SignUp.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/SignUp.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -568,4 +574,4 @@ public Query getAgentQuery() return getSystem().getAgentQuery(); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/Login.java b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/Login.java index 0807fb09c..c09bc706c 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/Login.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/Login.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/google/Authorize.java b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/google/Authorize.java index 7df0b1755..fa34a0a79 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/google/Authorize.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/admin/oauth2/google/Authorize.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/graph/Item.java b/src/main/java/com/atomgraph/linkeddatahub/resource/graph/Item.java index 3cfedfa72..70c95a749 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/graph/Item.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/graph/Item.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2121 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/upload/Item.java b/src/main/java/com/atomgraph/linkeddatahub/resource/upload/Item.java index deb27e48a..a0d103f6c 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/upload/Item.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/upload/Item.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -189,4 +195,4 @@ public Resource getResource() return resource; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/resource/upload/sha1/Item.java b/src/main/java/com/atomgraph/linkeddatahub/resource/upload/sha1/Item.java index 39c422af0..4a8ad440d 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/resource/upload/sha1/Item.java +++ b/src/main/java/com/atomgraph/linkeddatahub/resource/upload/sha1/Item.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/event/AuthorizationCreated.java b/src/main/java/com/atomgraph/linkeddatahub/server/event/AuthorizationCreated.java index babd44aa6..ec17d195a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/event/AuthorizationCreated.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/event/AuthorizationCreated.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/event/SignUp.java b/src/main/java/com/atomgraph/linkeddatahub/server/event/SignUp.java index 17648c1e8..8b0e3a4a0 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/event/SignUp.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/event/SignUp.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/ImportException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/ImportException.java index 4c61d7c0a..2f257b305 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/ImportException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/ImportException.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/PayloadTooLargeException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/PayloadTooLargeException.java index 9b36bfbc8..ba3bc5c73 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/PayloadTooLargeException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/PayloadTooLargeException.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/RDFSyntaxException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/RDFSyntaxException.java index dc79aeb2b..c7f422859 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/RDFSyntaxException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/RDFSyntaxException.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/ResourceExistsException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/ResourceExistsException.java index d37d2e25d..b2d5f33c6 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/ResourceExistsException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/ResourceExistsException.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/AuthorizationException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/AuthorizationException.java index 9cc99c08d..c1f8b76dd 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/AuthorizationException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/AuthorizationException.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * @@ -97,4 +102,4 @@ public Resource getAgent() return agent; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDPublicKeyException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDPublicKeyException.java index 42285aebd..9d1df0c38 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDPublicKeyException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDPublicKeyException.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDURIException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDURIException.java index dae62e07e..4a43b0a91 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDURIException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/InvalidWebIDURIException.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDCertificateException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDCertificateException.java index 4f2a047d8..086afcdb1 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDCertificateException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDCertificateException.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDDelegationException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDDelegationException.java index b9b99701a..ce98ff706 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDDelegationException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDDelegationException.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -38,4 +44,4 @@ public WebIDDelegationException(Resource agent, Resource principal) super("Agent '" + agent.getURI() + "' does not delegate (acl:delegates) the agent '" + principal.getURI() + "'"); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDLoadingException.java b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDLoadingException.java index 88dcd6e21..4319a3a8b 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDLoadingException.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/exception/auth/webid/WebIDLoadingException.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/factory/AgentContextFactory.java b/src/main/java/com/atomgraph/linkeddatahub/server/factory/AgentContextFactory.java index e3754dfbb..4ea9dfe0a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/factory/AgentContextFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/factory/AgentContextFactory.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/factory/ApplicationFactory.java b/src/main/java/com/atomgraph/linkeddatahub/server/factory/ApplicationFactory.java index 2d9d01698..de19bc27c 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/factory/ApplicationFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/factory/ApplicationFactory.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/factory/AuthorizationContextFactory.java b/src/main/java/com/atomgraph/linkeddatahub/server/factory/AuthorizationContextFactory.java index 1cbd3f3bc..45121d4e3 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/factory/AuthorizationContextFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/factory/AuthorizationContextFactory.java @@ -1,19 +1,8 @@ -/** - * Copyright 2022 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2022 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.factory; import com.atomgraph.linkeddatahub.server.security.AuthorizationContext; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/factory/DatasetFactory.java b/src/main/java/com/atomgraph/linkeddatahub/server/factory/DatasetFactory.java index 0bc9cc0da..01d0c1602 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/factory/DatasetFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/factory/DatasetFactory.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/factory/OntologyFactory.java b/src/main/java/com/atomgraph/linkeddatahub/server/factory/OntologyFactory.java index 5d023b515..f23862df2 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/factory/OntologyFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/factory/OntologyFactory.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/factory/ServiceFactory.java b/src/main/java/com/atomgraph/linkeddatahub/server/factory/ServiceFactory.java index 4658ffd12..77b57c455 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/factory/ServiceFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/factory/ServiceFactory.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java index e84e9035e..720a776cf 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.request; import com.atomgraph.client.vocabulary.AC; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthenticationFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthenticationFilter.java index ec1eef3ba..6de63f2ef 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthenticationFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthenticationFilter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -211,4 +217,4 @@ public com.atomgraph.linkeddatahub.Application getSystem() return system; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthorizationFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthorizationFilter.java index bfdd54919..2735f3016 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthorizationFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/AuthorizationFilter.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ContentLengthLimitFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ContentLengthLimitFilter.java index 4e720e212..a1e9f5ca8 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ContentLengthLimitFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ContentLengthLimitFilter.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/MultipartRDFPostCleanupFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/MultipartRDFPostCleanupFilter.java index 29c5ecbf6..755427db9 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/MultipartRDFPostCleanupFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/MultipartRDFPostCleanupFilter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/OntologyFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/OntologyFilter.java index 4fab94568..86d317de8 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/OntologyFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/OntologyFilter.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/IDTokenFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/IDTokenFilter.java index 2f6394312..cb450fb48 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/IDTokenFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/IDTokenFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.request.auth; import com.atomgraph.linkeddatahub.apps.model.AdminApplication; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/ProxiedWebIDFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/ProxiedWebIDFilter.java index 318518675..c0c05c888 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/ProxiedWebIDFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/ProxiedWebIDFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2020 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2020 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.request.auth; import java.io.ByteArrayInputStream; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/WebIDFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/WebIDFilter.java index 698af7102..9b1440abd 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/WebIDFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/WebIDFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.request.auth; import com.atomgraph.linkeddatahub.server.filter.request.AuthenticationFilter; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/BackendInvalidationFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/BackendInvalidationFilter.java index a58677b06..cd114a062 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/BackendInvalidationFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/BackendInvalidationFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2021 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2021 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.response; import com.atomgraph.client.vocabulary.AC; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ProvenanceFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ProvenanceFilter.java index 2bc325c7a..f0150aebd 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ProvenanceFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ProvenanceFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2021 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2021 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.response; import com.atomgraph.core.vocabulary.SD; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ResponseHeaderFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ResponseHeaderFilter.java index 2b102933a..81a7f94ad 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ResponseHeaderFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/ResponseHeaderFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2021 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2021 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.response; import com.atomgraph.client.vocabulary.AC; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/XsltExecutableFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/XsltExecutableFilter.java index 8ba390386..2e3b25f29 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/XsltExecutableFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/response/XsltExecutableFilter.java @@ -1,19 +1,8 @@ -/** - * Copyright 2021 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2021 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.filter.response; import com.atomgraph.client.vocabulary.AC; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/RDFPostCleanupInterceptor.java b/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/RDFPostCleanupInterceptor.java index 114beb32d..ce9a68e5d 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/RDFPostCleanupInterceptor.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/RDFPostCleanupInterceptor.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/UpdateRequestCleanupInterceptor.java b/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/UpdateRequestCleanupInterceptor.java index e70a243b8..2dfa19f45 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/UpdateRequestCleanupInterceptor.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/interceptor/UpdateRequestCleanupInterceptor.java @@ -1,19 +1,8 @@ -/** - * Copyright 2022 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2022 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.interceptor; import com.atomgraph.core.MediaType; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/io/CollectingErrorHandler.java b/src/main/java/com/atomgraph/linkeddatahub/server/io/CollectingErrorHandler.java index e4ebfbda8..968b0852a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/io/CollectingErrorHandler.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/io/CollectingErrorHandler.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/io/ValidatingModelProvider.java b/src/main/java/com/atomgraph/linkeddatahub/server/io/ValidatingModelProvider.java index f9a0f04c4..a339b0acb 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/io/ValidatingModelProvider.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/io/ValidatingModelProvider.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * @@ -380,4 +385,4 @@ public javax.inject.Provider> getAgentContextProvider() return agentContextProvider; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/HttpHostConnectExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/HttpHostConnectExceptionMapper.java index 5b00b43cb..1d540554a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/HttpHostConnectExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/HttpHostConnectExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/MessagingExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/MessagingExceptionMapper.java index 0074e3cf9..1839d7e7a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/MessagingExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/MessagingExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ModelExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ModelExceptionMapper.java index d2d7e5996..99e3d85d4 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ModelExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ModelExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/OntClassNotFoundExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/OntClassNotFoundExceptionMapper.java index 2adbe6c99..3dfaaa756 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/OntClassNotFoundExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/OntClassNotFoundExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * @@ -53,4 +58,4 @@ public Response toResponse(OntClassNotFoundException ex) build(); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ResourceExistsExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ResourceExistsExceptionMapper.java index 1eb3c44f8..e0358a232 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ResourceExistsExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/ResourceExistsExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthenticationExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthenticationExceptionMapper.java index 77de890c4..c0847a6b8 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthenticationExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthenticationExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthorizationExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthorizationExceptionMapper.java index 7be6d8d88..f971c938b 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthorizationExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/AuthorizationExceptionMapper.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/oauth2/TokenExpiredExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/oauth2/TokenExpiredExceptionMapper.java index de92ccc25..407835a45 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/oauth2/TokenExpiredExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/oauth2/TokenExpiredExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDPublicKeyExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDPublicKeyExceptionMapper.java index 4c2079cb9..8bc89b4a1 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDPublicKeyExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDPublicKeyExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDURIExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDURIExceptionMapper.java index b8b0be358..4547c55b9 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDURIExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/InvalidWebIDURIExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDCertificateExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDCertificateExceptionMapper.java index eff811311..0fd84e571 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDCertificateExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDCertificateExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDDelegationExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDDelegationExceptionMapper.java index 2d402cb96..a4ec7ee46 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDDelegationExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDDelegationExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * @@ -53,4 +58,4 @@ public Response toResponse(WebIDDelegationException ex) build(); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDLoadingExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDLoadingExceptionMapper.java index cf9d291eb..f47b051ec 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDLoadingExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/auth/webid/WebIDLoadingExceptionMapper.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/QueryExecExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/QueryExecExceptionMapper.java index e9c265554..b5e926cd2 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/QueryExecExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/QueryExecExceptionMapper.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/RiotParseExceptionMapper.java b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/RiotParseExceptionMapper.java index 4f6f59a90..9f6eb35d7 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/RiotParseExceptionMapper.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/mapper/jena/RiotParseExceptionMapper.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/model/Patchable.java b/src/main/java/com/atomgraph/linkeddatahub/server/model/Patchable.java index 1e0c83096..3ddd5b118 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/model/Patchable.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/model/Patchable.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/Dispatcher.java b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/Dispatcher.java index d0fc07273..8ba70ec31 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/Dispatcher.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/Dispatcher.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/GraphStoreImpl.java b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/GraphStoreImpl.java index 0790ad828..baa100631 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/GraphStoreImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/GraphStoreImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -889,4 +895,4 @@ public URI getSecretaryDocURI() return secretaryDocURI; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/ProxyResourceBase.java b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/ProxyResourceBase.java index 786d1192f..aaf7ce704 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/ProxyResourceBase.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/ProxyResourceBase.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/SPARQLEndpointImpl.java b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/SPARQLEndpointImpl.java index b4229abd0..bd736e403 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/SPARQLEndpointImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/model/impl/SPARQLEndpointImpl.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentContext.java b/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentContext.java index 3ff9cc842..2c608aea0 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentContext.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentContext.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentSecurityContext.java b/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentSecurityContext.java index 993ff5f4a..fee4ae243 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentSecurityContext.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/security/AgentSecurityContext.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/security/AuthorizationContext.java b/src/main/java/com/atomgraph/linkeddatahub/server/security/AuthorizationContext.java index e9d0a4e26..b07be2fa8 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/security/AuthorizationContext.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/security/AuthorizationContext.java @@ -1,19 +1,8 @@ -/** - * Copyright 2022 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2022 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.server.security; import com.atomgraph.linkeddatahub.model.auth.Authorization; diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/security/IDTokenSecurityContext.java b/src/main/java/com/atomgraph/linkeddatahub/server/security/IDTokenSecurityContext.java index 40e04bcc1..7982dfe77 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/security/IDTokenSecurityContext.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/security/IDTokenSecurityContext.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2022 Martynas Jusevičius * @@ -51,4 +56,4 @@ public String getJWTToken() return jwtToken; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/security/WebIDSecurityContext.java b/src/main/java/com/atomgraph/linkeddatahub/server/security/WebIDSecurityContext.java index b8ffee70e..75b58ce32 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/security/WebIDSecurityContext.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/security/WebIDSecurityContext.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/MessageBuilder.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/MessageBuilder.java index 399aa539a..ae8d58c17 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/MessageBuilder.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/MessageBuilder.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/ModelSplitter.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/ModelSplitter.java index 30432c0aa..89f4df2a8 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/ModelSplitter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/ModelSplitter.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/OntologyModelGetter.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/OntologyModelGetter.java index 4aa447970..dbe7e92e2 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/OntologyModelGetter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/OntologyModelGetter.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2022 Martynas Jusevičius * @@ -144,4 +149,4 @@ public Query getOntologyQuery() return ontologyQuery; } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/PatchUpdateVisitor.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/PatchUpdateVisitor.java index d9d17f8ad..2df1b10c0 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/PatchUpdateVisitor.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/PatchUpdateVisitor.java @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/Skolemizer.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/Skolemizer.java index e4fe6e1be..06eedbdd6 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/Skolemizer.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/Skolemizer.java @@ -1,3 +1,7 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/WebIDCertGen.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/WebIDCertGen.java index 6e447ed3d..6d0e3d9b0 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/WebIDCertGen.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/WebIDCertGen.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2019 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/Closeable.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/Closeable.java index 355e089bc..6a05a892a 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/Closeable.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/Closeable.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -38,4 +43,4 @@ public interface Closeable { */ boolean isClosed() throws IOException; -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/LimitedInputStream.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/LimitedInputStream.java index 870842d64..42c26f41f 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/LimitedInputStream.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/LimitedInputStream.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -163,4 +168,4 @@ public void close() throws IOException { super.close(); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/RejectTooLargeInputStream.java b/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/RejectTooLargeInputStream.java index e774c4c0e..7ae5d7253 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/RejectTooLargeInputStream.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/util/stream/RejectTooLargeInputStream.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/ACL.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/ACL.java index 1a528e187..280c14a45 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/ACL.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/ACL.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.ObjectProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Admin.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Admin.java index d2bda9453..3c8b18de9 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Admin.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Admin.java @@ -1,19 +1,8 @@ -/** - * Copyright 2022 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2022 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.OntModel; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Cert.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Cert.java index c0906f376..be1148857 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Cert.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Cert.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Default.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Default.java index 03d36f429..c0e32bf8e 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Default.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Default.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.OntClass; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/FOAF.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/FOAF.java index a71875fe5..dcf2acf66 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/FOAF.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/FOAF.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Google.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Google.java index cd68c45f5..d92237581 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Google.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/Google.java @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LACL.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LACL.java index 5a258cd60..3a140764b 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LACL.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LACL.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LAPP.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LAPP.java index 9662c7131..0e3af20df 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LAPP.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LAPP.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDH.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDH.java index a1f0f5baa..1f1216772 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDH.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDH.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHC.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHC.java index e14939fc7..c716beea7 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHC.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHC.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHT.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHT.java index e43185459..7c952bbeb 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHT.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LDHT.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LSMT.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LSMT.java index 0f7847716..79b520135 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LSMT.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/LSMT.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/NFO.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/NFO.java index 6aba1781b..db7dc3e0f 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/NFO.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/NFO.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/PROV.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/PROV.java index efd61c669..036730296 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/PROV.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/PROV.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/VoID.java b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/VoID.java index fb4f7e48d..58956101c 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/vocabulary/VoID.java +++ b/src/main/java/com/atomgraph/linkeddatahub/vocabulary/VoID.java @@ -1,19 +1,8 @@ -/** - * Copyright 2019 Martynas Jusevičius - * - * 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 - * - * 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. - * - */ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + package com.atomgraph.linkeddatahub.vocabulary; import org.apache.jena.ontology.DatatypeProperty; diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/Mode.java b/src/main/java/com/atomgraph/linkeddatahub/writer/Mode.java index 6e957a85a..45aca2cbd 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/Mode.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/Mode.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriter.java b/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriter.java index 964b87054..4048dfc40 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriter.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* * Copyright 2020 Martynas Jusevičius . * diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriterBase.java b/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriterBase.java index 35b2f2c60..9436ec256 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriterBase.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/ModelXSLTWriterBase.java @@ -1,3 +1,8 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* * Copyright 2020 Martynas Jusevičius . * @@ -427,4 +432,4 @@ public ContainerRequestContext getContainerRequestContext() return crc.get(); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/DataManagerFactory.java b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/DataManagerFactory.java index c489adff4..65ff5a97d 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/DataManagerFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/DataManagerFactory.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -165,4 +171,4 @@ public Application getApplication() return (Application)getContainerRequestContext().getProperty(LAPP.Application.getURI()); } -} \ No newline at end of file +} diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/ModeFactory.java b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/ModeFactory.java index b7b2b8249..a8bc80d79 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/ModeFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/ModeFactory.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2021 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/XsltExecutableSupplierFactory.java b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/XsltExecutableSupplierFactory.java index 6abd2f663..cc8608c90 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/XsltExecutableSupplierFactory.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/XsltExecutableSupplierFactory.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplier.java b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplier.java index 8e54147c1..d4a9855b7 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplier.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplier.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplierImpl.java b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplierImpl.java index a352cb3fd..e8b11d8d6 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplierImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/factory/xslt/XsltExecutableSupplierImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2020 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/function/Construct.java b/src/main/java/com/atomgraph/linkeddatahub/writer/function/Construct.java index 4831d9395..053e642cf 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/function/Construct.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/function/Construct.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2022 Martynas Jusevičius * diff --git a/src/main/java/com/atomgraph/linkeddatahub/writer/impl/DataManagerImpl.java b/src/main/java/com/atomgraph/linkeddatahub/writer/impl/DataManagerImpl.java index e6001e72e..cedb0ca43 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/writer/impl/DataManagerImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/writer/impl/DataManagerImpl.java @@ -1,3 +1,9 @@ +// Copyright 2019 Martynas Jusevičius +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + + /** * Copyright 2019 Martynas Jusevičius * @@ -94,4 +100,4 @@ public AgentContext getAgentContext() return agentContext; } -} \ No newline at end of file +} diff --git a/src/main/resources/com/atomgraph/linkeddatahub/app/admin/adm.ttl b/src/main/resources/com/atomgraph/linkeddatahub/app/admin/adm.ttl index 457dd292a..b18e7d676 100644 --- a/src/main/resources/com/atomgraph/linkeddatahub/app/admin/adm.ttl +++ b/src/main/resources/com/atomgraph/linkeddatahub/app/admin/adm.ttl @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + @base . @prefix : <#> . @@ -352,4 +360,4 @@ foaf:Group spin:constructor :GroupConstructor ; dct:description [ a xsd:string ] ; foaf:member [ a foaf:Agent ] . } - WHERE {}""" . \ No newline at end of file + WHERE {}""" . diff --git a/src/main/resources/com/atomgraph/linkeddatahub/app/admin/lacl.ttl b/src/main/resources/com/atomgraph/linkeddatahub/app/admin/lacl.ttl index 2111af347..64a8c2d42 100644 --- a/src/main/resources/com/atomgraph/linkeddatahub/app/admin/lacl.ttl +++ b/src/main/resources/com/atomgraph/linkeddatahub/app/admin/lacl.ttl @@ -1,3 +1,12 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + + @base . @prefix : <#> . @@ -112,4 +121,4 @@ rdfs:subClassOf acl:Authorization ; rdfs:label "Creator access" ; rdfs:comment "Creators have full control of their created resources" ; - rdfs:isDefinedBy : . \ No newline at end of file + rdfs:isDefinedBy : . diff --git a/src/main/resources/com/atomgraph/linkeddatahub/def.ttl b/src/main/resources/com/atomgraph/linkeddatahub/def.ttl index 45b20b745..83ce996bd 100644 --- a/src/main/resources/com/atomgraph/linkeddatahub/def.ttl +++ b/src/main/resources/com/atomgraph/linkeddatahub/def.ttl @@ -1,3 +1,12 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + + @base . @prefix : <#> . @@ -63,4 +72,4 @@ sd:Service spin:constructor ldh:TitleConstructor, ldh:DescriptionConstructor ; # https://w3id.org/atomgraph/linkeddatahub/apps lapp:Application spin:constructor ldh:TitleConstructor, ldh:DescriptionConstructor ; - spin:constraint :MissingTitle . \ No newline at end of file + spin:constraint :MissingTitle . diff --git a/src/main/resources/com/atomgraph/linkeddatahub/lapp.ttl b/src/main/resources/com/atomgraph/linkeddatahub/lapp.ttl index 5b578b120..5d80cbac7 100644 --- a/src/main/resources/com/atomgraph/linkeddatahub/lapp.ttl +++ b/src/main/resources/com/atomgraph/linkeddatahub/lapp.ttl @@ -1,3 +1,12 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + + @base . @prefix : <#> . @@ -220,4 +229,4 @@ WHERE HAVING ( COUNT(?hostname) > 1 ) } }""" ; - rdfs:isDefinedBy : . \ No newline at end of file + rdfs:isDefinedBy : . diff --git a/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl b/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl index b169c0e8d..7d3b33b7d 100644 --- a/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl +++ b/src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + @base . @prefix : <#> . @@ -610,4 +618,4 @@ sd:Service spin:constructor :ServiceConstructor ; } WHERE {}""" ; rdfs:label "Service constructor" ; - rdfs:isDefinedBy : . \ No newline at end of file + rdfs:isDefinedBy : . diff --git a/src/main/resources/com/atomgraph/linkeddatahub/prov-o.ttl b/src/main/resources/com/atomgraph/linkeddatahub/prov-o.ttl index f4318aaad..ea5e207ea 100644 --- a/src/main/resources/com/atomgraph/linkeddatahub/prov-o.ttl +++ b/src/main/resources/com/atomgraph/linkeddatahub/prov-o.ttl @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + @prefix rdf: . @prefix : . @prefix rdfs: . diff --git a/src/main/resources/com/atomgraph/linkeddatahub/schema.org.jsonldcontext.json.license b/src/main/resources/com/atomgraph/linkeddatahub/schema.org.jsonldcontext.json.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/resources/com/atomgraph/linkeddatahub/schema.org.jsonldcontext.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/resources/etc/spin.ttl b/src/main/resources/etc/spin.ttl index 645dad045..0e863c82a 100644 --- a/src/main/resources/etc/spin.ttl +++ b/src/main/resources/etc/spin.ttl @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + ### custom LDH version ### ### spin:constraint is not rdfs:subPropertyOf spin:query ### diff --git a/src/main/resources/location-mapping.ttl b/src/main/resources/location-mapping.ttl index d22d45bec..439c8b8eb 100644 --- a/src/main/resources/location-mapping.ttl +++ b/src/main/resources/location-mapping.ttl @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + @prefix lm: . [] lm:mapping @@ -17,4 +25,4 @@ [ lm:name "http://spinrdf.org/spin" ; lm:altName "etc/spin.ttl" ] , [ lm:name "http://spinrdf.org/spl#" ; lm:altName "etc/spl.spin.ttl" ] , [ lm:name "http://spinrdf.org/spl" ; lm:altName "etc/spl.spin.ttl" ] -. \ No newline at end of file +. diff --git a/src/main/resources/prefix-mapping.ttl b/src/main/resources/prefix-mapping.ttl index 1f8a88620..f28ba386e 100644 --- a/src/main/resources/prefix-mapping.ttl +++ b/src/main/resources/prefix-mapping.ttl @@ -1,3 +1,11 @@ +# SPDX-FileCopyrightText: 2017 Martynas Jusevicius +# SPDX-FileCopyrightText: 2017 LinkedDataHub +# +# SPDX-License-Identifier: Apache-2.0 + +# LinkedDataHub + + @prefix lm: . [] lm:mapping @@ -74,4 +82,4 @@ [ lm:prefix "http://spinrdf.org/sp" ; lm:altName "etc/sp.ttl" ] , [ lm:prefix "http://spinrdf.org/spin" ; lm:altName "etc/spin.ttl" ] , [ lm:prefix "http://spinrdf.org/spl" ; lm:altName "etc/spl.spin.ttl" ] -. \ No newline at end of file +. diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml index fd2fac1fc..eff098fa6 100644 --- a/src/main/webapp/META-INF/context.xml +++ b/src/main/webapp/META-INF/context.xml @@ -1,2 +1,9 @@ - + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 49ee36166..4adff7e3f 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,11 @@ - + xsl text/xsl;charset=UTF-8 - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css index 67101fe43..132cdcca9 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + * + * SPDX-License-Identifier: Apache-2.0 + */ + html { height: 100%; } body { height: calc(100% - 120px); padding-top: 120px; padding-bottom: 0; } body.embed { padding-top: 0; } diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/apps_black_24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/apps_black_24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/apps_black_24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_downward-black-24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_downward-black-24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_downward-black-24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_upward-black-24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_upward-black-24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_upward-black-24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-cloud-24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-cloud-24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-cloud-24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_less-24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_less-24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_less-24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_more-24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_more-24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_more-24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-play_arrow-24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-play_arrow-24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-play_arrow-24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-remove_red_eye-24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-remove_red_eye-24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-remove_red_eye-24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-warning-24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-warning-24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-warning-24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_arrow_upward_white_18dp.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_arrow_upward_white_18dp.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_arrow_upward_white_18dp.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_done_white_48dp.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_done_white_48dp.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_done_white_48dp.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/chevron_right_black_24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/chevron_right_black_24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/chevron_right_black_24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/content_copy-24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/content_copy-24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/content_copy-24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/expand_more_black_24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/expand_more_black_24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/expand_more_black_24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/file.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/file.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/file.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/folder.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/folder.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/folder.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_add_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_add_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_add_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_apps_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_apps_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_apps_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_blur_on_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_blur_on_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_blur_on_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_border_all_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_border_all_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_border_all_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_clear_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_clear_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_clear_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_code_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_code_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_code_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_create_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_create_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_create_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_delete_forever_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_delete_forever_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_delete_forever_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_description_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_description_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_description_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_details_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_details_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_details_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_device_hub_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_device_hub_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_device_hub_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_done_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_done_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_done_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_error_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_error_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_error_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_download_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_download_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_download_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_upload_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_upload_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_upload_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_filter_list_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_filter_list_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_filter_list_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_open_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_open_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_open_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_grid_on_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_grid_on_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_grid_on_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_outline_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_outline_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_outline_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_import_export_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_import_export_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_import_export_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_input_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_input_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_input_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_list_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_list_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_list_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_location_on_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_location_on_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_location_on_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_map_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_map_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_map_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_my_location_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_my_location_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_my_location_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_before_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_before_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_before_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_next_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_next_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_next_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_new_releases_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_new_releases_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_new_releases_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_query_builder_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_query_builder_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_query_builder_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_refresh_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_refresh_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_refresh_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_remove_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_remove_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_remove_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_report_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_report_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_report_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_applications_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_applications_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_applications_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_white_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_white_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_white_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_show_chart_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_show_chart_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_show_chart_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_sort_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_sort_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_sort_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_subject_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_subject_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_subject_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_timeline_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_timeline_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_timeline_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_transform_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_transform_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_transform_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_view_list_black_24px.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_view_list_black_24px.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_view_list_black_24px.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/link_black_24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/link_black_24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/link_black_24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/notifications-white-24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/notifications-white-24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/notifications-white-24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/save_black_24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/save_black_24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/save_black_24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/settings_white_24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/settings_white_24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/settings_white_24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/view_list_black_24dp.svg.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/view_list_black_24dp.svg.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/icons/view_list_black_24dp.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLBuilder.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLBuilder.js index a808c4885..3f2d287e4 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLBuilder.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLBuilder.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + window["SPARQLBuilder"] = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLMap.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLMap.js index 8942dea74..da8074974 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLMap.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/SPARQLMap.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + window["SPARQLMap"] = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/UUID.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/UUID.js index 49e2bd693..8a0bf28d3 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/UUID.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/UUID.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + function generateUUID() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/jquery.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/jquery.js index f5b850572..300762f9a 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/jquery.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/jquery.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* global contextUri, baseUri, requestUri, absolutePath, lang, xslt2proc, UriBuilder, SaxonJS, ontologyUri, contextUri */ var fetchDispatchXML = function(url, method, headers, body, target, eventName) diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/saxon-js/SaxonJS2.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/saxon-js/SaxonJS2.js index c96d8d677..2ba9fbfd2 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/saxon-js/SaxonJS2.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/saxon-js/SaxonJS2.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + (function(){// Input 0 var ba;function la(a){var b=0;return function(){return b et al. +// +// SPDX-License-Identifier: Apache-2.0 + (function(){// Input 0 var ba;function la(a){var b=0;return function(){return b et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-aside.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-aside.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-aside.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-blockquote.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-blockquote.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-blockquote.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-command.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-command.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-command.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-details.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-details.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-details.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-div.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-div.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-div.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figcaption.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figcaption.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figcaption.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figure.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figure.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figure.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-footer.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-footer.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-footer.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h1.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h1.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h1.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h2.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h2.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h2.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h3.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h3.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h3.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h4.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h4.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h4.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h5.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h5.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h5.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h6.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h6.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h6.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-header.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-header.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-header.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-hgroup.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-hgroup.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-hgroup.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-mark.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-mark.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-mark.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-meter.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-meter.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-meter.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-nav.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-nav.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-nav.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-p.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-p.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-p.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-pre.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-pre.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-pre.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-progress.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-progress.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-progress.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rp.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rp.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rp.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rt.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rt.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rt.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-ruby.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-ruby.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-ruby.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-section.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-section.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-section.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-summary.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-summary.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-summary.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-time.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-time.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-time.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.css index a6b6ae032..2c43e3eac 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + * + * SPDX-License-Identifier: Apache-2.0 + */ + /* VISUAL FEEDBACK */ /* basic */ diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.html b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.html index d9aba902b..ae70c319f 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.html +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/wymiframe.html @@ -1,21 +1,12 @@ + + WYMeditor iframe diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-article.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-article.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-article.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-aside.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-aside.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-aside.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-blockquote.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-blockquote.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-blockquote.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-command.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-command.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-command.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-details.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-details.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-details.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-div.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-div.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-div.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figcaption.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figcaption.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figcaption.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figure.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figure.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figure.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-footer.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-footer.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-footer.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h1.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h1.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h1.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h2.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h2.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h2.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h3.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h3.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h3.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h4.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h4.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h4.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h5.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h5.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h5.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h6.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h6.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h6.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-header.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-header.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-header.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-hgroup.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-hgroup.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-hgroup.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-mark.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-mark.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-mark.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-meter.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-meter.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-meter.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-nav.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-nav.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-nav.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-p.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-p.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-p.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-pre.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-pre.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-pre.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-progress.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-progress.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-progress.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rp.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rp.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rp.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rt.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rt.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rt.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-ruby.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-ruby.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-ruby.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-section.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-section.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-section.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-summary.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-summary.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-summary.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-time.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-time.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-time.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.css index a6b6ae032..2c43e3eac 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + * + * SPDX-License-Identifier: Apache-2.0 + */ + /* VISUAL FEEDBACK */ /* basic */ diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.html b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.html index 463d417e5..e5497f543 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.html +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/wymiframe.html @@ -1,3 +1,9 @@ + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/development.html b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/development.html index d4b8988a6..f2c5719e5 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/development.html +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/development.html @@ -1,21 +1,12 @@ + + WYMeditor: Pretty development diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/icon.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/icon.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/icon.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.eot.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.eot.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.eot.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.ttf.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.ttf.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.ttf.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.woff.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.woff.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.css index 5120b73b3..18645a2c4 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.css @@ -1,22 +1,9 @@ /* - * WYMeditor : what you see is What You Mean web-based editor * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * wymeditor.css - * Main editor css file. - * See the documentation for more info. - * - * File Authors: - * Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg) - * Daniel Reszka (d.reszka a-t wymeditor dotorg) - * Gyuris Gellért (bubu a-t ujevangelizacio dothu) -*/ + * SPDX-License-Identifier: Apache-2.0 + */ /* VISUAL FEEDBACK */ @font-face { diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.html b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.html index 21bfbb502..f89b02cee 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.html +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.html @@ -1,21 +1,12 @@ + + WYMeditor iframe diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.ie.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.ie.css index 0be2da229..23360e7e0 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.ie.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/wymiframe.ie.css @@ -1,20 +1,9 @@ /* - * WYMeditor : what you see is What You Mean web-based editor * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * wymeditor.ie.css - * Main editor css file, IE support. - * See the documentation for more info. - * - * File Authors: - * Gyuris Gellért (bubu a-t ujevangelizacio dothu) -*/ + * SPDX-License-Identifier: Apache-2.0 + */ /* VISUAL FEEDBACK */ ul, ol, dl { min-height: auto; line-height: 0px } diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.js index da5bbb966..550b6ec99 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.js @@ -1,17 +1,9 @@ -/*! - * jQuery Browser Plugin 0.0.8 - * https://github.com/gabceb/jquery-browser-plugin - * - * Original jquery-browser code Copyright 2005, 2015 jQuery Foundation, Inc. and other contributors - * http://jquery.org/license - * - * Modifications Copyright 2015 Gabriel Cebrian - * https://github.com/gabceb - * - * Released under the MIT license - * - * Date: 05-07-2015 - */ +// Copyright 2005, 2015 jQuery Foundation, Inc. and other contributors +// Copyright 2015 Gabriel Cebrian +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /*global window: false */ (function (factory) { diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.min.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.min.js index c5cf86b1b..1903db132 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.min.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/jquery.wymeditor.min.js @@ -1,11 +1,7 @@ -/*! -WYMeditor - v1.1.1 - -Home page: http://wymeditor.github.io/wymeditor/ - -Copyright (c) 2015 Jean-Francois Hovinne; -Licensed (MIT OR GPL-2.0) -*/ +// Copyright (c) 2015 Jean-Francois Hovinne; +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 if(function(a){"function"==typeof define&&define.amd?define(["jquery"],function(b){return a(b)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=a(require("jquery")):a(window.jQuery)}(function(a){"use strict";function b(a){void 0===a&&(a=window.navigator.userAgent),a=a.toLowerCase();var b=/(edge)\/([\w.]+)/.exec(a)||/(opr)[\/]([\w.]+)/.exec(a)||/(chrome)[ \/]([\w.]+)/.exec(a)||/(version)(applewebkit)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+).*(version)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("trident")>=0&&/(rv)(?::| )([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(a)||[],c=/(ipad)/.exec(a)||/(ipod)/.exec(a)||/(iphone)/.exec(a)||/(kindle)/.exec(a)||/(silk)/.exec(a)||/(android)/.exec(a)||/(windows phone)/.exec(a)||/(win)/.exec(a)||/(mac)/.exec(a)||/(linux)/.exec(a)||/(cros)/.exec(a)||/(playbook)/.exec(a)||/(bb)/.exec(a)||/(blackberry)/.exec(a)||[],d={},e={browser:b[5]||b[3]||b[1]||"",version:b[2]||b[4]||"0",versionNumber:b[4]||b[2]||"0",platform:c[0]||""};if(e.browser&&(d[e.browser]=!0,d.version=e.version,d.versionNumber=parseInt(e.versionNumber,10)),e.platform&&(d[e.platform]=!0),(d.android||d.bb||d.blackberry||d.ipad||d.iphone||d.ipod||d.kindle||d.playbook||d.silk||d["windows phone"])&&(d.mobile=!0),(d.cros||d.mac||d.linux||d.win)&&(d.desktop=!0),(d.chrome||d.opr||d.safari)&&(d.webkit=!0),d.rv||d.edge){var f="msie";e.browser=f,d[f]=!0}if(d.safari&&d.blackberry){var g="blackberry";e.browser=g,d[g]=!0}if(d.safari&&d.playbook){var h="playbook";e.browser=h,d[h]=!0}if(d.bb){var i="blackberry";e.browser=i,d[i]=!0}if(d.opr){var j="opera";e.browser=j,d[j]=!0}if(d.safari&&d.android){var k="android";e.browser=k,d[k]=!0}if(d.safari&&d.kindle){var l="kindle";e.browser=l,d[l]=!0}if(d.safari&&d.silk){var m="silk";e.browser=m,d[m]=!0}return d.name=e.browser,d.platform=e.platform,d}return window.jQBrowser=b(window.navigator.userAgent),window.jQBrowser.uaMatch=b,a&&(a.browser=window.jQBrowser),window.jQBrowser}),"undefined"==typeof WYMeditor)var WYMeditor={};!function(){if("undefined"==typeof window.console&&"undefined"==typeof console){var a,b=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"],c=function(){};for(WYMeditor.console={},a=0;a
"+WYMeditor.TOOLS+"
"+WYMeditor.CONTAINERS+WYMeditor.CLASSES+"
"+WYMeditor.HTML+WYMeditor.IFRAME+WYMeditor.STATUS+"
"+WYMeditor.LOGO+"
",logoHtml:String()+'WYMeditor',iframeHtml:String()+'
',toolsHtml:String()+'

{Tools}

    '+WYMeditor.TOOLS_ITEMS+"
",toolsItemHtml:String()+'
  • '+WYMeditor.TOOL_TITLE+"
  • ",toolsItems:[{name:"Bold",title:"Strong",css:"wym_tools_strong"},{name:"Italic",title:"Emphasis",css:"wym_tools_emphasis"},{name:"Superscript",title:"Superscript",css:"wym_tools_superscript"},{name:"Subscript",title:"Subscript",css:"wym_tools_subscript"},{name:"InsertOrderedList",title:"Ordered_List",css:"wym_tools_ordered_list"},{name:"InsertUnorderedList",title:"Unordered_List",css:"wym_tools_unordered_list"},{name:"Indent",title:"Indent",css:"wym_tools_indent"},{name:"Outdent",title:"Outdent",css:"wym_tools_outdent"},{name:"Undo",title:"Undo",css:"wym_tools_undo"},{name:"Redo",title:"Redo",css:"wym_tools_redo"},{name:"CreateLink",title:"Link",css:"wym_tools_link wym_opens_dialog"},{name:"Unlink",title:"Unlink",css:"wym_tools_unlink"},{name:"InsertImage",title:"Image",css:"wym_tools_image wym_opens_dialog"},{name:"InsertTable",title:"Table",css:"wym_tools_table wym_opens_dialog"},{name:"Paste",title:"Paste_From_Word",css:"wym_tools_paste wym_opens_dialog"},{name:"ToggleHtml",title:"HTML",css:"wym_tools_html"},{name:"Preview",title:"Preview",css:"wym_tools_preview wym_opens_dialog"}],containersHtml:String()+'

    {Containers}

      '+WYMeditor.CONTAINERS_ITEMS+"
    ",containersItemHtml:String()+'
  • '+WYMeditor.CONTAINER_TITLE+"
  • ",containersItems:[{name:"P",title:"Paragraph",css:"wym_containers_p"},{name:"H1",title:"Heading_1",css:"wym_containers_h1"},{name:"H2",title:"Heading_2",css:"wym_containers_h2"},{name:"H3",title:"Heading_3",css:"wym_containers_h3"},{name:"H4",title:"Heading_4",css:"wym_containers_h4"},{name:"H5",title:"Heading_5",css:"wym_containers_h5"},{name:"H6",title:"Heading_6",css:"wym_containers_h6"},{name:"PRE",title:"Preformatted",css:"wym_containers_pre"},{name:"BLOCKQUOTE",title:"Blockquote",css:"wym_containers_blockquote"},{name:"TH",title:"Table_Header",css:"wym_containers_th"}],classesHtml:String()+'

    {Classes}

      '+WYMeditor.CLASSES_ITEMS+"
    ",classesItemHtml:String()+'
  • '+WYMeditor.CLASS_TITLE+"
  • ",classesItems:[],statusHtml:String()+'

    {Status}

    ',htmlHtml:String()+'

    {Source_Code}

    ',boxSelector:".wym_box",toolsSelector:".wym_tools",toolsListSelector:" ul",containersSelector:".wym_containers",classesSelector:".wym_classes",htmlSelector:".wym_html",iframeSelector:".wym_iframe iframe",iframeBodySelector:".wym_iframe",statusSelector:".wym_status",toolSelector:".wym_tools a",containerSelector:".wym_containers a",classSelector:".wym_classes a",htmlValSelector:".wym_html_val",updateSelector:".wymupdate",updateEvent:"click",stringDelimiterLeft:"{",stringDelimiterRight:"}",preInit:null,preBind:null,postInit:null},a),a=jQuery.extend(WYMeditor.DEFAULT_DIALOG_OPTIONS,a),b.each(function(){var b=this;b._wym=new WYMeditor.editor(jQuery(b),a)})},jQuery.extend({wymeditors:function(a){return WYMeditor.INSTANCES[a]}}),jQuery.extend({getWymeditorByTextarea:function(a){var b;if(!a||!a.tagName||"textarea"!==a.tagName.toLowerCase())throw"jQuery.getWymeditorByTextarea requires a textarea element.";for(b=0;b=11?!0:!1},WYMeditor._computeWymPath=function(){var a=jQuery(jQuery.grep(jQuery("script"),function(a){return a.src?a.src.match(/jquery\.wymeditor(\.pack|\.min|\.packed)?\.js(\?.*)?$/)||a.src.match(/\/core\.js(\?.*)?$/):null}));return a.length>0?a.attr("src"):(WYMeditor.console.warn("Error determining wymPath. No base WYMeditor file located."),WYMeditor.console.warn("Assuming wymPath to be the current URL"),WYMeditor.console.warn("Please pass a correct wymPath option"),"")},WYMeditor._computeBasePath=function(a){var b=a.lastIndexOf("/");return a.substr(0,b+1)},jQuery.fn.isPhantomNode=function(){var a=this;return a[0].nodeType===WYMeditor.NODE_TYPE.TEXT?!/[^\t\n\r ]/.test(a[0].data):!1},jQuery.fn.nextContentsUntil=function(a,b){var c,d=this,e=[],f=d.get(0);if(a=a?a:"",b=b?b:"",!f)return jQuery();for(f=f.nextSibling;f&&!jQuery(f).is(a);)e.push(f),f=f.nextSibling;return c=jQuery(e),b?c.filter(b):c},jQuery.fn.nextAllContents=function(){var a=this;return jQuery(a).nextContentsUntil("","")},jQuery.fn.prevContentsUntil=function(a,b){var c,d=this,e=[],f=d.get(0);if(a=a?a:"",b=b?b:"",!f)return jQuery();for(f=f.previousSibling;f&&!jQuery(f).is(a);)e.push(f),f=f.previousSibling;return c=jQuery(e),b?c.filter(b):c},jQuery.fn.prevAllContents=function(){var a=this;return jQuery(a).prevContentsUntil("","")},WYMeditor.isPhantomNode=function(a){return a.nodeType===WYMeditor.NODE_TYPE.TEXT?!/[^\t\n\r ]/.test(a.data):!1},WYMeditor.isPhantomString=function(a){return!/[^\t\n\r ]/.test(a)},jQuery.fn.addBack=jQuery.fn.addBack?jQuery.fn.addBack:jQuery.fn.andSelf,jQuery.fn.parentsOrSelf=function(a){var b=this;return a?b.parents().addBack().filter(a):b.parents().addBack()},WYMeditor.Helper={replaceAllInStr:function(a,b,c){var d=new RegExp(b,"g");return a.replace(d,c)},insertAt:function(a,b,c){return a.substr(0,c)+b+a.substring(c)},trim:function(a){return a.replace(/^(\s*)|(\s*)$/gm,"")},arrayContains:function(a,b){var c;for(c=0;c'+WYMeditor.DIALOG_TITLE+""+WYMeditor.DIALOG_BODY+"",h=[{placeholder:WYMeditor.DIRECTION,replacement:n.direction},{placeholder:WYMeditor.DIALOG_TITLE,replacement:e?l._encloseString(e.title):"Dialog"},{placeholder:WYMeditor.DIALOG_BODY,replacement:c||e.getBodyHtml.call(l)}],d=0;d
    {Link}
    '},getBodyClass:function(){var a=this;return a._options.dialogSelectorLink||"wym_dialog_link"},initialize:function(a){var b,c,d,e,f,g,h=this,i=a.document,j=h._options,k=h.selectedContainer();k&&(b=jQuery(j.hrefSelector,i),c=jQuery(j.titleSelector,i),d=jQuery(j.relSelector,i),e=jQuery(k).attr(WYMeditor.HREF),f=jQuery(k).attr(WYMeditor.TITLE),g=jQuery(k).attr(WYMeditor.REL),b.val(e),c.val(f),d.val(g))},submitHandler:function(a){var b=this,c=b._options,d=jQuery(c.hrefSelector,a.document).val(),e=jQuery(c.titleSelector,a.document).val(),f=jQuery(c.relSelector,a.document).val();b.link({href:d,title:e,rel:f}),a.close()}},InsertImage:{title:"Image",shouldOpen:function(){var a=this,b=a.getSelectedImage();return b&&b.tagName&&"img"===b.tagName.toLowerCase()?!0:a.hasSelection()},getBodyHtml:function(){var a=this;return a._options.dialogImageHtml||String()+'
    {Image}
    '},getBodyClass:function(){var a=this;return a._options.dialogImageSelector||"wym_dialog_image"},initialize:function(a){var b,c,d,e,f,g,h=this,i=a.document,j=h._options,k=h.getSelectedImage();k&&(b=jQuery(j.srcSelector,i),c=jQuery(j.titleSelector,i),d=jQuery(j.altSelector,i),e=jQuery(k).attr(WYMeditor.SRC),f=jQuery(k).attr(WYMeditor.TITLE),g=jQuery(k).attr(WYMeditor.ALT),b.val(e),c.val(f),d.val(g))},submitHandler:function(a){var b,c=this,d=c._options,e=c.getSelectedImage();b={src:jQuery(d.srcSelector,a.document).val(),title:jQuery(d.titleSelector,a.document).val(),alt:jQuery(d.altSelector,a.document).val()},c.focusOnDocument(),e?(c._updateImageAttrs(e,b),c.registerModification()):c.insertImage(b),a.close()}},InsertTable:{title:"Table",shouldOpen:function(){var a=this;return a.hasSelection()!==!0||a.selection().isCollapsed!==!0?!1:!0},getBodyHtml:function(){var a=this;return a._options.dialogTableHtml||String()+'
    {Table}
    '},getBodyClass:function(){var a=this;return a._options.dialogTableSelector||"wym_dialog_table"},submitHandler:function(a){var b=this,c=b._options,d=a.document,e=jQuery(c.rowsSelector,d).val(),f=jQuery(c.colsSelector,d).val(),g=jQuery(c.captionSelector,d).val(),h=jQuery(c.summarySelector,d).val();b.insertTable(e,f,g,h),a.close()}},Paste:{title:"Paste_From_Word",shouldOpen:function(){var a=this;return a.hasSelection()},getBodyHtml:function(){var a=this;return a._options.dialogPasteHtml||String()+'
    {Paste_From_Word}
    '},getBodyClass:function(){var a=this;return a._options.dialogPasteSelector||"wym_dialog_paste"},submitHandler:function(a){var b,c=this;b=jQuery(c._options.textSelector,a.document).val(),c.paste(b),a.close()}},Preview:{title:"Preview",shouldOpen:function(){return!0},getBodyHtml:function(){var a=this;return a._options.dialogPreviewHtml||a.html()},getWindowFeatures:function(){return["menubar=no","titlebar=no","toolbar=no","resizable=no","width=560","height=300","top=0","left=0","scrollbars=yes"].join(",")},getBodyClass:function(){var a=this;return a._options.dialogPreviewSelector||"wym_dialog_preview"}}},WYMeditor.DIALOG_TITLE="{Wym_Dialog_Title}",WYMeditor.DIALOG_BODY="{Wym_Dialog_Body}",WYMeditor.DIALOG_BUTTON_SELECTOR=".wym_opens_dialog a",WYMeditor.DEFAULT_DIALOG_OPTIONS={hrefSelector:".wym_href",srcSelector:".wym_src",titleSelector:".wym_title",relSelector:".wym_rel",altSelector:".wym_alt",textSelector:".wym_text",rowsSelector:".wym_rows",colsSelector:".wym_cols",captionSelector:".wym_caption",summarySelector:".wym_summary",submitSelector:"form",cancelSelector:".wym_cancel",previewSelector:"",dialogLinkSelector:".wym_dialog_link",dialogImageSelector:".wym_dialog_image",dialogTableSelector:".wym_dialog_table",dialogPasteSelector:".wym_dialog_paste",dialogPreviewSelector:".wym_dialog_preview"},WYMeditor.editor.prototype._init=function(){var wym=this,WymClass,browserInstance,SaxListener,prop,h,iframeHtml,boxHtml,aTools,sTools,oTool,sTool,i,aClasses,sClasses,oClass,sClass,aContainers,sContainers,sContainer,oContainer;if(WymClass=WYMeditor._getWymClassForBrowser()){browserInstance=new WymClass(wym),jQuery.isFunction(wym._options.preInit)&&wym._options.preInit(wym),wym.parser=null,wym.helper=null,SaxListener=new WYMeditor.XhtmlSaxListener,wym.parser=new WYMeditor.XhtmlParser(SaxListener),wym.helper=new WYMeditor.XmlHelper;for(prop in browserInstance)wym[prop]=browserInstance[prop];for(wym._box=jQuery(wym.element).hide().after(wym._options.boxHtml).next().addClass("wym_box_"+wym._index),jQuery.isFunction(jQuery.fn.data)&&(jQuery.data(wym._box.get(0),WYMeditor.WYM_INDEX,wym._index),jQuery.data(wym.element.get(0),WYMeditor.WYM_INDEX,wym._index)),h=WYMeditor.Helper,iframeHtml=wym._options.iframeHtml,iframeHtml=h.replaceAllInStr(iframeHtml,WYMeditor.IFRAME_BASE_PATH,wym._options.iframeBasePath),boxHtml=jQuery(wym._box).html(),boxHtml=h.replaceAllInStr(boxHtml,WYMeditor.LOGO,wym._options.logoHtml),boxHtml=h.replaceAllInStr(boxHtml,WYMeditor.TOOLS,wym._options.toolsHtml),boxHtml=h.replaceAllInStr(boxHtml,WYMeditor.CONTAINERS,wym._options.containersHtml),boxHtml=h.replaceAllInStr(boxHtml,WYMeditor.CLASSES,wym._options.classesHtml),boxHtml=h.replaceAllInStr(boxHtml,WYMeditor.HTML,wym._options.htmlHtml),boxHtml=h.replaceAllInStr(boxHtml,WYMeditor.IFRAME,iframeHtml),boxHtml=h.replaceAllInStr(boxHtml,WYMeditor.STATUS,wym._options.statusHtml),aTools=eval(wym._options.toolsItems),sTools="",i=0;i-1?!0:!1},WYMeditor.editor.prototype.isInlineNode=function(a){return a.nodeType===WYMeditor.NODE_TYPE.TEXT||jQuery.inArray(a.tagName.toLowerCase(),WYMeditor.INLINE_ELEMENTS)>-1?!0:!1},WYMeditor.editor.prototype.isListNode=function(a){return a.tagName&&jQuery.inArray(a.tagName.toLowerCase(),WYMeditor.LIST_TYPE_ELEMENTS)>-1?!0:!1},WYMeditor.editor.prototype.unwrapIfMeaninglessSpan=function(a){var b,c=jQuery(a),d=0,e=["_wym_visited","length","ie8_length"];if(!a||"undefined"==typeof a.tagName||"span"!==a.tagName.toLowerCase())return!1;for(;d0&&(g=e.item(0)),h=0;f>h;h+=1)d.parentNode.insertBefore(e.item(0),d);d.parentNode.removeChild(d),g&&i.setCaretIn(g)}else i.restoreSelectionAfterManipulation(function(){return i.switchTo(j,a,!1),!0});i.update(),i.registerModification()}return!1},WYMeditor.editor.prototype.isForbiddenRootContainer=function(a){return jQuery.inArray(a.toLowerCase(),WYMeditor.FORBIDDEN_ROOT_CONTAINERS)>-1},WYMeditor.editor.prototype.keyCanCreateBlockElement=function(a){return jQuery.inArray(a,WYMeditor.POTENTIAL_BLOCK_ELEMENT_CREATION_KEYS)>-1},WYMeditor.editor.prototype.toggleClass=function(a,b){var c,d=this;c=jQuery(d.getSelectedImage()),1!==c.length&&(c=jQuery(d.selectedContainer()).parentsOrSelf(b).last()),c.toggleClass(a),c.attr(WYMeditor.CLASS)||c.removeAttr(d._class),d.registerModification()},WYMeditor.editor.prototype.getSelectedImage=function(){var a,b,c=this;return c.hasSelection()!==!0?!1:c.selection().isCollapsed!==!1?!1:(a=c._getSelectedNodes(),1!==a.length?!1:(b=a[0],b.tagName&&"img"===b.tagName.toLowerCase()?b:!1))},WYMeditor.editor.prototype.findUp=function(a,b){if("undefined"==typeof a||null===a)return null;"#text"===a.nodeName&&(a=a.parentNode);var c,d,e=a.tagName.toLowerCase();if(typeof b===WYMeditor.STRING)for(;e!==b&&e!==WYMeditor.BODY;)a=a.parentNode,e=a.tagName.toLowerCase();else for(c=!1;!c&&e!==WYMeditor.BODY;){for(d=0;d"),jQuery(b.element).trigger(WYMeditor.EVENTS.postBlockMaybeCreated,b)},WYMeditor.editor.prototype._spaceBlockingElements=function(){var a,b,c,d,e,f,g=this,h=WYMeditor.DocumentStructureManager.CONTAINERS_BLOCKING_NAVIGATION.join(", "),i=g.$body(),j=i.children();a=jQuery.browser.mozilla?'
    ':'
    ',j.length>0&&(b=jQuery(j[0]),c=jQuery(j[j.length-1]),b.is(h)&&b.before(a),c.is(h)&&c.after(a)),d=g._getBlockSepSelector(),i.find(d).before(a),e=g._getBlockInListSepSelector(),f=i.find(e),f.each(function(){var b=this,c=jQuery(b);c.next(h).length||c.next("br").length||c.after(a)})},WYMeditor.editor.prototype._getBlockSepSelector=function(){var a,b=this,c=[],d=WYMeditor.DocumentStructureManager.CONTAINERS_BLOCKING_NAVIGATION;return"undefined"!=typeof b._blockSpacersSel?b._blockSpacersSel:(a=jQuery.grep(b.documentStructureManager.structureRules.validRootContainers,function(a){return-1===jQuery.inArray(a,d)}),jQuery.each(d,function(a,b){jQuery.each(d,function(a,d){c.push(b+" + "+d)})}),jQuery.each(d,function(b,d){jQuery.each(a,function(a,b){c.push(d+" + "+b),c.push(b+" + "+d)})}),b._blockSpacersSel=c.join(", "),b._blockSpacersSel)},WYMeditor.editor.prototype._getBlockInListSepSelector=function(){var a=this,b=[];return"undefined"!=typeof a._blockInListSpacersSel?a._blockInListSpacersSel:(jQuery.each(WYMeditor.LIST_TYPE_ELEMENTS,function(a,c){jQuery.each(WYMeditor.BLOCKING_ELEMENTS,function(a,d){b.push(c+" "+d)})}),a._blockInListSpacersSel=b.join(", "),a._blockInListSpacersSel)},WYMeditor.editor.prototype._fixDoubleBr=function(){var a,b=this,c=b.$body();c.children("br + br").filter(":not(pre br)").remove(),c.find("p + br").next("p").prev("br").remove(),a=c.find("p + br").slice(-1),a.length>0&&0===a.next().length&&a.remove()},WYMeditor.editor.prototype.link=function(a){var b,c,d,e=this;if(jQuery.isPlainObject(a)!==!0)throw"Expected a plain object.";a.hasOwnProperty("href")===!0&&"string"==typeof a.href&&0!==a.href.length&&(b=jQuery(e.selectedContainer()),b.is("a")?d=b:(c=e.uniqueStamp(),e._exec(WYMeditor.EXEC_COMMANDS.CREATE_LINK,c),d=jQuery("a[href="+c+"]",e.body())),0!==d.length&&(d.attr(a),e.registerModification()))},WYMeditor.editor.prototype.insertImage=function(a){var b,c,d=this;if(jQuery.isPlainObject(a)!==!0)throw"Expected a plain object.";a.hasOwnProperty("src")===!0&&"string"==typeof a.src&&0!==a.src.length&&(b=d.uniqueStamp(),d._exec(WYMeditor.EXEC_COMMANDS.INSERT_IMAGE,b),c=jQuery("img[src="+b+"]",d.body()),0!==c.length&&(c.attr(a),d.$body().find(".Apple-style-span").children().unwrap(),d.registerModification()))},WYMeditor.editor.prototype._updateImageAttrs=function(a,b){var c=jQuery(a);b.src!==c.attr("src")&&(c.data("DimensionsRatio",null),c.removeAttr("height").removeAttr("width")),c.attr(b)},WYMeditor.editor.prototype.toggleHtml=function(){var a=this;jQuery(a._box).find(a._options.htmlSelector).toggle()},WYMeditor.editor.prototype.uniqueStamp=function(){var a=new Date;return"wym"+a.getTime()},WYMeditor.editor.prototype._handleMultilineBlockContainerPaste=function(a,b,c,d){var e,f,g,h,i,j,k,l,m,n,o,p;for(f=jQuery(o),h="p",b.is("li")&&(h="li"),c.splitBoundaries(),o=a.findUp(c.startContainer,["p","h1","h2","h3","h4","h5","h6","li"]),p=o.tagName,i=[],j=[],jQuery(o).contents().each(function(a,b){k=c.compareNode(b),k===c.NODE_BEFORE||k===c.NODE_BEFORE_AND_AFTER&&c.startOffset===c.startContainer.length?i.push(b):j.push(b)}),e=0;e0&&jQuery(o).prepend(i),j.length>0&&(l=jQuery("<"+p+">",a._doc),l.insertAfter(jQuery(o)),l.append(j)),m=d.splice(0,1)[0],n=m.split(WYMeditor.NEWLINE).join("
    "),jQuery(o).html(jQuery(o).html()+n),f=jQuery(o),e=0;e"+d[e].split(WYMeditor.NEWLINE).join("
    ")+"",f=jQuery(g,a._doc).insertAfter(f)},WYMeditor.editor.prototype.paste=function(a){var b,c,d,e,f,g,h,i,j=this,k=j.selectedContainer(),l=jQuery(k),m="",n=!1,o=j.selection(),p=o.getRangeAt(0);if(p.collapse(!0),b=a.split(new RegExp(WYMeditor.NEWLINE+"{2,}","g")),1===b.length&&(n=!0),"undefined"==typeof k||k&&k.tagName.toLowerCase()===WYMeditor.BODY)if(n)f=jQuery("

    "+b[0]+"

    ",j._doc).appendTo(j._doc.body);else for(e="p",g=b.length-1;g>=0;g-=1)for(m="<"+e+">"+b[g].split(WYMeditor.NEWLINE).join("
    ")+"",i=jQuery(m,j._doc),c=i.length-1;c>=0;c--)p.insertNode(i[c]);else if(n||l.is("pre"))h=j._doc.createTextNode(a),p.insertNode(h);else if(l.is("p,h1,h2,h3,h4,h5,h6,li"))j._handleMultilineBlockContainerPaste(j,l,p,b);else for(d=a.split(WYMeditor.NEWLINE),g=d.length-1;g>=0;g-=1)h=j._doc.createTextNode(d[g]),p.insertNode(h),g>0&&p.insertNode(jQuery("
    ",j._doc).get(0));j.registerModification()},WYMeditor.editor.prototype.insert=function(a){var b,c,d=this,e=d.hasSelection()?d.selection():!1;e&&(b=e.getRangeAt(0),c=b.createContextualFragment(a),b.deleteContents(),b.insertNode(c))},WYMeditor.editor.prototype.canSetCaretBefore=function(a){var b=this;if(a.nodeType===WYMeditor.NODE_TYPE.TEXT)return!0;if(a.tagName&&"br"===a.tagName.toLowerCase()){if(!a.previousSibling)return!0;if(a.previousSibling.tagName&&"br"===a.previousSibling.tagName.toLowerCase())return!0;if(b.isBlockNode(a.previousSibling))return!0;if(a.previousSibling.nodeType===WYMeditor.NODE_TYPE.TEXT)return!0}return!1},WYMeditor.editor.prototype.setCaretBefore=function(a){var b=this,c=rangy.createRange(b._doc),d=b.selection();if(!b.canSetCaretBefore(a))throw"Can't set caret before this node.";c.selectNode(a),c.collapse(!0),d.setSingleRange(c)},WYMeditor.editor.prototype.canSetCaretIn=function(a){var b=this;if(a.nodeType===WYMeditor.NODE_TYPE.TEXT||a.tagName&&jQuery.inArray(a.tagName.toLowerCase(),WYMeditor.NO_CARET_ELEMENTS)>-1)return!1;if(b.isInlineNode(a)){if(0===a.childNodes.length)return!1;WYMeditor.console.warn("Can set a non-collapsed selection. Rangy issue #209.")}return!0},WYMeditor.editor.prototype.setCaretIn=function(a){var b=this,c=rangy.createRange(b._doc),d=b.selection();if(!b.canSetCaretIn(a))throw"The element must be able to contain other elements. Perhaps you would like to use `setCaretBefore`, instead.";c.selectNodeContents(a),b.isInlineNode(a)?WYMeditor.console.warn("Can't set a collapsed selection. Setting a non-collapsed selection, instead. Rangy issue #209."):c.collapse(!0),d.setSingleRange(c)},WYMeditor.editor.prototype._splitListItemContents=function(a){var b,c,d,e=!1,f={itemContents:[],sublistContents:[]};for(b=a.contents(),c=0;c',b.before(d),i=b.prev()),j=i.contents().last().filter("ol,ul"),j.length>0?(j.append(b),h.detach(),i.append(h),k=h.first(),n._joinAdjacentLists(j.get(0),k.get(0))):(h.length>0?(h.detach(),i.append(h),j=h.first()):(e="<"+c+">",i.append(e),j=i.contents().last()),j.prepend(b)),b.next().is(".spacer_li")&&(l=b.next(".spacer_li"),m=l.contents(),m.detach(),b.append(m),l.remove())},WYMeditor.editor.prototype._outdentSingleItem=function(a){var b,c,d,e,f,g,h,i,j,k,l,m=this;if(b=jQuery(a),c=b.parent()[0].tagName.toLowerCase(),b.parent().parent().is("ol,ul,li")){if(b.parent().parent().is("li")||(WYMeditor.console.log("Attempting to fix invalid list nesting before outdenting."),m._fixInvalidListNesting(a)),e=m._splitListItemContents(b),g=jQuery(e.sublistContents),f=jQuery(e.itemContents),h=b.parent().parent("li"),0===h.length)return void WYMeditor.console.error("Invalid list. No parentLi found, so aborting outdent");i=b.parent(),j=b.nextAllContents(),k=i.nextAllContents(),b.detach(),h.after(b),g.length>0&&(d="<"+c+'>
  • ",b.append(d),l=b.children().last(),g.detach(),l.children("li").append(g)),j.length>0&&("undefined"==typeof l&&(d="<"+c+">",b.append(d),l=b.children().last()),j.detach(),l.append(j)),k.length>0&&(k.detach(),b.contents().length>0&&b.contents().last()[0].nodeType===WYMeditor.NODE_TYPE.TEXT&&k[0].nodeType===WYMeditor.NODE_TYPE.TEXT&&b.append("
    "),b.append(k)),0===i.contents().length&&i.remove(),0===h.contents().length&&h.remove()}},WYMeditor.editor.prototype._fixInvalidListNesting=function(a,b){var c,d,e=this,f=a;if("undefined"==typeof b&&(b=!1),!f)return b;for(;f.parentNode&&(c=f.parentNode,c.nodeType===WYMeditor.NODE_TYPE.ELEMENT)&&(d=c.tagName.toLowerCase(),"ol"===d||"ul"===d||"li"===d);)f=c;return jQuery(f).is("li")?(WYMeditor.console.log("Correcting orphaned root li before correcting invalid list nesting."),e._correctOrphanedListItem(f),e._fixInvalidListNesting(f,!0)):jQuery(f).is("ol,ul")?e._fixInvalidlyNestedList(f,b):(WYMeditor.console.error("Can't correct invalid list nesting. No root list found"),b)},WYMeditor.editor.prototype._isPOrDivAfterEnterInEmptyNestedLi=function(a){if(jQuery.inArray(a.tagName.toLowerCase(),WYMeditor.DocumentStructureManager.VALID_DEFAULT_ROOT_CONTAINERS)>-1&&"li"===a.parentNode.tagName.toLowerCase())switch(a.childNodes.length){case 0:return!0;case 1:if(a.childNodes[0].tagName&&"br"===a.childNodes[0].tagName.toLowerCase())return!0;if(a.childNodes[0].nodeType===WYMeditor.NODE_TYPE.TEXT&&a.childNodes[0].data===WYMeditor.NBSP)return!0}return!1},WYMeditor.editor.prototype._isSpilledListAfterEnterInEmptyLi=function(a){var b=this;return"li"===a.tagName.toLowerCase()&&a.previousSibling&&b.isListNode(a.previousSibling)&&a.previousSibling.previousSibling&&"li"===a.previousSibling.previousSibling.tagName.toLowerCase()&&b.isListNode(a.parentNode)?!0:!1},WYMeditor.editor.prototype._handlePotentialEnterInEmptyNestedLi=function(a,b){if(a!==WYMeditor.KEY_CODE.ENTER)return null;var c=this;c._isPOrDivAfterEnterInEmptyNestedLi(b)?c._replaceNodeWithBrAndSetCaret(b):c._isSpilledListAfterEnterInEmptyLi(b)&&(c._appendSiblingsUntilNextLiToPreviousLi(b),c._replaceNodeWithBrAndSetCaret(b))},WYMeditor.editor.prototype._replaceNodeWithBrAndSetCaret=function(a){var b=this,c=jQuery(a);(a.previousSibling&&!a.previousSibling.tagName||"br"!==a.previousSibling.tagName.toLowerCase()&&b.isInlineNode(a.previousSibling))&&c.before("
    "),c.before("
    "),b.setCaretBefore(a.previousSibling),c.remove()},WYMeditor.editor.prototype._appendSiblingsUntilNextLiToPreviousLi=function(a){var b,c=jQuery(a),d=c.parent().contents(),e=c.prevAll("li").first(),f=c.nextAll("li").first(),g=e.index()+1;b=1===f.length?d.slice(g,f.index()):d.slice(g),e.append(b)},WYMeditor.editor.prototype._correctOrphanedListItem=function(a){var b,c,d,e,f=jQuery();b=jQuery(a).prevContentsUntil(":not(li)"),c=jQuery(a).nextContentsUntil(":not(li)"),f=f.add(b),f=f.add(a),f=f.add(c),e=f[0].previousSibling,e&&jQuery(e).is("ol,ul")?d=e:(f.before("
      "),d=f.prev()[0]),jQuery(d).append(f)},WYMeditor.editor.prototype._fixInvalidlyNestedList=function(a,b){var c,d,e,f,g,h,i=a,j=a,k=!1,l='
    1. ';for("undefined"!=typeof b&&(k=b);j;)if(j._wym_visited){if(j._wym_visited=!1,j===i)break;j=j.previousSibling?j.previousSibling:j.parentNode}else{if(j!==i&&!jQuery(j).is("li"))for(e=j;e.parentNode&&(e=e.parentNode,!jQuery(e).is("li"))&&e.nodeType===WYMeditor.NODE_TYPE.ELEMENT;)if(d=e.tagName.toLowerCase(),"ol"===d||"ul"===d){for(WYMeditor.console.log("Fixing orphaned list content"),k=!0,f=[j],c=j,g=null;c.previousSibling;){if(c=c.previousSibling,jQuery(c).is("li")){g=c;break}f.push(c)}f.reverse(),g||1!==f.length||jQuery(j.nextSibling).is("li")&&(g=j.nextSibling),g||(jQuery(f[0]).before(l),g=jQuery(f[0]).prev()[0]),h=jQuery(g).contents().last(),1===h.length&&h[0].nodeType===WYMeditor.NODE_TYPE.TEXT&&f[0].nodeType===WYMeditor.NODE_TYPE.TEXT&&jQuery(g).append("
      "),jQuery(g).append(jQuery(f));break}j.lastChild?(j._wym_visited=!0,j=j.lastChild):j=j.previousSibling?j.previousSibling:j.parentNode}return k},WYMeditor.editor.prototype._getCommonParentList=function(a,b){var c,d,e,f=!0;return a=jQuery(a).filter("li"),0===a.length?null:(c=a[0],d=jQuery(c).parents("ol,ul"),d=b?d.first():d.last(),0===d.length?null:(e=d[0],jQuery(a).each(function(a,c){d=jQuery(c).parents("ol,ul"),d=b?d.first():d.last(),(0===d.length||d[0]!==e)&&(f=!1)}),f?e:null))},WYMeditor.editor.prototype.deselect=function(){var a=this;a.selection().removeAllRanges(),a.body().blur()},WYMeditor.editor.prototype._getSelectedNodes=function(){var a,b=this,c=b.selection();return b.hasSelection()!==!0?!1:a=c.getAllRanges().reduce(function(a,b){return a.concat(b.getNodes())},[])},WYMeditor.editor.prototype._getSelectedListItems=function(a){var b,c,d,e=this;return a.isCollapsed?(b=jQuery(e.selectedContainer()),b.closest("li, table").is("table")?[]:b.closest("li")):(c=jQuery(e._getSelectedNodes()),0===c.closest("li, table").filter("li").length?[]:(d=c.not("li, ol, ul").add(c.find(".rangySelectionBoundary")).add(c.filter(function(){return e.nodeType===WYMeditor.NODE_TYPE.TEXT})).closest("li").add(c.filter("li:empty")).not(c.filter("table").find("li")),jQuery.unique(d.get())))},WYMeditor.editor.prototype._selectionOnlyInList=function(a){var b,c,d,e=this;for(d=0;d0){if(c=jQuery(b),d=c.parent(":not("+a+")"),!(d.length>0))return g._removeItemsFromList(c),!0;if(e=g._getCommonParentList(b,!0))return g.changeListType(e,a),!0}return f=g.findUp(g.selectedContainer(),WYMeditor.POTENTIAL_LIST_ELEMENTS),f?(g.convertToList(f,a),!0):!1},WYMeditor.editor.prototype.changeListType=function(a,b){var c=this;return c.switchTo(a,b)},WYMeditor.editor.prototype.convertToList=function(a,b){var c,d,e=this,f=jQuery(a);return c="<"+b+">
    2. ",e.findUp(a,WYMeditor.ROOT_CONTAINERS)===a?(f.wrapInner(c),d=f.children(),d.unwrap(),d.get(0)):(f.wrapInner(c),d=f.children(),d.get(0))},WYMeditor.editor.prototype._removeItemsFromList=function(a){var b,c,d,e,f,g,h,i,j=this,k=j.documentStructureManager.structureRules.defaultRootContainer;for(c=0;c"),jQuery(b.prevAll().toArray().reverse()).appendTo(b.parent().prev()),b.parent().before(b)):b[0]===b.parent().children().last()[0]&&b.parent().after(b),d=0;d"):h[0].tagName&&!j.isBlockNode(h[0])&&"br"!==h[0].tagName.toLowerCase()&&j.switchTo(f[g],k,!1);b.after(b.contents().slice(d));break}j.$body().children("br").remove(),"span"===b[0].tagName.toLowerCase()&&(0===b.contents(":not(.rangySelectionBoundary)").length||b.contents(":not(.rangySelectionBoundary)").length===b.contents("br").length?(b.before(b.contents(".rangySelectionBoundary")),b.remove()):((b[0].previousSibling&&b[0].previousSibling.nodeType===WYMeditor.NODE_TYPE.TEXT||b.prevAll(":not(.rangySelectionBoundary)").length>0&&j.isBlockNode(b.prevAll(":not(.rangySelectionBoundary)")[0])===!1)&&b.before("
      "),(b[0].nextSibling&&b[0].nextSibling.nodeType===WYMeditor.NODE_TYPE.TEXT||b.nextAll(":not(.rangySelectionBoundary)").length>0&&j.isBlockNode(b.nextAll(":not(.rangySelectionBoundary)")[0])===!1)&&b.after("
      "),i=b[0].attributes,j.unwrapIfMeaninglessSpan(b[0])))}j.prepareDocForEditing()},WYMeditor.editor.prototype.insertTable=function(a,b,c,d){if(!(0>=a||0>=b)){var e,f,g,h,i,j=this,k=j._doc.createElement(WYMeditor.TABLE),l=null;for(e=k.createCaption(),e.innerHTML=c,f=0;a>f;f+=1)for(l=k.insertRow(f),g=0;b>g;g+=1)l.insertCell(g);if(""!==d&&jQuery(k).attr("summary",d),h=jQuery(j.findUp(j.selectedContainer(),WYMeditor.POTENTIAL_TABLE_INSERT_ELEMENTS)).get(0),h&&h.parentNode)if(jQuery.inArray(h.nodeName.toLowerCase(),WYMeditor.INLINE_TABLE_INSERTION_ELEMENTS)>-1){if(i=j.selection().focusNode,jQuery.inArray(i.nodeName.toLowerCase(),WYMeditor.SELECTABLE_TABLE_ELEMENTS)>-1||jQuery.inArray(i.parentNode.nodeName.toLowerCase(),WYMeditor.SELECTABLE_TABLE_ELEMENTS)>-1)for(;i.nodeName.toLowerCase()!==WYMeditor.TABLE;)i=i.parentNode;i.nodeName.toLowerCase()===WYMeditor.LI?jQuery(i).append(k):jQuery(i).after(k)}else jQuery(h).after(k);else j.$body().append(k);return j._afterInsertTable(k),j.prepareDocForEditing(),j.registerModification(),k}},WYMeditor.editor.prototype._afterInsertTable=function(){},WYMeditor.editor.prototype._listen=function(){var a=this;jQuery(a._doc).bind("paste",function(){a._handlePasteEvent()})},WYMeditor.editor.prototype._handlePasteEvent=function(){var a=this;window.setTimeout(function(){jQuery(a.element).trigger(WYMeditor.EVENTS.postBlockMaybeCreated,a)},20)},WYMeditor.editor.prototype._selectSingleNode=function(a){var b,c,d=this;if(!a)throw"Expected a node";b=d.selection(),c=rangy.createRangyRange(),c.selectNode(a),b.setSingleRange(c)},WYMeditor.editor.prototype._initSkin=function(){var a=this;jQuery(a._box).addClass("wym_skin_"+a._options.skin),"undefined"!=typeof WYMeditor.SKINS[a._options.skin]?"function"==typeof WYMeditor.SKINS[a._options.skin].init&&WYMeditor.SKINS[a._options.skin].init(a):WYMeditor.console.warn("Chosen skin _"+a.options.skin+"_ not found.")},WYMeditor.editor.prototype.body=function(){var a,b=this;if(!b._doc.body)throw"The document seems to have no body element.";if(a=b._doc.body,!a.tagName||"body"!==a.tagName.toLowerCase())throw"The document's body doesn't seem to be a `body` element.";return a},WYMeditor.editor.prototype.$body=function(){var a,b=this;return a=b.body(),jQuery(a)},WYMeditor.editor.prototype.doesElementContainSelection=function(a){var b,c,d,e,f,g,h=this;if(h.hasSelection()!==!0)return!1;if(b=jQuery(a),h.selection().isCollapsed===!0)return c=h.selectedContainer(),a===c?!0:b.has(c).length>0?!0:!1;for(d=jQuery(h._getSelectedNodes()),e=0;e-1&&a.eq(g).remove(),d===k&&(e=!1);e&&(f=j._options.containersItemHtml,f=WYMeditor.Helper.replaceAllInStr(f,WYMeditor.CONTAINER_NAME,k.toUpperCase()),h=WYMeditor.DocumentStructureManager,f=WYMeditor.Helper.replaceAllInStr(f,WYMeditor.CONTAINER_TITLE,h.DEFAULT_ROOT_CONTAINER_TITLES[k]),f=WYMeditor.Helper.replaceAllInStr(f,WYMeditor.CONTAINER_CLASS,"wym_containers_"+k),c=jQuery(f),a=jQuery(j._box).find(j._options.containersSelector).find("li"),a.eq(0).before(c),c.find("a").click(function(){var a=this;return j.setRootContainer(jQuery(a).attr(WYMeditor.NAME)),!1}))},WYMeditor.ImageHandler=function(a){var b=this;return b._wym=a,b._$resizeHandle=b._createResizeHandle(),b._$currentImageMarker=null,b._$currentImg=null,b._resizingNow=!1,b._imgDragDropAllowed=WYMeditor.ImageHandler._isImgDragDropAllowed(),b._addEventListeners(),b},WYMeditor.ImageHandler._isImgDragDropAllowed=function(){var a=jQuery.browser;return a.msie&&a.versionNumber<=9?!1:!0},WYMeditor.ImageHandler._RESIZE_HANDLE_HR_HTML=jQuery("
      ").addClass(WYMeditor.EDITOR_ONLY_CLASS).css({margin:0,padding:0}).attr("outerHTML"),WYMeditor.ImageHandler._RESIZE_HANDLE_INNER_HTML=["drag this to resize","click on image to select"].join(WYMeditor.ImageHandler._RESIZE_HANDLE_HR_HTML),WYMeditor.ImageHandler._IMAGE_HIGHLIGHT_COLOR="yellow",WYMeditor.ImageHandler.prototype._createResizeHandle=function(){var a=jQuery("
      ");return a.attr("contentEditable","false"),a.html(WYMeditor.ImageHandler._RESIZE_HANDLE_INNER_HTML),a.addClass(WYMeditor.RESIZE_HANDLE_CLASS).addClass(WYMeditor.EDITOR_ONLY_CLASS),a.css({margin:"0",padding:"0",cursor:"row-resize","text-align":"center",position:"absolute","background-color":WYMeditor.ImageHandler._IMAGE_HIGHLIGHT_COLOR,"background-image":"none","min-width":"13em",width:"100%"}),a},WYMeditor.ImageHandler.prototype._getCurrentImageMarker=function(){ diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/embed/jquery.wymeditor.embed.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/embed/jquery.wymeditor.embed.js index 79daa16de..53c172760 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/embed/jquery.wymeditor.embed.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/embed/jquery.wymeditor.embed.js @@ -1,21 +1,7 @@ -/** - * WYMeditor : what you see is What You Mean web-based editor - * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. - * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * jquery.wymeditor.embed.js - * Experimental embed plugin - * - * File Authors: - * Jonatan Lundin (jonatan.lundin a-t gmail dotcom) - * Roger Hu (roger.hu a-t gmail dotcom) - * Scott Nixon (citadelgrad a-t gmail dotcom) - */ +// Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 (function () { function removeItem(item, arr) { diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/icon_fullscreen.gif.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/icon_fullscreen.gif.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/icon_fullscreen.gif.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js index faaa69376..9129781e7 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js @@ -1,22 +1,7 @@ -/* - * WYMeditor : what you see is What You Mean web-based editor - * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. - * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * jquery.wymeditor.fullscreen.js - * Fullscreen plugin for WYMeditor - * - * File Authors: - * Luis Santos (luis.santos a-t openquest dotpt) - * Jonatan Lundin (jonatan.lundin a-t gmail dotcom) - * Gerd Riesselmann (gerd a-t gyro-php dot org) : Fixed issue with new skin layout - * Philipp Cordes (pc a-t irgendware dotnet) - */ +// Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 //Extend WYMeditor WYMeditor.editor.prototype.fullscreen = function() { diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js index 41d70ada1..692d4317e 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /*jslint evil: true */ /** WYMeditor.hovertools diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/list/jquery.wymeditor.list.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/list/jquery.wymeditor.list.js index b009e2587..c0d15f448 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/list/jquery.wymeditor.list.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/list/jquery.wymeditor.list.js @@ -1,12 +1,7 @@ -/** - * Copyright (c) 2011 PolicyStat LLC. - * MIT licensed (MIT-license.txt) - * - * This plugin adds the ability to use tab and shift+tab to indent/outdent - * lists, mimicking a user's expected behavior when inside an editor. - * - * @author Wes Winham (winhamwr@gmail.com) - */ +// Copyright (c) 2011 PolicyStat LLC. +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 function ListPlugin(options, wym) { var listPlugin = this; diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/rdfa/jquery.wymeditor.rdfa.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/rdfa/jquery.wymeditor.rdfa.js index 23234400c..7aeb6c788 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/rdfa/jquery.wymeditor.rdfa.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/rdfa/jquery.wymeditor.rdfa.js @@ -1,19 +1,7 @@ -/* - * WYMeditor : what you see is What You Mean web-based editor - * Copyright (c) 2005 - 2011 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. - * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * jquery.wymeditor.rdfa.js - * RDFa plugin for WYMeditor - * - * File Authors: - * Jean-Francois Hovinne (@jfhovinne) - */ +// Copyright (c) 2005 - 2011 Jean-Francois Hovinne, http://www.wymeditor.org/ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 //Extend WYMeditor WYMeditor.editor.prototype.rdfa = function (options) { diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js index 51b012188..3a12aa9a0 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* global -$ */ "use strict"; diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/jquery.wymeditor.structured_headings.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/jquery.wymeditor.structured_headings.js index bf71387ea..1cb83883e 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/jquery.wymeditor.structured_headings.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/jquery.wymeditor.structured_headings.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* jshint maxlen: 90 */ "use strict"; diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/ruler_arrow.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/ruler_arrow.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/ruler_arrow.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/structured_headings.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/structured_headings.css index 3def5cb68..5101a54e5 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/structured_headings.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/structured_headings.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + * + * SPDX-License-Identifier: Apache-2.0 + */ + /* Structured Headings Plugin CSS */ body { counter-reset: cntr-h1; diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/jquery.wymeditor.table.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/jquery.wymeditor.table.js index d258cb5cf..d9da73b7f 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/jquery.wymeditor.table.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/jquery.wymeditor.table.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + /* global rangy */ "use strict"; diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_column.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_column.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_column.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_row.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_row.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_row.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_column.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_column.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_column.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_row.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_row.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_row.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_join_row.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_join_row.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_join_row.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js index 5798aa5d0..b93e2c543 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +// +// SPDX-License-Identifier: Apache-2.0 + "use strict"; function WymTidy(options, wym) { diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/wand.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/wand.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/wand.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/popup.html b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/popup.html index 0b4f52255..9dbf3ba94 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/popup.html +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/popup.html @@ -1 +1,7 @@ + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/icons.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/icons.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/icons.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/skin.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/skin.css index 2becf0b14..cd0ef7b5c 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/skin.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/skin.css @@ -1,21 +1,9 @@ /* - * WYMeditor : what you see is What You Mean web-based editor * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * screen.css - * main stylesheet for the WYMeditor skin - * See the documentation for more info. - * - * File Authors: - * Daniel Reszka (d.reszka a-t wymeditor dotorg) - * Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg) -*/ + * SPDX-License-Identifier: Apache-2.0 + */ /*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/ .wym_skin_compact p, .wym_skin_compact h2, .wym_skin_compact h3, diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/icons.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/icons.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/icons.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/skin.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/skin.css index bbffd6e81..e8c414d46 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/skin.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/skin.css @@ -1,20 +1,9 @@ /* - * WYMeditor : what you see is What You Mean web-based editor * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * skin.css - * main stylesheet for the default WYMeditor skin - * See the documentation for more info. - * - * File Authors: - * Daniel Reszka (d.reszka a-t wymeditor dotorg) -*/ + * SPDX-License-Identifier: Apache-2.0 + */ /*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/ .wym_skin_default p, .wym_skin_default h2, .wym_skin_default h3, diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/icons.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/icons.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/icons.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/skin.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/skin.css index cc936dff3..88599d712 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/skin.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/skin.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + * + * SPDX-License-Identifier: Apache-2.0 + */ + /*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/ .wym_skin_legacy p, .wym_skin_legacy h2, .wym_skin_legacy h3, .wym_skin_legacy ul, .wym_skin_legacy li { background: transparent url(); margin: 0; padding: 0; border-width:0; list-style: none; } diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.header.gif.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.header.gif.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.header.gif.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.selector.silver.gif.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.selector.silver.gif.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.selector.silver.gif.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.wymeditor.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.wymeditor.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.wymeditor.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/icons.silver.gif.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/icons.silver.gif.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/icons.silver.gif.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/skin.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/skin.css index cea8d842c..2c3f3353c 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/skin.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/skin.css @@ -1,21 +1,9 @@ /* - * WYMeditor : what you see is What You Mean web-based editor * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * skin.css - * main stylesheet for the minimal WYMeditor skin - * See the documentation for more info. - * - * File Authors: - * Jean-Francois Hovinne - * Scott Lewis (see Silver skin) -*/ + * SPDX-License-Identifier: Apache-2.0 + */ /* Set iframe */ .wym_skin_minimal div.wym_iframe iframe { diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/icons.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/icons.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/icons.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/skin.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/skin.css index c48d61856..8343e4c02 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/skin.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/skin.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + * + * SPDX-License-Identifier: Apache-2.0 + */ + /*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/ .wym_skin_seamless p, .wym_skin_seamless h2, diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.header.gif.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.header.gif.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.header.gif.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.selector.silver.gif.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.selector.silver.gif.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.selector.silver.gif.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.wymeditor.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.wymeditor.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.wymeditor.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/icons.silver.gif.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/icons.silver.gif.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/icons.silver.gif.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/skin.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/skin.css index 8284d81ba..e58a04e23 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/skin.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/skin.css @@ -1,21 +1,9 @@ /* - * WYMeditor : what you see is What You Mean web-based editor * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * screen.css - * main stylesheet for the default WYMeditor skin - * See the documentation for more info. - * - * File Authors: - * Daniel Reszka (d.reszka a-t wymeditor dotorg) - * Scott Edwin Lewis -*/ + * SPDX-License-Identifier: Apache-2.0 + */ /*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/ .wym_skin_silver p, .wym_skin_silver h2, .wym_skin_silver h3, diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/icons.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/icons.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/icons.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/skin.css b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/skin.css index 7e6b8fda2..80e3553d2 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/skin.css +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/skin.css @@ -1,21 +1,9 @@ /* - * WYMeditor : what you see is What You Mean web-based editor * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ - * Dual licensed under the MIT (MIT-license.txt) - * and GPL (GPL-license.txt) licenses. + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * For further information visit: - * http://www.wymeditor.org/ - * - * File Name: - * screen.css - * main stylesheet for the WYMeditor skin - * See the documentation for more info. - * - * File Authors: - * Daniel Reszka (d.reszka a-t wymeditor dotorg) - * Jean-Francois Hovinne -*/ + * SPDX-License-Identifier: Apache-2.0 + */ /*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/ .wym_skin_twopanels p, .wym_skin_twopanels h2, .wym_skin_twopanels h3, diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/wymeditor_icon.png.license b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/wymeditor_icon.png.license new file mode 100644 index 000000000..2377df7d7 --- /dev/null +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/wymeditor_icon.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/acl.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/acl.xsl index e2f08e373..67a19346f 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/acl.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/acl.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/cert.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/cert.xsl index 566c71620..5e4f28851 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/cert.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/imports/cert.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/layout.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/layout.xsl index 8dfb8e153..cb3b67e52 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/layout.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/acl/layout.xsl @@ -1,3 +1,13 @@ + + + @@ -120,4 +130,4 @@ WHERE - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/layout.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/layout.xsl index 8c4310a73..fcb740ef0 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/layout.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/layout.xsl @@ -1,3 +1,14 @@ + + + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/sitemap/imports/rdfs.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/sitemap/imports/rdfs.xsl index c7b83ebfb..14191adcb 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/sitemap/imports/rdfs.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/sitemap/imports/rdfs.xsl @@ -1,3 +1,13 @@ + + + @@ -35,4 +45,4 @@ exclude-result-prefixes="#all"> - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/chart.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/chart.xsl index 612497d14..51142e7f4 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/chart.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/chart.xsl @@ -1,3 +1,12 @@ + + @@ -400,4 +409,4 @@ exclude-result-prefixes="#all" - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/container.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/container.xsl index a085f54f3..dcd577f6d 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/container.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/container.xsl @@ -1,3 +1,12 @@ + + @@ -1648,4 +1657,4 @@ exclude-result-prefixes="#all" - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl index 0b933ee63..2fa0811ab 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl @@ -1,3 +1,12 @@ + + @@ -1030,4 +1039,4 @@ exclude-result-prefixes="#all" - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/form.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/form.xsl index a92d0b21f..27a09ba0a 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/form.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/form.xsl @@ -1,3 +1,12 @@ + + @@ -1047,4 +1056,4 @@ exclude-result-prefixes="#all" - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl index e68055dad..9e66d6d94 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl @@ -1,3 +1,12 @@ + + @@ -208,6 +217,9 @@ exclude-result-prefixes="#all" +<<<<<<< HEAD + +======= @@ -215,4 +227,5 @@ exclude-result-prefixes="#all" - \ No newline at end of file + +>>>>>>> d08c2ba5572686ff28f238c2db30871ba70caad4 diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/graph.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/graph.xsl index 65f5eb382..0d0ce7e5f 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/graph.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/graph.xsl @@ -1,3 +1,12 @@ + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/map.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/map.xsl index 93288acbf..62f421456 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/map.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/map.xsl @@ -1,3 +1,12 @@ + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/modal.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/modal.xsl index f2ef61235..e079f5a97 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/modal.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/modal.xsl @@ -1,3 +1,14 @@ + + + + @@ -482,4 +493,4 @@ exclude-result-prefixes="#all" - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/navigation.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/navigation.xsl index fdf8aaaeb..e295b0d92 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/navigation.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/navigation.xsl @@ -1,3 +1,12 @@ + + @@ -324,4 +333,4 @@ exclude-result-prefixes="#all" - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/sparql.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/sparql.xsl index 736e7101d..d4450780b 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/sparql.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/sparql.xsl @@ -1,3 +1,12 @@ + + @@ -326,4 +335,4 @@ LIMIT 100 - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl index 68facb7a5..195721d4a 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/document.xsl @@ -1,3 +1,13 @@ + + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ac.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ac.xsl index be6771e6c..95f78d752 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ac.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ac.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/dct.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/dct.xsl index dfdcb238e..fcef08f13 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/dct.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/dct.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl index e086f9cac..62c0535e4 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ldh.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ldh.xsl index 2d0f79d50..b09296ef6 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ldh.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/ldh.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/nfo.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/nfo.xsl index c4685d214..566d69dbb 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/nfo.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/nfo.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/rdf.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/rdf.xsl index 3b5897a64..4b82703ca 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/rdf.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/rdf.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sioc.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sioc.xsl index d5c370d42..a244a233f 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sioc.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sioc.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sp.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sp.xsl index 726ea916b..f94d9b766 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sp.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/sp.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/void.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/void.xsl index 7163e8022..22b585b82 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/void.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/void.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/xml-to-string.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/xml-to-string.xsl index 897f1811d..e4041b365 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/xml-to-string.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/xml-to-string.xsl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. +# +# SPDX-License-Identifier: Apache-2.0 + + + @@ -1351,4 +1361,4 @@ LIMIT 100
      - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/request-access.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/request-access.xsl index ced45d198..a468026d4 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/request-access.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/request-access.xsl @@ -1,3 +1,13 @@ + + + @@ -262,4 +272,4 @@ exclude-result-prefixes="#all"> - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl index 055c4679b..3acf522db 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl @@ -1,3 +1,13 @@ + + + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/signup.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/signup.xsl index ef22445e5..ec7b06a36 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/signup.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/signup.xsl @@ -1,3 +1,14 @@ + + + + @@ -370,4 +381,4 @@ exclude-result-prefixes="#all"> - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl index 4fa583898..cc461eb3b 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl @@ -1,3 +1,12 @@ + + @@ -1603,4 +1612,4 @@ WHERE - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/query-transforms.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/query-transforms.xsl index 38ba8ac39..d7fe7a324 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/query-transforms.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/query-transforms.xsl @@ -1,3 +1,13 @@ + + + @@ -662,4 +672,4 @@ extension-element-prefixes="ixsl" - \ No newline at end of file + diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/typeahead.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/typeahead.xsl index f0122bcb5..29462a55d 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/typeahead.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/typeahead.xsl @@ -1,3 +1,13 @@ + + + @@ -264,4 +274,4 @@ version="3.0" - \ No newline at end of file + diff --git a/src/main/webapp/static/css/bootstrap.css b/src/main/webapp/static/css/bootstrap.css index 1b368018b..21a30e6b7 100644 --- a/src/main/webapp/static/css/bootstrap.css +++ b/src/main/webapp/static/css/bootstrap.css @@ -1,13 +1,10 @@ @import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700'); -/*! - * Bootstrap v2.3.2 - * +/* * Copyright 2013 Twitter, Inc - * Licensed under the Apache License v2.0 - * http://www.apache.org/licenses/LICENSE-2.0 + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. * - * Designed and built with all the love in the world by @mdo and @fat. + * SPDX-License-Identifier: Apache-2.0 */ .clearfix { diff --git a/src/main/webapp/static/css/bootstrap.min.css b/src/main/webapp/static/css/bootstrap.min.css index 1ca451d94..efe23984c 100644 --- a/src/main/webapp/static/css/bootstrap.min.css +++ b/src/main/webapp/static/css/bootstrap.min.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2017-2022 2017 Martynas Jusevicius, et al. + * + * SPDX-License-Identifier: Apache-2.0 + */ + @import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');/*! * Bootstrap v2.3.2 *