Skip to content

Commit

Permalink
Run licence plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Douloudis committed Jun 15, 2021
1 parent 5440beb commit 14bb0fe
Show file tree
Hide file tree
Showing 124 changed files with 1,237 additions and 1,355 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions deploy-settings.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This work is protected under copyrights held by the members of the
TOOP Project Consortium as indicated at
http://wiki.ds.unipi.gr/display/TOOP/Contributors
(c) 2018-2021. All rights reserved.
Copyright 2021 - TOOP Project
This work is licensed under the EUPL 1.2.
This file and its contents are licensed under the EUPL, Version 1.2
or – as soon they will be approved by the European Commission – subsequent
versions of the EUPL (the "Licence");
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Licensed under the EUPL, Version 1.2 or – as soon they will be approved
by the European Commission - subsequent versions of the EUPL
(the "Licence");
You may not use this work except in compliance with the Licence.
You may obtain a copy of the Licence at:
https://joinup.ec.europa.eu/software/page/eupl
https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Licence for the specific language governing permissions and limitations under the Licence.
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0">
Expand Down
23 changes: 11 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This work is protected under copyrights held by the members of the
TOOP Project Consortium as indicated at
http://wiki.ds.unipi.gr/display/TOOP/Contributors
(c) 2018-2021. All rights reserved.
Copyright 2021 - TOOP Project
This work is licensed under the EUPL 1.2.
This file and its contents are licensed under the EUPL, Version 1.2
or – as soon they will be approved by the European Commission – subsequent
versions of the EUPL (the "Licence");
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Licensed under the EUPL, Version 1.2 or – as soon they will be approved
by the European Commission - subsequent versions of the EUPL
(the "Licence");
You may not use this work except in compliance with the Licence.
You may obtain a copy of the Licence at:
https://joinup.ec.europa.eu/software/page/eupl
https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Licence for the specific language governing permissions and limitations under the Licence.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand Down Expand Up @@ -48,7 +47,7 @@

<licenses>
<license>
<name>EUPL 1.2/name>
<name>EUPL 1.2</name>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
21 changes: 10 additions & 11 deletions toop-demoui-dc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#
# This work is protected under copyrights held by the members of the
# TOOP Project Consortium as indicated at
# http://wiki.ds.unipi.gr/display/TOOP/Contributors
# (c) 2018-2021. All rights reserved.
# Copyright 2021 - TOOP Project
#
# This work is licensed under the EUPL 1.2.
# This file and its contents are licensed under the EUPL, Version 1.2
# or – as soon they will be approved by the European Commission – subsequent
# versions of the EUPL (the "Licence");
#
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved
# by the European Commission - subsequent versions of the EUPL
# (the "Licence");
# You may not use this work except in compliance with the Licence.
# You may obtain a copy of the Licence at:
#
# https://joinup.ec.europa.eu/software/page/eupl
# https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
#
# Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
# See the Licence for the specific language governing permissions and limitations under the Licence.
#

FROM tomcat:9-jdk11
Expand Down
21 changes: 10 additions & 11 deletions toop-demoui-dc/build-docker.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
#!/usr/bin/env bash
#
# This work is protected under copyrights held by the members of the
# TOOP Project Consortium as indicated at
# http://wiki.ds.unipi.gr/display/TOOP/Contributors
# (c) 2018-2021. All rights reserved.
# Copyright 2021 - TOOP Project
#
# This work is licensed under the EUPL 1.2.
# This file and its contents are licensed under the EUPL, Version 1.2
# or – as soon they will be approved by the European Commission – subsequent
# versions of the EUPL (the "Licence");
#
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved
# by the European Commission - subsequent versions of the EUPL
# (the "Licence");
# You may not use this work except in compliance with the Licence.
# You may obtain a copy of the Licence at:
#
# https://joinup.ec.europa.eu/software/page/eupl
# https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
#
# Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
# See the Licence for the specific language governing permissions and limitations under the Licence.
#


