From c013f35c0e31cb9e4387d6ab658bb9c9f250b460 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 13:55:10 +0200 Subject: [PATCH 01/21] making a .dockerignore file REUSE compliant --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) 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 From 1c00595b477105f4856776148ad93609e5434e80 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 13:55:50 +0200 Subject: [PATCH 02/21] making a .md file REUSE compliant --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d38cce4e..f0a26ae3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + + + + + ## [3.1.9] - 2022-05-23 ### Added - `--fragment` parameter to CLI scripts that can be used to specify the fragment ID of the resource paired with the document (defaults to UUID) @@ -145,4 +157,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 From aaf8ef6401716181c33562ec88ce3415253ed802 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 13:56:21 +0200 Subject: [PATCH 03/21] making a .yml file REUSE ompliant --- docker-compose.debug.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: From f5775164aff933e1ab9361d3829eae2214fd7cb8 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 13:56:59 +0200 Subject: [PATCH 04/21] making a .sh file REUSE compliant --- generate-sef.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 From 22a705041df45722de999d4856ffd231e5a046c5 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 13:57:39 +0200 Subject: [PATCH 05/21] making a .xsl file REUSE compliant --- platform/context.xsl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/platform/context.xsl b/platform/context.xsl index bc2bf1279..cd2245b78 100644 --- a/platform/context.xsl +++ b/platform/context.xsl @@ -1,3 +1,13 @@ + + + @@ -158,4 +168,4 @@ xmlns:google="&google;" - \ No newline at end of file + From 06eaa5e255230e9dc9295aa0105adf273830fb75 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 13:58:12 +0200 Subject: [PATCH 06/21] making a .xml file REUSE compliant --- platform/conf/ROOT.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 + From 44652dd8cd32f005f11f362ce6c504c9897b7692 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 16:58:40 +0200 Subject: [PATCH 07/21] making a .java file REUSE compliant --- .../java/com/atomgraph/linkeddatahub/Application.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/atomgraph/linkeddatahub/Application.java b/src/main/java/com/atomgraph/linkeddatahub/Application.java index 0bd6aa28b..6ff34f625 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 * @@ -1861,4 +1867,4 @@ public boolean isEnableWebIDSignUp() return enableWebIDSignUp; } -} \ No newline at end of file +} From ba0561a8eb5e8a7432af4f3bb21e9e0560509f78 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 16:59:49 +0200 Subject: [PATCH 08/21] making a .ttl file REUSE compliant --- src/main/resources/prefix-mapping.ttl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +. From 4592dc125ccbf6f43102df4b8fbba2d632c1563e Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:00:42 +0200 Subject: [PATCH 09/21] making a .js file REUSE compliant --- src/main/webapp/static/com/atomgraph/linkeddatahub/js/UUID.js | 4 ++++ 1 file changed, 4 insertions(+) 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) From bbe16e9a367da54180ad1fcb46bf7a5e83040223 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:02:24 +0200 Subject: [PATCH 10/21] making a .css file REUSE compliant --- src/main/webapp/static/css/bootstrap.min.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 * From e5503047ce66182f058206b08c0f09ff248a20c1 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:05:27 +0200 Subject: [PATCH 11/21] adding a license to a .png file --- .../linkeddatahub/js/wymeditor/skins/compact/icons.png.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/compact/icons.png.license 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 From 7012c7b91d769dc87e8dff1af2295f781f69da6a Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:06:03 +0200 Subject: [PATCH 12/21] adding a license to a .gif file --- .../js/wymeditor/skins/silver/images/bg.header.gif.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.header.gif.license 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 From 18b996649dcfbc70bce0ec3c5b2174d13e722a9e Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:06:38 +0200 Subject: [PATCH 13/21] adding a license to a .woff file --- .../js/wymeditor/iframe/pretty/visitor1.woff.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.woff.license 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 From e78dfed6bbafe3a1e4bfeb4b597973fb403017b0 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:08:11 +0200 Subject: [PATCH 14/21] adding a license to an .eot file --- .../js/wymeditor/iframe/pretty/visitor1.eot.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.eot.license 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 From 48fe6951afc51763d844efaef3cea892fec28ea0 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:12:10 +0200 Subject: [PATCH 15/21] adding a license to a .svg file --- .../linkeddatahub/icons/settings_white_24dp.svg.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/settings_white_24dp.svg.license 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 From cafff43ca11989e12b24ef22d4700756d99c6c27 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:14:58 +0200 Subject: [PATCH 16/21] adding a license to a .ttf file --- .../js/wymeditor/iframe/pretty/visitor1.ttf.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/visitor1.ttf.license 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 From 0d3bd9d97a29e0d4e1b32ecfb260a426fd80240a Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:16:09 +0200 Subject: [PATCH 17/21] adding a license to a .csv file --- http-tests/imports/test.csv.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 http-tests/imports/test.csv.license 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 From 39bac96ee0761676623b57d41e74039f74a56ffd Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:17:12 +0200 Subject: [PATCH 18/21] adding a license to a .so file --- .../deployed/jdk15/linux-amd64/libprofilerinterface.so.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 platform/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so.license 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 From 1a1b24dc701deb5de14182116e567d142a937279 Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:18:18 +0200 Subject: [PATCH 19/21] making all files REUSE compliant --- .gitattributes | 4 ++++ .github/workflows/http-tests.yml | 4 ++++ .gitignore | 4 ++++ Dockerfile | 4 ++++ README.md | 10 ++++++++ docker-compose.yml | 4 ++++ http-tests/admin/GET-agent-mbox-html.sh | 11 ++++++++- http-tests/admin/GET-agent-mbox-ntriples.sh | 12 +++++++++- http-tests/admin/GET-request-access-html.sh | 12 +++++++++- http-tests/admin/POST-request-access.sh | 12 +++++++++- .../admin/acl/add-delete-authorization.sh | 11 ++++++++- .../acl/add-delete-class-authorization.sh | 11 ++++++++- .../acl/add-delete-group-authorization.sh | 11 ++++++++- http-tests/admin/acl/add-get-authorization.sh | 11 ++++++++- .../admin/acl/add-get-class-authorization.sh | 11 ++++++++- .../admin/acl/add-get-group-authorization.sh | 11 ++++++++- .../admin/acl/add-post-authorization.sh | 12 +++++++++- .../admin/acl/add-post-class-authorization.sh | 11 ++++++++- .../admin/acl/add-post-group-authorization.sh | 11 ++++++++- http-tests/admin/acl/add-put-authorization.sh | 11 ++++++++- .../admin/acl/add-put-class-authorization.sh | 11 ++++++++- .../admin/acl/add-put-group-authorization.sh | 11 ++++++++- http-tests/admin/acl/make-public.sh | 11 ++++++++- http-tests/admin/add-ontology-import.sh | 12 +++++++++- http-tests/admin/model/create-class.sh | 11 ++++++++- .../admin/model/create-property-constraint.sh | 11 ++++++++- http-tests/admin/model/create-restriction.sh | 11 ++++++++- http-tests/docker-compose.http-tests.yml | 4 ++++ http-tests/graph-store-protocol/DELETE-403.sh | 11 ++++++++- .../graph-store-protocol/DELETE-owner-400.sh | 11 ++++++++- .../graph-store-protocol/DELETE-root-400.sh | 12 +++++++++- .../DELETE-secretary-400.sh | 11 ++++++++- http-tests/graph-store-protocol/DELETE.sh | 11 ++++++++- http-tests/graph-store-protocol/GET-304.sh | 11 ++++++++- http-tests/graph-store-protocol/GET-403.sh | 11 ++++++++- .../graph-store-protocol/GET-admin-html.sh | 12 +++++++++- .../GET-admin-namespace-query.sh | 11 ++++++++- http-tests/graph-store-protocol/GET-admin.sh | 11 ++++++++- .../graph-store-protocol/GET-graph-store.sh | 11 ++++++++- http-tests/graph-store-protocol/GET-html.sh | 11 ++++++++- .../GET-namespace-query.sh | 9 +++++++- .../graph-store-protocol/GET-namespace.sh | 9 +++++++- .../graph-store-protocol/GET-ntriples.sh | 10 +++++++- http-tests/graph-store-protocol/GET-sparql.sh | 11 ++++++++- http-tests/graph-store-protocol/GET.sh | 11 ++++++++- .../graph-store-protocol/HEAD-accept-lang.sh | 9 ++++++++ .../graph-store-protocol/HEAD-accept.sh | 9 +++++++- http-tests/graph-store-protocol/POST-403.sh | 11 ++++++++- .../graph-store-protocol/POST-ntriples.sh | 11 ++++++++- .../graph-store-protocol/PUT-new-403.sh | 11 ++++++++- .../graph-store-protocol/PUT-no-type-400.sh | 11 ++++++++- .../graph-store-protocol/PUT-ntriples.sh | 11 ++++++++- .../graph-store-protocol/PUT-owner-400.sh | 11 ++++++++- .../graph-store-protocol/PUT-secretary-400.sh | 11 ++++++++- .../graph-store-protocol/create-container.sh | 11 ++++++++- .../uploads/POST-rdf-source.sh | 12 +++++++++- .../uploads/POST-rdf-upload.sh | 11 ++++++++- .../graph-store-protocol/uploads/timbl.ttl | 8 +++++++ http-tests/imports/GET-file-sha1sum.sh | 12 +++++++++- http-tests/imports/create-file.sh | 12 +++++++++- http-tests/imports/get-file-304.sh | 10 ++++++++ http-tests/imports/import-csv.sh | 12 +++++++++- http-tests/imports/import-rdf-no-query.sh | 10 ++++++++ http-tests/imports/import-rdf.sh | 12 +++++++++- http-tests/misc/POST-content-length-413.sh | 11 ++++++++- http-tests/misc/POST-transfer-chunked-413.sh | 11 ++++++++- http-tests/misc/admin-webid-delegation.sh | 9 ++++++++ http-tests/misc/webid-delegation.sh | 9 ++++++++ http-tests/proxy/GET-proxied-external-502.sh | 11 ++++++++- .../proxy/GET-proxied-external-fallback.sh | 12 +++++++++- http-tests/proxy/GET-proxied-external.sh | 11 ++++++++- http-tests/proxy/GET-proxied.sh | 11 ++++++++- http-tests/proxy/HEAD-proxied-accept.sh | 11 ++++++++- http-tests/run.sh | 11 ++++++++- http-tests/signup.sh | 11 ++++++++- platform/entrypoint.sh | 9 ++++++++ platform/import-letsencrypt-stg-roots.sh | 10 +++++++- platform/profiler/bin/calibrate-15.sh | 7 ++++++ platform/profiler/bin/calibrate-16.sh | 8 +++++++ platform/profiler/bin/calibrate.sh | 7 ++++++ platform/profiler/bin/profile-15.sh | 8 +++++++ platform/profiler/bin/profile-16.sh | 8 +++++++ .../libprofilerinterface.so.license | 3 +++ pom.xml | 10 ++++++++ release.sh | 4 ++++ screenshot.png.license | 3 +++ scripts/add-data.sh | 11 ++++++++- scripts/admin/acl/add-agent-to-group.sh | 9 +++++++- scripts/admin/acl/create-authorization.sh | 10 +++++++- scripts/admin/acl/create-group.sh | 10 +++++++- scripts/admin/acl/make-public.sh | 10 +++++++- scripts/admin/add-ontology-import.sh | 9 +++++++- scripts/admin/clear-ontology.sh | 9 +++++++- scripts/admin/model/create-class.sh | 9 +++++++- scripts/admin/model/create-construct.sh | 9 +++++++- scripts/admin/model/create-ontology.sh | 9 +++++++- .../admin/model/create-property-constraint.sh | 9 +++++++- scripts/admin/model/create-restriction.sh | 9 +++++++- scripts/admin/model/create-select.sh | 9 +++++++- scripts/admin/model/import-ontology.sh | 9 +++++++- scripts/append-content.sh | 10 +++++++- scripts/create-container.sh | 9 +++++++- scripts/create-document.sh | 9 +++++++- scripts/create-generic-service.sh | 9 +++++++- scripts/create-item.sh | 9 +++++++- scripts/create-result-set-chart.sh | 9 +++++++- scripts/create-select.sh | 9 +++++++- scripts/get-document.sh | 9 +++++++- scripts/imports/create-csv-import.sh | 9 +++++++- scripts/imports/create-file.sh | 11 ++++++++- scripts/imports/create-query.sh | 10 +++++++- scripts/imports/create-rdf-import.sh | 10 +++++++- scripts/imports/import-csv.sh | 10 +++++++- scripts/imports/import-rdf.sh | 11 ++++++++- scripts/remove-content.sh | 9 +++++++- scripts/setup.sh | 9 +++++++- scripts/update-document.sh | 11 ++++++++- scripts/webid-keygen-pem.sh | 10 +++++++- scripts/webid-keygen.sh | 10 +++++++- scripts/webid-modulus.sh | 11 ++++++++- scripts/webid-uri.sh | 10 +++++++- .../atomgraph/linkeddatahub/MediaType.java | 8 ++++++- .../apps/model/AdminApplication.java | 5 ++++ .../linkeddatahub/apps/model/Application.java | 7 ++++++ .../linkeddatahub/apps/model/Dataset.java | 6 +++++ .../apps/model/EndUserApplication.java | 6 +++++ .../model/admin/impl/ApplicationImpl.java | 6 +++++ .../admin/impl/ApplicationImplementation.java | 6 +++++ .../model/end_user/impl/ApplicationImpl.java | 6 +++++ .../impl/ApplicationImplementation.java | 6 +++++ .../apps/model/impl/ApplicationImpl.java | 6 +++++ .../model/impl/ApplicationImplementation.java | 6 +++++ .../apps/model/impl/DatasetImpl.java | 8 ++++++- .../model/impl/DatasetImplementation.java | 6 +++++ .../client/LinkedDataClient.java | 6 +++++ .../client/SesameProtocolClient.java | 6 +++++ .../client/filter/ClientUriRewriteFilter.java | 6 +++++ .../filter/auth/IDTokenDelegationFilter.java | 6 +++++ .../filter/auth/WebIDDelegationFilter.java | 6 +++++ .../linkeddatahub/imports/ImportExecutor.java | 6 +++++ .../linkeddatahub/imports/QueryLoader.java | 6 +++++ .../imports/stream/RDFGraphStoreOutput.java | 6 +++++ .../imports/stream/StreamRDFOutputWriter.java | 8 ++++++- .../stream/csv/CSVGraphStoreOutput.java | 6 +++++ .../stream/csv/CSVGraphStoreOutputWriter.java | 6 +++++ .../stream/csv/CSVGraphStoreRowProcessor.java | 6 +++++ .../stream/csv/ClientResponseSupplier.java | 6 +++++ .../linkeddatahub/io/HtmlJsonLDReader.java | 8 ++++++- .../io/HtmlJsonLDReaderFactory.java | 6 +++++ .../linkeddatahub/io/JsonLDReader.java | 8 ++++++- .../linkeddatahub/listener/EMailListener.java | 8 ++++++- .../listener/ImportListener.java | 5 ++++ .../atomgraph/linkeddatahub/model/Agent.java | 8 ++++++- .../linkeddatahub/model/CSVImport.java | 5 ++++ .../atomgraph/linkeddatahub/model/File.java | 5 ++++ .../atomgraph/linkeddatahub/model/Import.java | 6 +++++ .../linkeddatahub/model/RDFImport.java | 6 +++++ .../linkeddatahub/model/Service.java | 6 +++++ .../linkeddatahub/model/UserAccount.java | 6 +++++ .../linkeddatahub/model/XMLImport.java | 6 +++++ .../model/generic/ServiceImpl.java | 6 +++++ .../model/generic/ServiceImplementation.java | 6 +++++ .../linkeddatahub/model/impl/AgentImpl.java | 5 ++++ .../model/impl/CSVImportImpl.java | 6 +++++ .../linkeddatahub/model/impl/FileImpl.java | 6 +++++ .../linkeddatahub/model/impl/ImportImpl.java | 6 +++++ .../model/impl/RDFImportImpl.java | 6 +++++ .../model/impl/UserAccountImpl.java | 6 +++++ .../atomgraph/linkeddatahub/resource/Add.java | 5 ++++ .../linkeddatahub/resource/Importer.java | 7 +++++- .../linkeddatahub/resource/Namespace.java | 8 ++++++- .../linkeddatahub/resource/Transform.java | 6 +++++ .../linkeddatahub/resource/admin/Clear.java | 6 +++++ .../resource/admin/RequestAccess.java | 7 +++++- .../linkeddatahub/resource/admin/SignUp.java | 8 ++++++- .../resource/admin/oauth2/Login.java | 6 +++++ .../admin/oauth2/google/Authorize.java | 6 +++++ .../linkeddatahub/resource/graph/Item.java | 6 +++++ .../linkeddatahub/resource/upload/Item.java | 8 ++++++- .../resource/upload/sha1/Item.java | 6 +++++ .../server/event/AuthorizationCreated.java | 6 +++++ .../linkeddatahub/server/event/SignUp.java | 6 +++++ .../server/exception/ImportException.java | 5 ++++ .../exception/PayloadTooLargeException.java | 6 +++++ .../server/exception/RDFSyntaxException.java | 5 ++++ .../exception/ResourceExistsException.java | 5 ++++ .../auth/AuthorizationException.java | 7 +++++- .../webid/InvalidWebIDPublicKeyException.java | 5 ++++ .../auth/webid/InvalidWebIDURIException.java | 5 ++++ .../auth/webid/WebIDCertificateException.java | 5 ++++ .../auth/webid/WebIDDelegationException.java | 8 ++++++- .../auth/webid/WebIDLoadingException.java | 6 +++++ .../server/factory/AgentContextFactory.java | 5 ++++ .../server/factory/ApplicationFactory.java | 5 ++++ .../server/factory/DatasetFactory.java | 5 ++++ .../server/factory/OntologyFactory.java | 5 ++++ .../server/factory/ServiceFactory.java | 6 +++++ .../filter/request/ApplicationFilter.java | 21 ++++------------- .../filter/request/AuthenticationFilter.java | 8 ++++++- .../filter/request/AuthorizationFilter.java | 5 ++++ .../request/ContentLengthLimitFilter.java | 5 ++++ .../server/filter/request/OntologyFilter.java | 6 +++++ .../filter/request/RDFPostCleanupFilter.java | 6 +++++ .../filter/request/auth/IDTokenFilter.java | 21 ++++------------- .../request/auth/ProxiedWebIDFilter.java | 21 ++++------------- .../filter/request/auth/WebIDFilter.java | 21 ++++------------- .../response/BackendInvalidationFilter.java | 21 ++++------------- .../filter/response/ProvenanceFilter.java | 21 ++++------------- .../filter/response/ResponseHeaderFilter.java | 21 ++++------------- .../filter/response/XsltExecutableFilter.java | 21 ++++------------- .../RDFPostCleanupInterceptor.java | 5 ++++ .../server/io/CollectingErrorHandler.java | 6 +++++ .../server/io/ValidatingModelProvider.java | 7 +++++- .../HttpHostConnectExceptionMapper.java | 5 ++++ .../mapper/MessagingExceptionMapper.java | 5 ++++ .../server/mapper/ModelExceptionMapper.java | 5 ++++ .../OntClassNotFoundExceptionMapper.java | 7 +++++- .../mapper/ResourceExistsExceptionMapper.java | 5 ++++ .../auth/AuthenticationExceptionMapper.java | 5 ++++ .../auth/AuthorizationExceptionMapper.java | 6 +++++ .../oauth2/TokenExpiredExceptionMapper.java | 5 ++++ .../InvalidWebIDPublicKeyExceptionMapper.java | 5 ++++ .../webid/InvalidWebIDURIExceptionMapper.java | 5 ++++ .../WebIDCertificateExceptionMapper.java | 5 ++++ .../webid/WebIDDelegationExceptionMapper.java | 7 +++++- .../webid/WebIDLoadingExceptionMapper.java | 6 +++++ .../mapper/jena/QueryExecExceptionMapper.java | 5 ++++ .../mapper/jena/RiotParseExceptionMapper.java | 6 +++++ .../linkeddatahub/server/model/Patchable.java | 5 ++++ .../server/model/impl/Dispatcher.java | 5 ++++ .../server/model/impl/GraphStoreImpl.java | 8 ++++++- .../server/model/impl/ProxyResourceBase.java | 5 ++++ .../server/model/impl/SPARQLEndpointImpl.java | 5 ++++ .../server/security/AgentContext.java | 5 ++++ .../server/security/AgentSecurityContext.java | 5 ++++ .../security/IDTokenSecurityContext.java | 7 +++++- .../server/security/WebIDSecurityContext.java | 5 ++++ .../server/util/MessageBuilder.java | 5 ++++ .../server/util/ModelSplitter.java | 5 ++++ .../server/util/OntologyModelGetter.java | 7 +++++- .../linkeddatahub/server/util/Skolemizer.java | 4 ++++ .../server/util/WebIDCertGen.java | 5 ++++ .../server/util/stream/Closeable.java | 7 +++++- .../util/stream/LimitedInputStream.java | 7 +++++- .../stream/RejectTooLargeInputStream.java | 6 +++++ .../linkeddatahub/vocabulary/ACL.java | 21 ++++------------- .../linkeddatahub/vocabulary/Admin.java | 21 ++++------------- .../linkeddatahub/vocabulary/Cert.java | 21 ++++------------- .../linkeddatahub/vocabulary/Default.java | 21 ++++------------- .../linkeddatahub/vocabulary/FOAF.java | 21 ++++------------- .../linkeddatahub/vocabulary/Google.java | 4 ++++ .../linkeddatahub/vocabulary/LACL.java | 21 ++++------------- .../linkeddatahub/vocabulary/LAPP.java | 21 ++++------------- .../linkeddatahub/vocabulary/LDH.java | 21 ++++------------- .../linkeddatahub/vocabulary/LDHC.java | 21 ++++------------- .../linkeddatahub/vocabulary/LDHT.java | 21 ++++------------- .../linkeddatahub/vocabulary/LSMT.java | 21 ++++------------- .../linkeddatahub/vocabulary/NFO.java | 21 ++++------------- .../linkeddatahub/vocabulary/PROV.java | 21 ++++------------- .../linkeddatahub/vocabulary/VoID.java | 21 ++++------------- .../atomgraph/linkeddatahub/writer/Mode.java | 5 ++++ .../linkeddatahub/writer/ModelXSLTWriter.java | 5 ++++ .../writer/ModelXSLTWriterBase.java | 7 +++++- .../writer/factory/DataManagerFactory.java | 8 ++++++- .../writer/factory/ModeFactory.java | 6 +++++ .../XsltExecutableSupplierFactory.java | 6 +++++ .../factory/xslt/XsltExecutableSupplier.java | 6 +++++ .../xslt/XsltExecutableSupplierImpl.java | 6 +++++ .../writer/function/Construct.java | 6 +++++ .../writer/impl/DataManagerImpl.java | 8 ++++++- .../atomgraph/linkeddatahub/app/admin/adm.ttl | 10 +++++++- .../linkeddatahub/app/admin/lacl.ttl | 11 ++++++++- .../com/atomgraph/linkeddatahub/def.ttl | 11 ++++++++- .../com/atomgraph/linkeddatahub/lapp.ttl | 11 ++++++++- .../com/atomgraph/linkeddatahub/ldh.ttl | 10 +++++++- .../com/atomgraph/linkeddatahub/prov-o.ttl | 8 +++++++ .../schema.org.jsonldcontext.json.license | 3 +++ src/main/resources/etc/spin.ttl | 8 +++++++ src/main/resources/location-mapping.ttl | 10 +++++++- src/main/webapp/META-INF/context.xml | 9 +++++++- src/main/webapp/WEB-INF/web.xml | 11 +++++++-- .../atomgraph/linkeddatahub/css/bootstrap.css | 6 +++++ .../icons/apps_black_24dp.svg.license | 3 +++ .../arrow_downward-black-24dp.svg.license | 3 +++ .../icons/arrow_upward-black-24dp.svg.license | 3 +++ .../icons/baseline-cloud-24px.svg.license | 3 +++ .../baseline-expand_less-24px.svg.license | 3 +++ .../baseline-expand_more-24px.svg.license | 3 +++ .../baseline-play_arrow-24px.svg.license | 3 +++ .../baseline-remove_red_eye-24px.svg.license | 3 +++ .../icons/baseline-warning-24px.svg.license | 3 +++ ...seline_arrow_upward_white_18dp.png.license | 3 +++ .../baseline_done_white_48dp.png.license | 3 +++ .../chevron_right_black_24dp.svg.license | 3 +++ .../icons/content_copy-24px.svg.license | 3 +++ .../icons/expand_more_black_24dp.svg.license | 3 +++ .../linkeddatahub/icons/file.svg.license | 3 +++ .../linkeddatahub/icons/folder.svg.license | 3 +++ .../ic_account_circle_black_24px.svg.license | 3 +++ .../ic_account_circle_white_24px.svg.license | 3 +++ .../icons/ic_add_black_24px.svg.license | 3 +++ .../icons/ic_apps_white_24px.svg.license | 3 +++ .../icons/ic_blur_on_black_24px.svg.license | 3 +++ .../ic_border_all_black_24px.svg.license | 3 +++ .../icons/ic_clear_black_24px.svg.license | 3 +++ .../icons/ic_code_black_24px.svg.license | 3 +++ .../icons/ic_create_black_24px.svg.license | 3 +++ .../ic_delete_forever_black_24px.svg.license | 3 +++ .../ic_description_black_24px.svg.license | 3 +++ .../icons/ic_details_black_24px.svg.license | 3 +++ .../ic_device_hub_white_24px.svg.license | 3 +++ .../icons/ic_done_black_24px.svg.license | 3 +++ .../icons/ic_error_white_24px.svg.license | 3 +++ .../ic_file_download_black_24px.svg.license | 3 +++ .../ic_file_upload_black_24px.svg.license | 3 +++ .../ic_filter_list_black_24px.svg.license | 3 +++ .../icons/ic_folder_black_24px.svg.license | 3 +++ .../ic_folder_open_black_24px.svg.license | 3 +++ .../icons/ic_grid_on_black_24px.svg.license | 3 +++ .../icons/ic_help_black_24px.svg.license | 3 +++ .../ic_help_outline_white_24px.svg.license | 3 +++ .../icons/ic_help_white_24px.svg.license | 3 +++ .../ic_import_export_black_24px.svg.license | 3 +++ .../icons/ic_input_black_24px.svg.license | 3 +++ .../icons/ic_list_black_24px.svg.license | 3 +++ .../ic_location_on_black_24px.svg.license | 3 +++ .../icons/ic_map_black_24px.svg.license | 3 +++ .../ic_my_location_black_24px.svg.license | 3 +++ .../ic_navigate_before_black_24px.svg.license | 3 +++ .../ic_navigate_next_black_24px.svg.license | 3 +++ .../ic_new_releases_black_24px.svg.license | 3 +++ .../icons/ic_note_add_black_24px.svg.license | 3 +++ .../icons/ic_note_add_white_24px.svg.license | 3 +++ ...otifications_active_black_24px.svg.license | 3 +++ ...otifications_active_white_24px.svg.license | 3 +++ .../ic_notifications_black_24px.svg.license | 3 +++ .../ic_notifications_white_24px.svg.license | 3 +++ .../icons/ic_place_black_24px.svg.license | 3 +++ .../icons/ic_place_white_24px.svg.license | 3 +++ .../ic_query_builder_black_24px.svg.license | 3 +++ .../icons/ic_refresh_black_24px.svg.license | 3 +++ .../icons/ic_remove_black_24px.svg.license | 3 +++ .../icons/ic_report_white_24px.svg.license | 3 +++ .../icons/ic_save_black_24px.svg.license | 3 +++ .../icons/ic_save_white_24px.svg.license | 3 +++ .../icons/ic_search_black_24px.svg.license | 3 +++ .../icons/ic_search_white_24px.svg.license | 3 +++ ...ttings_applications_black_24px.svg.license | 3 +++ .../icons/ic_settings_black_24px.svg.license | 3 +++ .../icons/ic_settings_white_24px.svg.license | 3 +++ .../ic_show_chart_black_24px.svg.license | 3 +++ .../icons/ic_sort_black_24px.svg.license | 3 +++ .../icons/ic_subject_black_24px.svg.license | 3 +++ .../icons/ic_timeline_black_24px.svg.license | 3 +++ .../icons/ic_transform_black_24px.svg.license | 3 +++ .../icons/ic_view_list_black_24px.svg.license | 3 +++ .../icons/link_black_24dp.svg.license | 3 +++ .../notifications-white-24dp.svg.license | 3 +++ .../icons/save_black_24dp.svg.license | 3 +++ .../icons/view_list_black_24dp.svg.license | 3 +++ .../linkeddatahub/js/SPARQLBuilder.js | 4 ++++ .../atomgraph/linkeddatahub/js/SPARQLMap.js | 4 ++++ .../com/atomgraph/linkeddatahub/js/jquery.js | 4 ++++ .../linkeddatahub/js/saxon-js/SaxonJS2.js | 4 ++++ .../linkeddatahub/js/saxon-js/SaxonJS2.rt.js | 4 ++++ .../iframe/default/lbl-article.png.license | 3 +++ .../iframe/default/lbl-aside.png.license | 3 +++ .../iframe/default/lbl-blockquote.png.license | 3 +++ .../iframe/default/lbl-command.png.license | 3 +++ .../iframe/default/lbl-details.png.license | 3 +++ .../iframe/default/lbl-div.png.license | 3 +++ .../iframe/default/lbl-figcaption.png.license | 3 +++ .../iframe/default/lbl-figure.png.license | 3 +++ .../iframe/default/lbl-footer.png.license | 3 +++ .../iframe/default/lbl-h1.png.license | 3 +++ .../iframe/default/lbl-h2.png.license | 3 +++ .../iframe/default/lbl-h3.png.license | 3 +++ .../iframe/default/lbl-h4.png.license | 3 +++ .../iframe/default/lbl-h5.png.license | 3 +++ .../iframe/default/lbl-h6.png.license | 3 +++ .../iframe/default/lbl-header.png.license | 3 +++ .../iframe/default/lbl-hgroup.png.license | 3 +++ .../iframe/default/lbl-mark.png.license | 3 +++ .../iframe/default/lbl-meter.png.license | 3 +++ .../iframe/default/lbl-nav.png.license | 3 +++ .../iframe/default/lbl-p.png.license | 3 +++ .../iframe/default/lbl-pre.png.license | 3 +++ .../iframe/default/lbl-progress.png.license | 3 +++ .../iframe/default/lbl-rp.png.license | 3 +++ .../iframe/default/lbl-rt.png.license | 3 +++ .../iframe/default/lbl-ruby.png.license | 3 +++ .../iframe/default/lbl-section.png.license | 3 +++ .../iframe/default/lbl-summary.png.license | 3 +++ .../iframe/default/lbl-time.png.license | 3 +++ .../js/wymeditor/iframe/default/wymiframe.css | 6 +++++ .../wymeditor/iframe/default/wymiframe.html | 21 +++++------------ .../iframe/legacy/lbl-article.png.license | 3 +++ .../iframe/legacy/lbl-aside.png.license | 3 +++ .../iframe/legacy/lbl-blockquote.png.license | 3 +++ .../iframe/legacy/lbl-command.png.license | 3 +++ .../iframe/legacy/lbl-details.png.license | 3 +++ .../iframe/legacy/lbl-div.png.license | 3 +++ .../iframe/legacy/lbl-figcaption.png.license | 3 +++ .../iframe/legacy/lbl-figure.png.license | 3 +++ .../iframe/legacy/lbl-footer.png.license | 3 +++ .../iframe/legacy/lbl-h1.png.license | 3 +++ .../iframe/legacy/lbl-h2.png.license | 3 +++ .../iframe/legacy/lbl-h3.png.license | 3 +++ .../iframe/legacy/lbl-h4.png.license | 3 +++ .../iframe/legacy/lbl-h5.png.license | 3 +++ .../iframe/legacy/lbl-h6.png.license | 3 +++ .../iframe/legacy/lbl-header.png.license | 3 +++ .../iframe/legacy/lbl-hgroup.png.license | 3 +++ .../iframe/legacy/lbl-mark.png.license | 3 +++ .../iframe/legacy/lbl-meter.png.license | 3 +++ .../iframe/legacy/lbl-nav.png.license | 3 +++ .../wymeditor/iframe/legacy/lbl-p.png.license | 3 +++ .../iframe/legacy/lbl-pre.png.license | 3 +++ .../iframe/legacy/lbl-progress.png.license | 3 +++ .../iframe/legacy/lbl-rp.png.license | 3 +++ .../iframe/legacy/lbl-rt.png.license | 3 +++ .../iframe/legacy/lbl-ruby.png.license | 3 +++ .../iframe/legacy/lbl-section.png.license | 3 +++ .../iframe/legacy/lbl-summary.png.license | 3 +++ .../iframe/legacy/lbl-time.png.license | 3 +++ .../js/wymeditor/iframe/legacy/wymiframe.css | 6 +++++ .../js/wymeditor/iframe/legacy/wymiframe.html | 6 +++++ .../wymeditor/iframe/pretty/development.html | 21 +++++------------ .../wymeditor/iframe/pretty/icon.png.license | 3 +++ .../js/wymeditor/iframe/pretty/wymiframe.css | 19 +++------------ .../js/wymeditor/iframe/pretty/wymiframe.html | 21 +++++------------ .../wymeditor/iframe/pretty/wymiframe.ie.css | 17 +++----------- .../js/wymeditor/jquery.wymeditor.js | 20 +++++----------- .../js/wymeditor/jquery.wymeditor.min.js | 12 ++++------ .../plugins/embed/jquery.wymeditor.embed.js | 22 ++++-------------- .../fullscreen/icon_fullscreen.gif.license | 3 +++ .../fullscreen/jquery.wymeditor.fullscreen.js | 23 ++++--------------- .../hovertools/jquery.wymeditor.hovertools.js | 4 ++++ .../plugins/list/jquery.wymeditor.list.js | 13 ++++------- .../plugins/rdfa/jquery.wymeditor.rdfa.js | 20 ++++------------ .../resizable/jquery.wymeditor.resizable.js | 4 ++++ .../jquery.wymeditor.structured_headings.js | 4 ++++ .../ruler_arrow.png.license | 3 +++ .../structured_headings.css | 6 +++++ .../plugins/table/jquery.wymeditor.table.js | 4 ++++ .../table/table_delete_column.png.license | 3 +++ .../table/table_delete_row.png.license | 3 +++ .../table/table_insert_column.png.license | 3 +++ .../table/table_insert_row.png.license | 3 +++ .../plugins/table/table_join_row.png.license | 3 +++ .../plugins/tidy/jquery.wymeditor.tidy.js | 4 ++++ .../wymeditor/plugins/tidy/wand.png.license | 3 +++ .../linkeddatahub/js/wymeditor/popup.html | 6 +++++ .../js/wymeditor/skins/compact/skin.css | 18 +++------------ .../wymeditor/skins/default/icons.png.license | 3 +++ .../js/wymeditor/skins/default/skin.css | 17 +++----------- .../wymeditor/skins/legacy/icons.png.license | 3 +++ .../js/wymeditor/skins/legacy/skin.css | 6 +++++ .../minimal/images/bg.header.gif.license | 3 +++ .../images/bg.selector.silver.gif.license | 3 +++ .../minimal/images/bg.wymeditor.png.license | 3 +++ .../minimal/images/icons.silver.gif.license | 3 +++ .../js/wymeditor/skins/minimal/skin.css | 18 +++------------ .../skins/seamless/icons.png.license | 3 +++ .../js/wymeditor/skins/seamless/skin.css | 6 +++++ .../images/bg.selector.silver.gif.license | 3 +++ .../silver/images/bg.wymeditor.png.license | 3 +++ .../silver/images/icons.silver.gif.license | 3 +++ .../js/wymeditor/skins/silver/skin.css | 18 +++------------ .../skins/twopanels/icons.png.license | 3 +++ .../js/wymeditor/skins/twopanels/skin.css | 18 +++------------ .../skins/wymeditor_icon.png.license | 3 +++ .../bootstrap/2.3.2/admin/acl/imports/acl.xsl | 4 ++++ .../2.3.2/admin/acl/imports/cert.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/admin/acl/layout.xsl | 12 +++++++++- .../xsl/bootstrap/2.3.2/admin/layout.xsl | 11 +++++++++ .../2.3.2/admin/sitemap/imports/rdfs.xsl | 12 +++++++++- .../xsl/bootstrap/2.3.2/client/chart.xsl | 11 ++++++++- .../xsl/bootstrap/2.3.2/client/container.xsl | 11 ++++++++- .../xsl/bootstrap/2.3.2/client/content.xsl | 11 ++++++++- .../xsl/bootstrap/2.3.2/client/form.xsl | 11 ++++++++- .../xsl/bootstrap/2.3.2/client/functions.xsl | 11 ++++++++- .../xsl/bootstrap/2.3.2/client/graph.xsl | 9 ++++++++ .../xsl/bootstrap/2.3.2/client/map.xsl | 9 ++++++++ .../xsl/bootstrap/2.3.2/client/modal.xsl | 13 ++++++++++- .../xsl/bootstrap/2.3.2/client/navigation.xsl | 11 ++++++++- .../xsl/bootstrap/2.3.2/client/sparql.xsl | 11 ++++++++- .../xsl/bootstrap/2.3.2/document.xsl | 10 ++++++++ .../xsl/bootstrap/2.3.2/imports/ac.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/dct.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/default.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/ldh.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/nfo.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/rdf.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/sioc.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/sp.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/imports/void.xsl | 4 ++++ .../bootstrap/2.3.2/imports/xml-to-string.xsl | 4 ++++ .../xsl/bootstrap/2.3.2/layout.xsl | 12 +++++++++- .../xsl/bootstrap/2.3.2/request-access.xsl | 12 +++++++++- .../xsl/bootstrap/2.3.2/resource.xsl | 10 ++++++++ .../xsl/bootstrap/2.3.2/signup.xsl | 13 ++++++++++- .../atomgraph/linkeddatahub/xsl/client.xsl | 11 ++++++++- .../linkeddatahub/xsl/query-transforms.xsl | 12 +++++++++- .../atomgraph/linkeddatahub/xsl/typeahead.xsl | 12 +++++++++- src/main/webapp/static/css/bootstrap.css | 9 +++----- 506 files changed, 2921 insertions(+), 740 deletions(-) create mode 100644 platform/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so.license create mode 100644 screenshot.png.license create mode 100644 src/main/resources/com/atomgraph/linkeddatahub/schema.org.jsonldcontext.json.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/apps_black_24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_downward-black-24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/arrow_upward-black-24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-cloud-24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_less-24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-expand_more-24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-play_arrow-24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-remove_red_eye-24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline-warning-24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_arrow_upward_white_18dp.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/baseline_done_white_48dp.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/chevron_right_black_24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/content_copy-24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/expand_more_black_24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/file.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/folder.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_account_circle_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_add_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_apps_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_blur_on_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_border_all_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_clear_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_code_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_create_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_delete_forever_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_description_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_details_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_device_hub_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_done_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_error_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_download_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_file_upload_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_filter_list_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_folder_open_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_grid_on_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_outline_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_help_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_import_export_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_input_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_list_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_location_on_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_map_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_my_location_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_before_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_navigate_next_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_new_releases_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_note_add_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_active_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_notifications_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_place_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_query_builder_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_refresh_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_remove_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_report_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_save_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_search_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_applications_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_settings_white_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_show_chart_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_sort_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_subject_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_timeline_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_transform_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/ic_view_list_black_24px.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/link_black_24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/notifications-white-24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/save_black_24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/icons/view_list_black_24dp.svg.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-article.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-aside.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-blockquote.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-command.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-details.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-div.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figcaption.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-figure.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-footer.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h1.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h2.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h3.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h4.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h5.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-h6.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-header.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-hgroup.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-mark.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-meter.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-nav.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-p.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-pre.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-progress.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rp.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-rt.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-ruby.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-section.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-summary.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/default/lbl-time.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-article.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-aside.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-blockquote.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-command.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-details.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-div.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figcaption.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-figure.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-footer.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h1.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h2.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h3.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h4.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h5.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-h6.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-header.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-hgroup.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-mark.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-meter.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-nav.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-p.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-pre.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-progress.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rp.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-rt.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-ruby.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-section.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-summary.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/legacy/lbl-time.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/iframe/pretty/icon.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/fullscreen/icon_fullscreen.gif.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/structured_headings/ruler_arrow.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_column.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_delete_row.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_column.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_insert_row.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/table/table_join_row.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/plugins/tidy/wand.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/default/icons.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/legacy/icons.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.header.gif.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.selector.silver.gif.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/bg.wymeditor.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/minimal/images/icons.silver.gif.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/seamless/icons.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.selector.silver.gif.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/bg.wymeditor.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/silver/images/icons.silver.gif.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/twopanels/icons.png.license create mode 100644 src/main/webapp/static/com/atomgraph/linkeddatahub/js/wymeditor/skins/wymeditor_icon.png.license 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 d174f7f66..e2a6883c9 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/Dockerfile b/Dockerfile index 812599cce..a95f0f83b 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/README.md b/README.md index 523ae2f35..5c29513d9 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.yml b/docker-compose.yml index 593160a15..23938d2f4 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/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/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/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 801b0aa46..1c01a216b 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 @@ -149,4 +158,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/entrypoint.sh b/platform/entrypoint.sh index ec279000f..5c627afe7 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/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 35ee1c33a..eceee72d2 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/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 7824c7ac2..17ebce1c4 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" @@ -83,4 +90,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 024fabf47..5d070c5c2 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" @@ -88,4 +96,4 @@ INSERT DATA acl:accessTo <../sparql> . } } -EOF \ No newline at end of file +EOF diff --git a/scripts/admin/add-ontology-import.sh b/scripts/admin/add-ontology-import.sh index a2b4921cc..b002784ac 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" @@ -84,4 +91,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 146eaa3cb..3b350c587 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 in the Domain ontology.\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 67f074746..5c25e753e 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" @@ -161,4 +169,4 @@ WHERE } }; -EOF \ No newline at end of file +EOF diff --git a/scripts/create-container.sh b/scripts/create-container.sh index 0276a54c2..3f5203f99 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 daf2b9761..8cb14313e 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 f067ebd12..2711eb36b 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" @@ -101,4 +108,4 @@ DELETE WHERE { } }; -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/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 b243c48e1..5fb17c506 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/Agent.java b/src/main/java/com/atomgraph/linkeddatahub/model/Agent.java index 61229c043..b8ef6faae 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/Agent.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/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/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/generic/ServiceImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/generic/ServiceImpl.java index a044b0ca3..c447bece2 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/generic/ServiceImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/generic/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/generic/ServiceImplementation.java b/src/main/java/com/atomgraph/linkeddatahub/model/generic/ServiceImplementation.java index 9a08da2b0..ca39e787f 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/generic/ServiceImplementation.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/generic/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/AgentImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/AgentImpl.java index cb391cc72..1e7bd1b3f 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/model/impl/AgentImpl.java +++ b/src/main/java/com/atomgraph/linkeddatahub/model/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/impl/CSVImportImpl.java b/src/main/java/com/atomgraph/linkeddatahub/model/impl/CSVImportImpl.java index e71de14e8..bbb5bb36f 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 0c4ff852b..dc0d789ad 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 2ae25c8d0..a971a8b95 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/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 75ca2e9f4..20c021f7b 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 d52535812..5c3eebf01 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 46bb1bc68..eea88f5d1 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 7719c8fac..8ff0602c6 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 4735761b6..32f4fc01c 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 0cbb23f31..48af1d575 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 e40838f25..fc7b754c6 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/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 db35ccfc3..9bca7fcfb 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 * @@ -212,4 +218,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 cb2ce5186..04b77870d 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/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/RDFPostCleanupFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/RDFPostCleanupFilter.java index 4821713a1..61422e59b 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/RDFPostCleanupFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/RDFPostCleanupFilter.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/auth/IDTokenFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/auth/IDTokenFilter.java index 573344f50..5e47747b3 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 259f26e2a..d7ec89073 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 77ef87765..3c40d9433 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.linkeddatahub.apps.model.AdminApplication; 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 af959c004..ef58a14e1 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 6f82e5843..3c8c67319 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 06f3ca818..087e17b9c 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/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 86e4332a5..803fa720c 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 ad31f470c..02902c17a 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 39080a3ac..075240476 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 * @@ -863,4 +869,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 601add7b4..7178ee2d9 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 166e87e80..d1daaa1e2 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 0202c5bb1..b1af4cba0 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/IDTokenSecurityContext.java b/src/main/java/com/atomgraph/linkeddatahub/server/security/IDTokenSecurityContext.java index 4d2590524..5f558b17d 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 b5cf490f1..8a5309f64 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/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 5474ba7b1..56b4248bd 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 bcb9e3cf7..93439cc85 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 f1ae7d98e..1b586f781 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 . * @@ -385,4 +390,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 7c8a53aae..4d4440e27 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 c0a385a70..56486a17e 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 : <#> . @@ -620,4 +628,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/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 521293b26..0ccaa73a8 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/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/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/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/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.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 75c9a3597..437445429 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 971038353..0693e9c4c 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 8c5f14335..e0c496a8f 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 @@ + + @@ -399,4 +408,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 b4bbe881d..46654f2ec 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 @@ + + @@ -1660,4 +1669,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 8657fe26a..7c2a5bb14 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 @@ + + @@ -316,4 +325,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 c2924024e..cf2b9332c 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 @@ + + @@ -1023,4 +1032,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 347546348..669c7664b 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 @@ + + @@ -197,4 +206,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/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 c1178932e..5e8812c1c 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 03bbcf0a1..324e425cf 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 1fe5063b6..5575e42f9 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 @@ + + @@ -306,4 +315,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 28d40b7b2..c2b4f4946 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 c18faac3e..556278742 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 71426b136..4325d5933 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 a0fafdc64..cff397884 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 da251d302..ed84ea5b1 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 14ec23fa2..658c6c9ec 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 e1ef6f840..6f17d7f26 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 8f377763d..3f82c9279 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 + + + @@ -1313,4 +1323,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/request-access.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/request-access.xsl index 2cd8ff2bd..8e4025c65 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 @@ + + + @@ -264,4 +274,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 bff9a0fbf..49eae16f5 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 39404f8de..b2a99d200 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 @@ + + + + @@ -372,4 +383,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 dc7d3e5c3..25514e37d 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 @@ + + @@ -1574,4 +1583,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 dcc22e00d..516e5081f 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 { From 61ab5133c664145499de321941f23a16e9688ede Mon Sep 17 00:00:00 2001 From: Niharika Date: Mon, 11 Jul 2022 17:32:18 +0200 Subject: [PATCH 20/21] making all files REUSE compliant --- CHANGELOG.md | 6 +++++- .../graph-store-protocol/PATCH-graph-422.sh | 5 +++++ http-tests/graph-store-protocol/PATCH.sh | 5 +++++ screenshots.png.license | 3 +++ .../model/auth/Authorization.java | 21 +++++-------------- .../model/auth/impl/AuthorizationImpl.java | 21 +++++-------------- .../factory/AuthorizationContextFactory.java | 21 +++++-------------- .../UpdateRequestCleanupInterceptor.java | 21 +++++-------------- .../server/security/AuthorizationContext.java | 21 +++++-------------- .../server/util/PatchUpdateVisitor.java | 4 ++++ 10 files changed, 47 insertions(+), 81 deletions(-) create mode 100644 screenshots.png.license diff --git a/CHANGELOG.md b/CHANGELOG.md index 15be9b079..5b9c592f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -<<<<<<< HEAD