Skip to content

Commit d61a223

Browse files
committed
Merge branch 'release/UV_Core_v2.3.2'
2 parents 689f5be + e5c753e commit d61a223

File tree

639 files changed

+357
-10181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

639 files changed

+357
-10181
lines changed

LICENSE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
UnifiedViews License
2+
====================
3+
4+
UnifiedViews is meant to be an free and open source for all now and in future.
5+
We encourage continuous, self sustainable development supported by both the open source community and commercial stake holders. This way both parties (community and commercial users) profit from each other by code and financial resources for core development. Therefore we adopted a dual licensing approach for UnifiedViews. All contributor need to agree and sign the CLA (https://github.com/UnifiedViews/Core/blob/master/ContributorAgreement_UnifiedViews.pdf), if they want to push in the repository of UnifiedViews.
6+
7+
Open source Software License
8+
====================
9+
10+
The Open Source version of UnifiedViews is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below) and LGPLv3 or later http://opensource.org/licenses/lgpl-3.0.html. See the particular module for details.
11+
12+
As an additional permission to the GNU GPL version 3, you may distribute non-source (e.g., minimized or compacted) forms of the UnifiedViews source code without the copy of the GNU GPL normally required, provided you include this license notice and a URL through which recipients can access the Corresponding Source.
13+
14+
Commercial Software License
15+
====================
16+
17+
The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement.
18+
119
GNU GENERAL PUBLIC LICENSE
220
====================
321

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,4 @@ Please see http://unifiedviews.eu
2020
License
2121
-------
2222

23-
The following modules of the software are licensed under GNU General Public License, Version 3, https://www.gnu.org/licenses/gpl-3.0.txt:
24-
25-
* [backend](./backend/LICENSE.md)
26-
* [commons-app](./commons-app/LICENSE.md)
27-
* [dataunit](./dataunit/LICENSE.md)
28-
* [dataunit-file](./dataunit-file/LICENSE.md)
29-
* [dataunit-file-impl](./dataunit-file-impl/LICENSE.md)
30-
* [dataunit-rdf](./dataunit-rdf/LICENSE.md)
31-
* [dataunit-rdf-impl](./dataunit-rdf-impl/LICENSE.md)
32-
* [dataunit-relational-impl](./dataunit-relational-impl/LICENSE.md)
33-
* [frontend](./frontend/LICENSE.md)
34-
* [master](./master/LICENSE.md)
35-
* [module-test](./module-test/LICENSE.md)
36-
37-
For details, please see the particular module.
23+
Please see [LICENSE](./LICENSE.md)

backend/GPL-3.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

backend/LICENSE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
UnifiedViews License - Module backend
2+
====================
3+
4+
UnifiedViews (hereafter meant as UnifiedViews - Module backend) is meant to be an free and open source for all now and in future.
5+
We encourage continuous, self sustainable development supported by both the open source community and commercial stake holders. This way both parties (community and commercial users) profit from each other by code and financial resources for core development. Therefore we adopted a dual licensing approach for UnifiedViews. All contributor need to agree and sign the CLA (https://github.com/UnifiedViews/Core/blob/master/ContributorAgreement_UnifiedViews.pdf), if they want to push in the repository of UnifiedViews.
6+
7+
Open source Software License
8+
====================
9+
10+
The Open Source version of UnifiedViews - Module backend - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below).
11+
12+
As an additional permission to the GNU GPL version 3, you may distribute non-source (e.g., minimized or compacted) forms of the UnifiedViews source code without the copy of the GNU GPL normally required, provided you include this license notice and a URL through which recipients can access the Corresponding Source.
13+
14+
Commercial Software License
15+
====================
16+
17+
The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement.
18+
19+
120
GNU GENERAL PUBLIC LICENSE
221
====================
322

backend/conf/config.sample.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ backend.id = BackendServer1
4848
# By default set to -1 which means no executions are automatically cleaned up
4949
# backend.execution.cleanup.days.limit = -1
5050

51+
# Automatic delete of old logs in days - delete all logs that are older than defined amount of days
52+
# By default it is set to -1 which means that no logs are automatically deleted
53+
# exec.log.history = -1
54+
5155
# Connection configuration setting for relational database
5256
# for mysql {
5357
database.sql.driver = com.mysql.jdbc.Driver

backend/pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
<parent>
55
<groupId>eu.unifiedviews</groupId>
66
<artifactId>uv-core</artifactId>
7-
<version>2.3.1</version>
7+
<version>2.3.2</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<artifactId>backend</artifactId>
11+
<version>2.3.2</version>
1012
<packaging>jar</packaging>
1113
<name>backend</name>
1214
<description />
@@ -136,13 +138,4 @@
136138

137139

138140
</build>
139-
<!-- define license -->
140-
<licenses>
141-
<license>
142-
<name>GNU General Public License, Version 3</name>
143-
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
144-
<distribution>repo</distribution>
145-
<!-- https://maven.apache.org/pom.html#Licenses -->
146-
</license>
147-
</licenses>
148141
</project>

backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/AppEntry.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/**
2-
* This file is part of UnifiedViews.
3-
*
4-
* UnifiedViews is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
8-
*
9-
* UnifiedViews is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with UnifiedViews. If not, see <http://www.gnu.org/licenses/>.
16-
*/
171
package cz.cuni.mff.xrg.odcs.backend;
182

193
import ch.qos.logback.classic.Level;

backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/EventListenerDatabase.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/**
2-
* This file is part of UnifiedViews.
3-
*
4-
* UnifiedViews is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
8-
*
9-
* UnifiedViews is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with UnifiedViews. If not, see <http://www.gnu.org/licenses/>.
16-
*/
171
package cz.cuni.mff.xrg.odcs.backend;
182

193
import org.springframework.beans.factory.annotation.Autowired;

backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/AppLock.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/**
2-
* This file is part of UnifiedViews.
3-
*
4-
* UnifiedViews is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
8-
*
9-
* UnifiedViews is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with UnifiedViews. If not, see <http://www.gnu.org/licenses/>.
16-
*/
171
package cz.cuni.mff.xrg.odcs.backend.auxiliaries;
182

193
import java.io.File;

backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/DatabaseInitializer.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/**
2-
* This file is part of UnifiedViews.
3-
*
4-
* UnifiedViews is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
8-
*
9-
* UnifiedViews is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with UnifiedViews. If not, see <http://www.gnu.org/licenses/>.
16-
*/
171
package cz.cuni.mff.xrg.odcs.backend.auxiliaries;
182

193
import cz.cuni.mff.xrg.odcs.commons.app.properties.Property;

0 commit comments

Comments
 (0)