Expand Down
21 changes: 10 additions & 11 deletions toop-demoui-dc/frontend/styles/shared-styles.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* This work is protected under copyrights held by the members of the
* TOOP Project Consortium as indicated at
* http://wiki.ds.unipi.gr/display/TOOP/Contributors
* (c) 2018-2021. All rights reserved.
* Copyright 2021 - TOOP Project
*
* This work is licensed under the EUPL 1.2.
* This file and its contents are licensed under the EUPL, Version 1.2
* or – as soon they will be approved by the European Commission – subsequent
* versions of the EUPL (the "Licence");
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved
* by the European Commission - subsequent versions of the EUPL
* (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/software/page/eupl
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
/*
CSS styling examples for the Vaadin app.
Expand Down
21 changes: 10 additions & 11 deletions toop-demoui-dc/frontend/styles/vaadin-text-field-styles.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* This work is protected under copyrights held by the members of the
* TOOP Project Consortium as indicated at
* http://wiki.ds.unipi.gr/display/TOOP/Contributors
* (c) 2018-2021. All rights reserved.
* Copyright 2021 - TOOP Project
*
* This work is licensed under the EUPL 1.2.
* This file and its contents are licensed under the EUPL, Version 1.2
* or – as soon they will be approved by the European Commission – subsequent
* versions of the EUPL (the "Licence");
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved
* by the European Commission - subsequent versions of the EUPL
* (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/software/page/eupl
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
/*
CSS styling examples for the Vaadin app.
Expand Down
21 changes: 10 additions & 11 deletions toop-demoui-dc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This work is protected under copyrights held by the members of the
TOOP Project Consortium as indicated at
http://wiki.ds.unipi.gr/display/TOOP/Contributors
(c) 2018-2021. All rights reserved.
Copyright 2021 - TOOP Project
This work is licensed under the EUPL 1.2.
This file and its contents are licensed under the EUPL, Version 1.2
or – as soon they will be approved by the European Commission – subsequent
versions of the EUPL (the "Licence");
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Licensed under the EUPL, Version 1.2 or – as soon they will be approved
by the European Commission - subsequent versions of the EUPL
(the "Licence");
You may not use this work except in compliance with the Licence.
You may obtain a copy of the Licence at:
https://joinup.ec.europa.eu/software/page/eupl
https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Licence for the specific language governing permissions and limitations under the Licence.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* This work is protected under copyrights held by the members of the
* TOOP Project Consortium as indicated at
* http://wiki.ds.unipi.gr/display/TOOP/Contributors
* (c) 2018-2021. All rights reserved.
* Copyright 2021 - TOOP Project
*
* This work is licensed under the EUPL 1.2.
* This file and its contents are licensed under the EUPL, Version 1.2
* or – as soon they will be approved by the European Commission – subsequent
* versions of the EUPL (the "Licence");
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved
* by the European Commission - subsequent versions of the EUPL
* (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/software/page/eupl
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
package eu.toop.playground.dc.config.enums;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* This work is protected under copyrights held by the members of the
* TOOP Project Consortium as indicated at
* http://wiki.ds.unipi.gr/display/TOOP/Contributors
* (c) 2018-2021. All rights reserved.
* Copyright 2021 - TOOP Project
*
* This work is licensed under the EUPL 1.2.
* This file and its contents are licensed under the EUPL, Version 1.2
* or – as soon they will be approved by the European Commission – subsequent
* versions of the EUPL (the "Licence");
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved
* by the European Commission - subsequent versions of the EUPL
* (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/software/page/eupl
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
package eu.toop.playground.dc.servlet;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* This work is protected under copyrights held by the members of the
* TOOP Project Consortium as indicated at
* http://wiki.ds.unipi.gr/display/TOOP/Contributors
* (c) 2018-2021. All rights reserved.
* Copyright 2021 - TOOP Project
*
* This work is licensed under the EUPL 1.2.
* This file and its contents are licensed under the EUPL, Version 1.2
* or – as soon they will be approved by the European Commission – subsequent
* versions of the EUPL (the "Licence");
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved
* by the European Commission - subsequent versions of the EUPL
* (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/software/page/eupl
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
package eu.toop.playground.dc.servlet;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* This work is protected under copyrights held by the members of the
* TOOP Project Consortium as indicated at
* http://wiki.ds.unipi.gr/display/TOOP/Contributors
* (c) 2018-2021. All rights reserved.
* Copyright 2021 - TOOP Project
*
* This work is licensed under the EUPL 1.2.
* This file and its contents are licensed under the EUPL, Version 1.2
* or – as soon they will be approved by the European Commission – subsequent
* versions of the EUPL (the "Licence");
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved
* by the European Commission - subsequent versions of the EUPL
* (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/software/page/eupl
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
package eu.toop.playground.dc.ui.component;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* This work is protected under copyrights held by the members of the
* TOOP Project Consortium as indicated at
* http://wiki.ds.unipi.gr/display/TOOP/Contributors
* (c) 2018-2021. All rights reserved.
* Copyright 2021 - TOOP Project
*
* This work is licensed under the EUPL 1.2.
* This file and its contents are licensed under the EUPL, Version 1.2
* or – as soon they will be approved by the European Commission – subsequent
* versions of the EUPL (the "Licence");
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved
* by the European Commission - subsequent versions of the EUPL
* (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/software/page/eupl
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
*
* Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the Licence for the specific language governing permissions and limitations under the Licence.
*/
package eu.toop.playground.dc.ui.component;

Expand Down
Loading

0 comments on commit 14bb0fe

Please sign in to comment.