diff --git a/LICENSE.md b/LICENSE.md index ccbc51ac2c..75285594bb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,21 @@ +UnifiedViews License +==================== + +UnifiedViews is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +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. + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/README.md b/README.md index f9c0ef2a15..6112d092aa 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,4 @@ Please see http://unifiedviews.eu License ------- -The following modules of the software are licensed under GNU General Public License, Version 3, https://www.gnu.org/licenses/gpl-3.0.txt: - - * [backend](./backend/LICENSE.md) - * [commons-app](./commons-app/LICENSE.md) - * [dataunit](./dataunit/LICENSE.md) - * [dataunit-file](./dataunit-file/LICENSE.md) - * [dataunit-file-impl](./dataunit-file-impl/LICENSE.md) - * [dataunit-rdf](./dataunit-rdf/LICENSE.md) - * [dataunit-rdf-impl](./dataunit-rdf-impl/LICENSE.md) - * [dataunit-relational-impl](./dataunit-relational-impl/LICENSE.md) - * [frontend](./frontend/LICENSE.md) - * [master](./master/LICENSE.md) - * [module-test](./module-test/LICENSE.md) - -For details, please see the particular module. +Please see [LICENSE](./LICENSE.md) diff --git a/backend/GPL-3.txt b/backend/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/backend/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/backend/LICENSE.md b/backend/LICENSE.md index ccbc51ac2c..64a3fabac2 100644 --- a/backend/LICENSE.md +++ b/backend/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module backend +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module backend) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +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). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/backend/conf/config.sample.properties b/backend/conf/config.sample.properties index a3d13d0fea..2b0b785968 100644 --- a/backend/conf/config.sample.properties +++ b/backend/conf/config.sample.properties @@ -48,6 +48,10 @@ backend.id = BackendServer1 # By default set to -1 which means no executions are automatically cleaned up # backend.execution.cleanup.days.limit = -1 +# Automatic delete of old logs in days - delete all logs that are older than defined amount of days +# By default it is set to -1 which means that no logs are automatically deleted +# exec.log.history = -1 + # Connection configuration setting for relational database # for mysql { database.sql.driver = com.mysql.jdbc.Driver diff --git a/backend/pom.xml b/backend/pom.xml index 2242e43c0d..bb00171f6d 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -4,9 +4,11 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml backend + 2.3.2 jar backend @@ -136,13 +138,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/AppEntry.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/AppEntry.java index e1fb3f2182..d14948faf9 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/AppEntry.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/AppEntry.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend; import ch.qos.logback.classic.Level; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/EventListenerDatabase.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/EventListenerDatabase.java index 2c476bc326..6f50b726cd 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/EventListenerDatabase.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/EventListenerDatabase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend; import org.springframework.beans.factory.annotation.Autowired; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/AppLock.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/AppLock.java index 9f20295d6c..def4511480 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/AppLock.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/AppLock.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.auxiliaries; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/DatabaseInitializer.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/DatabaseInitializer.java index 76a746e0a3..c91c5d4268 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/DatabaseInitializer.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/auxiliaries/DatabaseInitializer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.auxiliaries; import cz.cuni.mff.xrg.odcs.commons.app.properties.Property; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/EmbeddedHttpServer.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/EmbeddedHttpServer.java index d0cfe38fb5..d37c5e742b 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/EmbeddedHttpServer.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/EmbeddedHttpServer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.communication; import javax.annotation.PostConstruct; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/ProbeHandler.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/ProbeHandler.java index 0fb2024391..7fc8578607 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/ProbeHandler.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/communication/ProbeHandler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.communication; import java.io.IOException; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/Context.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/Context.java index 7cf7386404..92ae321d28 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/Context.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/Context.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCloser.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCloser.java index 25a8a07827..8584629d55 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCloser.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCloser.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; /** diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCreator.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCreator.java index f836adc431..7eb0989233 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCreator.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextCreator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; import java.util.Date; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextDeleter.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextDeleter.java index d173b0d78c..6b70ea77ff 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextDeleter.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextDeleter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextException.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextException.java index 31255d1116..ccd692cdef 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextException.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; /** diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextFacade.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextFacade.java index afcb622468..82055f5a51 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextFacade.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; import java.util.Date; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextMerger.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextMerger.java index 306337f4ba..a816dc812f 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextMerger.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextMerger.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; import java.util.Iterator; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextRestorer.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextRestorer.java index 1c152a07f9..57b113a74e 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextRestorer.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextRestorer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextSaver.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextSaver.java index f1cf7f802f..b89b117339 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextSaver.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/ContextSaver.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; /** diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/DataUnitManager.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/DataUnitManager.java index 48ae5aded7..e4e5f021c6 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/DataUnitManager.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/context/DataUnitManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.context; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/db/SQLDatabaseReconnectAspect.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/db/SQLDatabaseReconnectAspect.java index 595f6b621f..e1c6283972 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/db/SQLDatabaseReconnectAspect.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/db/SQLDatabaseReconnectAspect.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.db; import javax.annotation.PostConstruct; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/ConfigurationValidator.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/ConfigurationValidator.java index f3f87d15c4..cb49134301 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/ConfigurationValidator.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/ConfigurationValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.dpu; import org.springframework.beans.factory.annotation.Autowired; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUEvent.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUEvent.java index 0b0455475c..81a17feacb 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUEvent.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.dpu.event; import java.io.PrintWriter; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUMessage.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUMessage.java index 51533ae94a..f1cd172e67 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUMessage.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/dpu/event/DPUMessage.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.dpu.event; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/Engine.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/Engine.java index d7bd1b2189..131a7e6df3 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/Engine.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/Engine.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution; import java.io.File; @@ -119,6 +103,8 @@ public class Engine implements ApplicationListener { @PostConstruct private void propertySetter() { + + //Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available. this.executorService = Executors.newCachedThreadPool(); this.startUpDone = false; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionResult.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionResult.java index 24f4278efd..d4b2612670 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionResult.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionResult.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution; /** diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionSanitizer.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionSanitizer.java index 7b7fda11fd..907879a412 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionSanitizer.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/ExecutionSanitizer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUExecutor.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUExecutor.java index f9039d1b38..90f8645c20 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUExecutor.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUExecutor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu; import java.util.Collections; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPostExecutor.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPostExecutor.java index 01a079a286..686df506fa 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPostExecutor.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPostExecutor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPreExecutor.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPreExecutor.java index a165f51f6f..73bab474cd 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPreExecutor.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/DPUPreExecutor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/StructureException.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/StructureException.java index 15ee33bf8e..8839b85ff8 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/StructureException.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/StructureException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu; /** diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsInput.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsInput.java index 040c8427f8..3eda1f12a0 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsInput.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsInput.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.lang.reflect.Field; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsOutput.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsOutput.java index b840a71318..b76aae2b7a 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsOutput.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/AnnotationsOutput.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.lang.reflect.Field; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/CheckDataUnits.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/CheckDataUnits.java index d6dbb2dbff..4ca67e9255 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/CheckDataUnits.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/CheckDataUnits.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Configurator.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Configurator.java index c3d3ef5211..28aa45a59a 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Configurator.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Configurator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/ContextSaver.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/ContextSaver.java index 18d52d2313..13c84dabbe 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/ContextSaver.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/ContextSaver.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPostExecutorBase.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPostExecutorBase.java index f1db26a9ef..700464a78a 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPostExecutorBase.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPostExecutorBase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.util.List; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorBase.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorBase.java index 66cccb771a..3711081b43 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorBase.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorBase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.util.List; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorContextPreparator.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorContextPreparator.java index 8d3bbb7a41..7df6e3e69c 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorContextPreparator.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/DPUPreExecutorContextPreparator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.util.ArrayList; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Restarter.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Restarter.java index 54bc9b9570..1ffd877b82 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Restarter.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/dpu/impl/Restarter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.dpu.impl; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/event/CheckDatabaseEvent.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/event/CheckDatabaseEvent.java index 5eaa3af40c..64eb869a87 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/event/CheckDatabaseEvent.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/event/CheckDatabaseEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.event; import org.springframework.context.ApplicationEvent; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/Executor.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/Executor.java index bc746d7b81..6bb4ca7511 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/Executor.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/Executor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline; import java.util.Collections; @@ -323,7 +307,7 @@ private void execute() { execResult.failure(); } - // and we also have evidance about user abort request + // and we also have evidence about user abort request boolean userAbortRequest = false; // execute each node diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PostExecutor.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PostExecutor.java index 2df244801f..6fe699f04e 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PostExecutor.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PostExecutor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PreExecutor.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PreExecutor.java index 80e28af87f..936db7b001 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PreExecutor.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/PreExecutor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanUp.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanUp.java index a1d61f735f..9f3a1e585a 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanUp.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanUp.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline.impl; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupThread.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupThread.java index b7ce9436fe..5d728cce92 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupThread.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupThread.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline.impl; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupUtils.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupUtils.java index 65165b4f10..1ff51d6ff4 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupUtils.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/CleanupUtils.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline.impl; import java.io.File; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictLock.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictLock.java index 6915052708..72dab2a6fb 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictLock.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictLock.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline.impl; import java.util.HashMap; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictUnLock.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictUnLock.java index 2991a57958..f5e4177e50 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictUnLock.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/execution/pipeline/impl/ConflictUnLock.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution.pipeline.impl; import java.util.Map; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/i18n/Messages.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/i18n/Messages.java index b0b63507ce..19d35abd30 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/i18n/Messages.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/i18n/Messages.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.i18n; import java.text.MessageFormat; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/LoggingConnectionSource.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/LoggingConnectionSource.java index 64c4ccb90a..9e461d1a0c 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/LoggingConnectionSource.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/LoggingConnectionSource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.logback; import java.sql.Connection; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcExecutionLevelFilter.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcExecutionLevelFilter.java index e08bea56b6..131dedefda 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcExecutionLevelFilter.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcExecutionLevelFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.logback; import java.util.concurrent.ConcurrentHashMap; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcFilter.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcFilter.java index 617e8a91a6..b20dd0696d 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcFilter.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/MdcFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.logback; import ch.qos.logback.classic.spi.ILoggingEvent; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/RelativeIdHolder.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/RelativeIdHolder.java index 7a261c6b85..09c3d3b601 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/RelativeIdHolder.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/RelativeIdHolder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.logback; import java.util.HashMap; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppender.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppender.java index abbabc59d2..88e83f2b6a 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppender.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppender.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.logback; import ch.qos.logback.classic.spi.ILoggingEvent; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppenderImpl.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppenderImpl.java index cfa77b55af..8c55a6e865 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppenderImpl.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/logback/SqlAppenderImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.logback; import java.sql.BatchUpdateException; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineAbortedEvent.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineAbortedEvent.java index c6b1e65791..cb4b372e13 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineAbortedEvent.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineAbortedEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineEvent.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineEvent.java index 52e90a53da..1731313ab7 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineEvent.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import java.util.Date; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFailedEvent.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFailedEvent.java index 8a9a0b4f12..82aa728cde 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFailedEvent.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFailedEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import java.io.PrintWriter; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFinished.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFinished.java index 73f57e3ffe..7be77d9f83 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFinished.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineFinished.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineInfo.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineInfo.java index 5e40cd4056..79982f8c03 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineInfo.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineInfo.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineRestart.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineRestart.java index 94e2e7afe5..28fe7145ef 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineRestart.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineRestart.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineSanitized.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineSanitized.java index 87f32047b6..b0a210836c 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineSanitized.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineSanitized.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineStarted.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineStarted.java index 0427f013b8..55fc83cbe0 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineStarted.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pipeline/event/PipelineStarted.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pipeline.event; import org.slf4j.Logger; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pruning/Log.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pruning/Log.java index 83e18595d3..02875bf8d3 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pruning/Log.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/pruning/Log.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.pruning; import java.util.Calendar; @@ -52,9 +36,8 @@ private void execute() { // get user settings Integer history = null; - try { + if (config.contains(ConfigProperty.EXECUTION_LOG_HISTORY)) { history = config.getInteger(ConfigProperty.EXECUTION_LOG_HISTORY); - } finally { } if (history == null || history <= -1) { diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReport.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReport.java index 2435fb38e3..6df1cd3327 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReport.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReport.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.report; import java.util.Calendar; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReportEmailBuilder.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReportEmailBuilder.java index c1879ca88f..bca2ced632 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReportEmailBuilder.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/DailyReportEmailBuilder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.report; import java.util.List; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/EmailUtils.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/EmailUtils.java index ae4fab2d5e..cdf2bce18d 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/EmailUtils.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/EmailUtils.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.report; import java.text.SimpleDateFormat; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReport.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReport.java index bf9dbedf16..d7ddf8bdd8 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReport.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReport.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.report; import java.util.ArrayList; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReportEmailBuilder.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReportEmailBuilder.java index ec7f06e35d..793955d3cf 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReportEmailBuilder.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/report/InstantReportEmailBuilder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.report; import java.util.List; diff --git a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/scheduling/Scheduler.java b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/scheduling/Scheduler.java index 7acc3b0c0d..ffcf128a09 100644 --- a/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/scheduling/Scheduler.java +++ b/backend/src/main/java/cz/cuni/mff/xrg/odcs/backend/scheduling/Scheduler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.scheduling; import cz.cuni.mff.xrg.odcs.backend.pipeline.event.PipelineFinished; diff --git a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/execution/EngineMock.java b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/execution/EngineMock.java index 0fdbe5e393..95916a8883 100644 --- a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/execution/EngineMock.java +++ b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/execution/EngineMock.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.execution; import java.util.ArrayList; diff --git a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/scheduling/SchedulerTest.java b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/scheduling/SchedulerTest.java index a72a5812e9..6866e33c4d 100644 --- a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/scheduling/SchedulerTest.java +++ b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/scheduling/SchedulerTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.scheduling; import cz.cuni.mff.xrg.odcs.backend.execution.EngineMock; diff --git a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/DataUnitFactoryMock.java b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/DataUnitFactoryMock.java index 9bf13389f3..f6e7a633dd 100644 --- a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/DataUnitFactoryMock.java +++ b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/DataUnitFactoryMock.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.spring; import static org.mockito.Mockito.mock; diff --git a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/InMemoryEventListener.java b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/InMemoryEventListener.java index 891b4a2f3d..5f889e6e08 100644 --- a/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/InMemoryEventListener.java +++ b/backend/src/test/java/cz/cuni/mff/xrg/odcs/backend/spring/InMemoryEventListener.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.backend.spring; import java.util.LinkedList; diff --git a/commons-app/GPL-3.txt b/commons-app/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/commons-app/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/commons-app/LICENSE.md b/commons-app/LICENSE.md index ccbc51ac2c..633e87855b 100644 --- a/commons-app/LICENSE.md +++ b/commons-app/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module commons-app +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module commons-app) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module commons-app - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/commons-app/pom.xml b/commons-app/pom.xml index 037777c456..e159ce72b7 100644 --- a/commons-app/pom.xml +++ b/commons-app/pom.xml @@ -3,10 +3,12 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml commons-app - commons-app + 2.3.2 + commons-app @@ -462,13 +464,4 @@ which somehow messes up the signatures. The solution proposed in the web is to - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/Application.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/Application.java index 07c423ed5d..9943503c29 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/Application.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/Application.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/PerformanceSessionCustomizer.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/PerformanceSessionCustomizer.java index fa0958498b..9bf830c483 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/PerformanceSessionCustomizer.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/PerformanceSessionCustomizer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app; import java.io.IOException; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/ScheduledJobsPriority.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/ScheduledJobsPriority.java index fbd79229b8..6017d458a3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/ScheduledJobsPriority.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/ScheduledJobsPriority.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthAwarePermissionEvaluator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthAwarePermissionEvaluator.java index 536fd0110a..047f480f77 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthAwarePermissionEvaluator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthAwarePermissionEvaluator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import org.springframework.security.access.PermissionEvaluator; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthenticationContext.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthenticationContext.java index 0c792be0bc..743516ba44 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthenticationContext.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/AuthenticationContext.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import org.springframework.context.ApplicationListener; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/DefaultPermissionEvaluator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/DefaultPermissionEvaluator.java index 72cddc9a96..5e30151c2a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/DefaultPermissionEvaluator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/DefaultPermissionEvaluator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import java.io.Serializable; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/EntityPermissions.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/EntityPermissions.java index c33472eedf..f5c7501204 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/EntityPermissions.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/EntityPermissions.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; public class EntityPermissions { diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordAuthenticationProvider.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordAuthenticationProvider.java index b8af636a41..547eb9a343 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordAuthenticationProvider.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordAuthenticationProvider.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import static cz.cuni.mff.xrg.odcs.commons.app.auth.PasswordHash.validatePassword; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHash.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHash.java index 03e7884be0..b9701bb49a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHash.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHash.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import java.math.BigInteger; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PermissionUtils.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PermissionUtils.java index 622756b910..d1f5addbdc 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PermissionUtils.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PermissionUtils.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import org.springframework.beans.factory.annotation.Autowired; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/ShareType.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/ShareType.java index 2cd87306ef..78bc188671 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/ShareType.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/ShareType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import java.util.EnumSet; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/SharedEntity.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/SharedEntity.java index 024fef0225..4c81a07950 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/SharedEntity.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/auth/SharedEntity.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/communication/EmailSender.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/communication/EmailSender.java index 456d878194..27360f0208 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/communication/EmailSender.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/communication/EmailSender.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.communication; import java.io.UnsupportedEncodingException; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/AppConfig.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/AppConfig.java index c98ae72e48..7526349952 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/AppConfig.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/AppConfig.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; import java.io.IOException; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigFileNotFoundException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigFileNotFoundException.java index e4ebbaf600..308b012909 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigFileNotFoundException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigFileNotFoundException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperties.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperties.java index a79431efcd..30ebb1e806 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperties.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperties.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; public interface ConfigProperties { diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperty.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperty.java index bc07600ff7..5553b27edf 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperty.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigProperty.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigPropertyException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigPropertyException.java index 938e7115ae..2d1734beed 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigPropertyException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/ConfigPropertyException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/InvalidConfigPropertyException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/InvalidConfigPropertyException.java index 80d18c0ba1..a9085bf506 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/InvalidConfigPropertyException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/InvalidConfigPropertyException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MalformedConfigFileException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MalformedConfigFileException.java index 3144c8ab93..62e26e86a3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MalformedConfigFileException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MalformedConfigFileException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MissingConfigPropertyException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MissingConfigPropertyException.java index 9303358098..f6417d3fb5 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MissingConfigPropertyException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/conf/MissingConfigPropertyException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.conf; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/LenghtLimits.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/LenghtLimits.java index f485cd382b..83707d35e1 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/LenghtLimits.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/LenghtLimits.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.constants; import cz.cuni.mff.xrg.odcs.commons.app.dpu.DPUInstanceRecord; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/Ontology.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/Ontology.java index 0af3f30d2f..4d2d8a5dba 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/Ontology.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/constants/Ontology.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.constants; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccess.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccess.java index 7c279563ae..de566b5286 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccess.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccess.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccessRead.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccessRead.java index 4b7c9d6b4c..ecb7b03d45 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccessRead.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataAccessRead.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataObject.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataObject.java index 4a0a55da0c..9783eed41f 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataObject.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataObject.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao; import java.io.Serializable; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQuery.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQuery.java index 5a7a2f3776..4f2669063e 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQuery.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQuery.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryBuilder.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryBuilder.java index 28550039e7..54962794a2 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryBuilder.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryBuilder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryCount.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryCount.java index 32157f81ac..4e457977df 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryCount.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/DataQueryCount.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/FilterType.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/FilterType.java index f96f7bd0c9..ecc0a75614 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/FilterType.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/FilterType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccess.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccess.java index b7a7ac4e4d..b9161f20e6 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccess.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccess.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataAccess; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessBase.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessBase.java index 4702b0ed09..42ed53b556 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessBase.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessBase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import org.springframework.transaction.annotation.Transactional; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessRead.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessRead.java index add17729ae..8f8873e767 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessRead.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessRead.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataAccessRead; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessReadBase.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessReadBase.java index f4c8872e06..8d795616a0 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessReadBase.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAccessReadBase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import java.util.Collections; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizator.java index 3b22156904..4ab64ec014 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import javax.persistence.criteria.CriteriaBuilder; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizatorImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizatorImpl.java index 83311a0ba0..a45e219d8f 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizatorImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbAuthorizatorImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import javax.persistence.criteria.CriteriaBuilder; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQuery.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQuery.java index a499ff67b2..ecf8746785 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQuery.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQuery.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import javax.persistence.TypedQuery; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilder.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilder.java index c4d05f3183..fd3282d5a7 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilder.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilderImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilderImpl.java index 468650b85d..a8c39fd09f 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilderImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryBuilderImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import java.util.HashSet; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryCount.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryCount.java index a6aea38d4d..93a4007332 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryCount.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/DbQueryCount.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import javax.persistence.TypedQuery; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterExplanation.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterExplanation.java index de8498b0c0..effb6e2630 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterExplanation.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterExplanation.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterTranslator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterTranslator.java index b200d31899..cf2cc0f6db 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterTranslator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/FilterTranslator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db; import javax.persistence.criteria.CriteriaBuilder; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilter.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilter.java index 2ef70a7e67..0b1b2a50fc 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilter.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db.filter; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilterTranslator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilterTranslator.java index 5980f8577e..855027c701 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilterTranslator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/BaseFilterTranslator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db.filter; import javax.persistence.criteria.CriteriaBuilder; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/Compare.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/Compare.java index 8fc26696be..7c7b414b79 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/Compare.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/Compare.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db.filter; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/CompareType.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/CompareType.java index 76d221e801..bd44e63f1a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/CompareType.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dao/db/filter/CompareType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dao.db.filter; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/DataUnitDescription.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/DataUnitDescription.java index 8c6a3d31a6..bc752fa231 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/DataUnitDescription.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/DataUnitDescription.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.data; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompiler.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompiler.java index 6980a49fe6..4f6027bb0c 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompiler.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompiler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.data; import java.util.ArrayList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeFormater.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeFormater.java index 9e4155293d..f85c8ca5da 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeFormater.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeFormater.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.data; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeInstructions.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeInstructions.java index 1daf7dc296..6e833519a3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeInstructions.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeInstructions.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.data; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/LogAndIgnore.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/LogAndIgnore.java index 43c751827b..119282148b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/LogAndIgnore.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/LogAndIgnore.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.data.handlers; import org.slf4j.Logger; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/StoreInvalidMappings.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/StoreInvalidMappings.java index dfa72622e1..668f01d41c 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/StoreInvalidMappings.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/data/handlers/StoreInvalidMappings.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.data.handlers; import java.util.LinkedList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactory.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactory.java index 0dab9878cc..97ea16e519 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactory.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dataunit; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactoryImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactoryImpl.java index cb8765f54f..7d9ec7a984 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactoryImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitFactoryImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dataunit; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitTypeResolver.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitTypeResolver.java index df079d5f5e..c3799d304a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitTypeResolver.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/DataUnitTypeResolver.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dataunit; import eu.unifiedviews.commons.dataunit.ManagableDataUnit; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/relational/RelationalRepositoryManager.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/relational/RelationalRepositoryManager.java index d8b23775f5..3dc88f1b70 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/relational/RelationalRepositoryManager.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dataunit/relational/RelationalRepositoryManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dataunit.relational; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUExplorer.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUExplorer.java index 9cfa93f48f..a512128222 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUExplorer.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUExplorer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import java.util.ArrayList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecord.java index b07ccdb2f8..24e0e04617 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import cz.cuni.mff.xrg.odcs.commons.app.execution.message.MessageRecord; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPURecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPURecord.java index d01753ad2f..52a4dc7cbe 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPURecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPURecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import cz.cuni.mff.xrg.odcs.commons.app.conf.AppConfig; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUTemplateRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUTemplateRecord.java index c84f640517..4d31dee5b9 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUTemplateRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUTemplateRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import cz.cuni.mff.xrg.odcs.commons.app.auth.ShareType; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUType.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUType.java index 66c1294554..f468d8a53a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUType.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecord.java index b4ff65a8ca..0a2a7e1e2b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecordImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecordImpl.java index 2977303898..6adcd6ccc8 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecordImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUInstanceRecordImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecord.java index 3a48df3566..09c133ad37 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecordImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecordImpl.java index 38fdf8692b..58782a5086 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecordImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DbDPUTemplateRecordImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationContainer.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationContainer.java index b078059607..df4f34a1c0 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationContainer.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationContainer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu.annotation; import java.lang.reflect.Field; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationGetter.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationGetter.java index f061233b6b..b195559459 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationGetter.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/annotation/AnnotationGetter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu.annotation; import java.lang.annotation.Annotation; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ExportService.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ExportService.java index 1d062bf2d0..22ae879686 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ExportService.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ExportService.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu.transfer; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ImportService.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ImportService.java index 9a579cb931..d15a1894fb 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ImportService.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/transfer/ImportService.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu.transfer; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DPUExecutionState.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DPUExecutionState.java index 7d8a5b067d..149eca96c3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DPUExecutionState.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DPUExecutionState.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DataUnitInfo.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DataUnitInfo.java index a1a24356ba..d46d0d67be 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DataUnitInfo.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DataUnitInfo.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.context; import java.util.Objects; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DpuContextInfo.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DpuContextInfo.java index a5829cfbce..08f9da8237 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DpuContextInfo.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/DpuContextInfo.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.context; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfo.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfo.java index 1f1c6d581d..fd60eb60b5 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfo.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfo.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.context; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionInfo.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionInfo.java index a841095ed1..b93bfc39c7 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionInfo.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionInfo.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.context; import java.util.Set; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ProcessingUnitInfo.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ProcessingUnitInfo.java index f627435186..9fae500679 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ProcessingUnitInfo.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ProcessingUnitInfo.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.context; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQuery.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQuery.java index 13e0b11a4a..14d026672a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQuery.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQuery.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.log; import java.util.ArrayList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryBuilder.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryBuilder.java index a6be84c2fd..5676f33d7b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryBuilder.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryBuilder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.log; import java.util.HashSet; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryCount.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryCount.java index 44b251e6df..c1a19b3c17 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryCount.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogQueryCount.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.log; import java.util.ArrayList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogRead.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogRead.java index fa9f6af34e..7caf559c77 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogRead.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogRead.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.log; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogReadImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogReadImpl.java index 2bf4384384..37def53a01 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogReadImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/DbLogReadImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.log; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/Log.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/Log.java index f7610746a9..377d635787 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/Log.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/log/Log.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.log; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecord.java index d22ebf9b63..df0c997f58 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.message; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecordImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecordImpl.java index 83c531e709..5c5adb9d38 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecordImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/DbMessageRecordImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.message; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecord.java index 454f3b09b7..6b2895e24d 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.message; import cz.cuni.mff.xrg.odcs.commons.app.constants.LenghtLimits; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecordType.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecordType.java index d7b4223f21..ddf6195df9 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecordType.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/message/MessageRecordType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.message; import eu.unifiedviews.dpu.DPUContext; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServer.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServer.java index 83ae63fac2..88c9098f81 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServer.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.server; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServerImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServerImpl.java index 9a2f06b901..d23e6b7be2 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServerImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/DbExecutionServerImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.server; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/ExecutionServer.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/ExecutionServer.java index b9bd06ca3b..acd1cd40c8 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/ExecutionServer.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/execution/server/ExecutionServer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.server; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacade.java index d7ceec7fe0..7bb55178b3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeImpl.java index 48284ff6bd..ef07944b06 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacade.java index 912aa4ccb4..a02c3fde44 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacadeImpl.java index 16d939faec..80d161ebf0 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ExecutionFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/Facade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/Facade.java index 6e26977e51..2dd6c3d8e9 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/Facade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/Facade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacade.java index cfc7c5ac18..eab0a16927 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.io.InputStream; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacadeImpl.java index 3cc6e06c58..2fb97e6429 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/LogFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.io.ByteArrayInputStream; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ModuleFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ModuleFacade.java index fb2c404196..7fbed76cd3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ModuleFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ModuleFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.Dictionary; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacade.java index ccd7480093..50fe89f92d 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacadeImpl.java index 5a55251ea5..c88429470a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/NamespacePrefixFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacade.java index a079b21ce6..1a332530a4 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeImpl.java index e813a62e16..1f7aa7d23c 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.ArrayList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacade.java index 2f6ef6ba68..2e43804435 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacadeImpl.java index 46f70212ef..bfb3aa8368 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/RuntimePropertiesFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacade.java index 4d163facd0..a3a636f793 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeImpl.java index b19baece19..e194053987 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacade.java index 2beea0d8d6..2b85724a0b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacadeImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacadeImpl.java index 7f5043927e..7cbdca1576 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacadeImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/facade/UserFacadeImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/LocaleHolder.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/LocaleHolder.java index 73eca88769..4ba6fa0c37 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/LocaleHolder.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/LocaleHolder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.i18n; import java.util.Locale; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/Messages.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/Messages.java index ef651b3ac1..cc7fd0ef2d 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/Messages.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/i18n/Messages.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.i18n; import java.text.MessageFormat; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUCreateException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUCreateException.java index 2c114a19a0..56536f0d26 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUCreateException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUCreateException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarNameFormatException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarNameFormatException.java index 4e66668c24..0d9bb2772b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarNameFormatException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarNameFormatException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtils.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtils.java index b115995edb..326237d18a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtils.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtils.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; import cz.cuni.mff.xrg.odcs.commons.app.i18n.Messages; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUModuleManipulator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUModuleManipulator.java index 6209edc360..d711cc166f 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUModuleManipulator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUModuleManipulator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; import static org.apache.commons.lang3.StringUtils.isNotEmpty; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUReplaceException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUReplaceException.java index 2e6eb7f2e8..3a0d900721 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUReplaceException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUReplaceException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidator.java index 5104b6f42d..c349381d0b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; import cz.cuni.mff.xrg.odcs.commons.app.dpu.DPUTemplateRecord; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidatorException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidatorException.java index 667775f653..fa64745af6 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidatorException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUValidatorException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleChangeNotifier.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleChangeNotifier.java index 358be27289..d5712c09c1 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleChangeNotifier.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleChangeNotifier.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; import cz.cuni.mff.xrg.odcs.commons.app.dpu.DPUTemplateRecord; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleException.java index 59a64db79b..618faa37aa 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/ModuleException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleDeleteEvent.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleDeleteEvent.java index e6110d10b2..f226e28d88 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleDeleteEvent.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleDeleteEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.event; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleEvent.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleEvent.java index 6bbb4ee61a..96bd446bac 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleEvent.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.event; import org.springframework.context.ApplicationEvent; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleNewEvent.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleNewEvent.java index f4cf9c2a7d..ca2aca88c1 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleNewEvent.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleNewEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.event; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleUpdateEvent.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleUpdateEvent.java index 69611e2a72..401409e860 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleUpdateEvent.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/event/ModuleUpdateEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.event; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierClient.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierClient.java index 26bf83feca..7ec2dcf8b5 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierClient.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierClient.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.impl; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierServer.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierServer.java index 460d02ca3e..e9ea265afe 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierServer.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/impl/FileNotifierServer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.impl; import static java.nio.file.LinkOption.NOFOLLOW_LINKS; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/BundleContainer.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/BundleContainer.java index ac812a3f30..04e812f863 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/BundleContainer.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/BundleContainer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi; import java.util.Dictionary; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/FrameworkStartFailedException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/FrameworkStartFailedException.java index 82d150dfa4..64b3d533be 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/FrameworkStartFailedException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/FrameworkStartFailedException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIChangeManager.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIChangeManager.java index 9ef9d1aa82..ad0f4018d2 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIChangeManager.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIChangeManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi; import java.util.Arrays; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacade.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacade.java index 1718d1a8b7..7d521868a5 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacade.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacade.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi; import cz.cuni.mff.xrg.odcs.commons.app.conf.AppConfig; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacadeConfig.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacadeConfig.java index 3097f644a6..83c9246181 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacadeConfig.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGIModuleFacadeConfig.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGISystemPackages.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGISystemPackages.java index 46768755bf..cc9d3a10c9 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGISystemPackages.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/OSGISystemPackages.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons.java index 9d07005700..3bc58641ce 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi.packages; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_module.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_module.java index eee4f0641c..d1ce7421da 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_module.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_module.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi.packages; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_web.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_web.java index 238c626540..cf79b7f13c 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_web.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/commons_web.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi.packages; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/openrdf.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/openrdf.java index b3f4d1de62..b04880f410 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/openrdf.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/openrdf.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi.packages; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/rdf.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/rdf.java index 00125a463c..94ac1ea243 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/rdf.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/rdf.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi.packages; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/relational.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/relational.java index 573163a78b..bbf61c244e 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/relational.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/relational.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi.packages; public class relational { diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/vaadin.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/vaadin.java index 5a0c3c76fc..47988d57bc 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/vaadin.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/module/osgi/packages/vaadin.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module.osgi.packages; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecution.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecution.java index b5ffaff018..da693388bf 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecution.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecution.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecutionImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecutionImpl.java index 99124b105c..ec4dd37a52 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecutionImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbExecutionImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEvent.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEvent.java index d028524b1d..81fb7deff1 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEvent.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEventImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEventImpl.java index 0f89c35e01..a0eb00053b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEventImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbOpenEventImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipeline.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipeline.java index ea0c6bab44..5767c9480a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipeline.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipeline.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipelineImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipelineImpl.java index 4ab9d7f648..dd62d3e17f 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipelineImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/DbPipelineImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/OpenEvent.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/OpenEvent.java index 13bf0bb221..8404c1dd77 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/OpenEvent.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/OpenEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/Pipeline.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/Pipeline.java index f02f992e48..dab4983fd5 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/Pipeline.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/Pipeline.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import cz.cuni.mff.xrg.odcs.commons.app.auth.ShareType; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecution.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecution.java index 26f39c60bd..1f975a1959 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecution.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecution.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecutionStatus.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecutionStatus.java index d2a7225510..5591bb6ac7 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecutionStatus.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineExecutionStatus.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.EnumSet; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineValidator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineValidator.java index a14bb3e76b..e9f920dbe1 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineValidator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyGraph.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyGraph.java index 48b27fa9f7..8e0b7a7d74 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyGraph.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyGraph.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import java.util.ArrayList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyNode.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyNode.java index 0661192e9a..042956a1dd 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyNode.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyNode.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import java.util.ArrayList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Edge.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Edge.java index 307af7b05f..3211e7347e 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Edge.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Edge.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/GraphIterator.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/GraphIterator.java index 3324d3c362..88872fdb5e 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/GraphIterator.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/GraphIterator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import java.util.Iterator; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Node.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Node.java index 252170bbb3..1ce6511220 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Node.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Node.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraph.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraph.java index 6ba7a1b8d1..2a089fc78a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraph.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraph.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Position.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Position.java index 31d8b6d501..ea8d7bd155 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Position.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/Position.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ArchiveStructure.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ArchiveStructure.java index d35cf19501..8d456369d3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ArchiveStructure.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ArchiveStructure.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/DpuItem.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/DpuItem.java index b9298d42cb..ad0a37e595 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/DpuItem.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/DpuItem.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; public class DpuItem implements Comparable { diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportException.java index cbeb10a694..46aba06698 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportService.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportService.java index 08a2340db1..aabe652c26 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportService.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportService.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportSetting.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportSetting.java index ba972980a6..0a20ea1917 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportSetting.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ExportSetting.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportException.java index d5f56f27d8..fb8e4050b0 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportService.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportService.java index 4dc22d37d0..5f56a56425 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportService.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportService.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportStrategy.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportStrategy.java index 3a7b7125ae..d73cabdf10 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportStrategy.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportStrategy.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportedFileInformation.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportedFileInformation.java index 4b7998ed95..e9e9d82d86 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportedFileInformation.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ImportedFileInformation.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/VersionConflictInformation.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/VersionConflictInformation.java index cc3cdf07f2..f4e452e682 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/VersionConflictInformation.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/VersionConflictInformation.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; import cz.cuni.mff.xrg.odcs.commons.app.dpu.DPUTemplateRecord; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ZipCommons.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ZipCommons.java index 0f6b63ed2d..09d4357913 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ZipCommons.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/ZipCommons.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer; import org.apache.commons.io.IOUtils; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/AllowedFieldsFilter.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/AllowedFieldsFilter.java index 6c3b2642b0..93a41d49c6 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/AllowedFieldsFilter.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/AllowedFieldsFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer.xstream; import java.util.HashMap; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/ClassFilter.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/ClassFilter.java index 6032851788..e2bcd7bd83 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/ClassFilter.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/ClassFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer.xstream; import java.util.LinkedList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/JPAXStream.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/JPAXStream.java index 6b63c08b24..b3ce9d1ad6 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/JPAXStream.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/JPAXStream.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer.xstream; import java.util.LinkedList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/MemberFilter.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/MemberFilter.java index 56d7b2b915..9f4dd97d8c 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/MemberFilter.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/MemberFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer.xstream; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/NameFilter.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/NameFilter.java index 21ec575555..2e71c1c83f 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/NameFilter.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/transfer/xstream/NameFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.transfer.xstream; import java.util.LinkedList; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimeProperties.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimeProperties.java index 778a1f182c..40a44854ab 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimeProperties.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimeProperties.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.properties; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimePropertiesImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimePropertiesImpl.java index 2f0fe19cea..0ffdd6a8c7 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimePropertiesImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/DbRuntimePropertiesImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.properties; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/Property.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/Property.java index ab88acf117..0b0f2063d4 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/Property.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/Property.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.properties; import java.io.Serializable; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/RuntimeProperty.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/RuntimeProperty.java index 0f7e6dc418..780685b350 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/RuntimeProperty.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/properties/RuntimeProperty.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.properties; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/RepositoryManager.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/RepositoryManager.java index 55d3348dd5..838aafe532 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/RepositoryManager.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/RepositoryManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.rdf; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefix.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefix.java index 1880ce0179..0a71387dc7 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefix.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefix.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.rdf.namespace; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefixImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefixImpl.java index 1e3da04038..1d61e18590 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefixImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/DbNamespacePrefixImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.rdf.namespace; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefix.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefix.java index 5d9c2a67b8..09a19fd7e1 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefix.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefix.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.rdf.namespace; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/MissingResourceException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/MissingResourceException.java index b6e83ac275..608bdd82a8 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/MissingResourceException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/MissingResourceException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.resource; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/ResourceManager.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/ResourceManager.java index a356bb16cd..d54398086c 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/ResourceManager.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/resource/ResourceManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.resource; import java.io.File; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSchedule.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSchedule.java index 750b84e69e..6c0f236082 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSchedule.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSchedule.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import java.util.Date; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleImpl.java index 5bbcfccd1e..71bda8a5c0 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import java.util.Arrays; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotification.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotification.java index 359f78056e..7343ea3038 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotification.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotification.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import cz.cuni.mff.xrg.odcs.commons.app.dao.db.DbAccess; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotificationImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotificationImpl.java index ae188189d0..f1cf02d59d 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotificationImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbScheduleNotificationImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import org.springframework.transaction.annotation.Propagation; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/PeriodUnit.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/PeriodUnit.java index 3d6f1169d7..1461ce4760 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/PeriodUnit.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/PeriodUnit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/Schedule.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/Schedule.java index d9ed099184..f09630c474 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/Schedule.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/Schedule.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRun.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRun.java index cefe30b853..3489685302 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRun.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRun.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import java.util.Calendar; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNotificationRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNotificationRecord.java index 07a59e953a..3f172e9a31 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNotificationRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNotificationRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import cz.cuni.mff.xrg.odcs.commons.app.user.EmailAddress; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleType.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleType.java index 6c0af1a8f9..f0b0c02be8 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleType.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntity.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntity.java index 0132bd1c66..2de8f943e5 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntity.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntity.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntityImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntityImpl.java index 7bc9914da3..3ed9d50dd2 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntityImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbRoleEntityImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUser.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUser.java index a2d16ac86e..cfee143586 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUser.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUser.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActor.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActor.java index e1f0f1b49b..e1a70cd1d6 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActor.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.dao.db.DbAccess; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActorImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActorImpl.java index cbce639863..4d6f7d22f3 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActorImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserActorImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import javax.persistence.TypedQuery; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserImpl.java index 8a968ae9b9..388957602a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import java.util.List; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotification.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotification.java index aa2571bbed..4aef5a9731 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotification.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotification.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.dao.db.DbAccess; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotificationRecordImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotificationRecordImpl.java index 044f7bc7e5..c24eb3aaf0 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotificationRecordImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/DbUserNotificationRecordImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import org.springframework.transaction.annotation.Propagation; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/EmailAddress.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/EmailAddress.java index 872456b52e..a2df5d22a7 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/EmailAddress.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/EmailAddress.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/MalformedEmailAddressException.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/MalformedEmailAddressException.java index 5595249f38..e461b29ad6 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/MalformedEmailAddressException.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/MalformedEmailAddressException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.i18n.Messages; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecord.java index fc647f3095..1c49ae333a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecordType.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecordType.java index ba926b3562..c06f222d46 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecordType.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/NotificationRecordType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; public enum NotificationRecordType { diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/OwnedEntity.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/OwnedEntity.java index 77b304e6a8..aeebd2abd4 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/OwnedEntity.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/OwnedEntity.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Permission.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Permission.java index 751ef1a047..6c2cd1c91a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Permission.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Permission.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import org.springframework.security.core.GrantedAuthority; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Role.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Role.java index b662289441..788c27e65a 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Role.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/Role.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import org.springframework.security.core.GrantedAuthority; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/RoleEntity.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/RoleEntity.java index 5791a1fee2..af1dc149f7 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/RoleEntity.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/RoleEntity.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/User.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/User.java index 42fb272901..17ec1e9f35 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/User.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/User.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.auth.PasswordHash; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserActor.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserActor.java index e6e97a30aa..626531cee2 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserActor.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserActor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserNotificationRecord.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserNotificationRecord.java index 5250754215..af30756dd9 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserNotificationRecord.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserNotificationRecord.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import javax.persistence.*; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/GraphUrl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/GraphUrl.java index 6e651a7bd5..638cede0f9 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/GraphUrl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/GraphUrl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.repositories; /** diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/MyRDFHandler.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/MyRDFHandler.java index 69a3f49031..c5a1f1ff4b 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/MyRDFHandler.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/MyRDFHandler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.repositories; import java.io.OutputStream; diff --git a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/OrderTupleQueryResultImpl.java b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/OrderTupleQueryResultImpl.java index 0916b03b70..0ce2fc3f4c 100644 --- a/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/OrderTupleQueryResultImpl.java +++ b/commons-app/src/main/java/cz/cuni/mff/xrg/odcs/rdf/repositories/OrderTupleQueryResultImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.repositories; import java.util.LinkedList; diff --git a/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/ExecutionView.java b/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/ExecutionView.java index 590cd490b7..295665efea 100644 --- a/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/ExecutionView.java +++ b/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/ExecutionView.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dao.view; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/PipelineView.java b/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/PipelineView.java index 42a1d8cb55..a0a115c961 100644 --- a/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/PipelineView.java +++ b/commons-app/src/main/java/eu/unifiedviews/commons/dao/view/PipelineView.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dao.view; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBusImpl.java b/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBusImpl.java index 136377ab96..902033c5b3 100644 --- a/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBusImpl.java +++ b/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBusImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit.core; import eu.unifiedviews.dataunit.relational.db.DataUnitDatabaseConnectionProvider; diff --git a/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerantImpl.java b/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerantImpl.java index 885a9c53b7..b0b6c7cbdc 100644 --- a/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerantImpl.java +++ b/commons-app/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerantImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates diff --git a/commons-app/src/main/java/eu/unifiedviews/commons/util/Cryptography.java b/commons-app/src/main/java/eu/unifiedviews/commons/util/Cryptography.java index b09cd90366..5f81dea768 100644 --- a/commons-app/src/main/java/eu/unifiedviews/commons/util/Cryptography.java +++ b/commons-app/src/main/java/eu/unifiedviews/commons/util/Cryptography.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.util; import java.io.File; diff --git a/commons-app/src/main/java/eu/unifiedviews/commons/util/DbPropertiesTableUtils.java b/commons-app/src/main/java/eu/unifiedviews/commons/util/DbPropertiesTableUtils.java index 082825bdee..0350e9a17c 100644 --- a/commons-app/src/main/java/eu/unifiedviews/commons/util/DbPropertiesTableUtils.java +++ b/commons-app/src/main/java/eu/unifiedviews/commons/util/DbPropertiesTableUtils.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.util; import java.sql.Connection; diff --git a/commons-app/src/main/java/org/eclipse/persistence/logging/Slf4jSessionLogger.java b/commons-app/src/main/java/org/eclipse/persistence/logging/Slf4jSessionLogger.java index ed269a91e3..f26ba06a81 100644 --- a/commons-app/src/main/java/org/eclipse/persistence/logging/Slf4jSessionLogger.java +++ b/commons-app/src/main/java/org/eclipse/persistence/logging/Slf4jSessionLogger.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package org.eclipse.persistence.logging; import java.util.HashMap; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/GraphUrlTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/GraphUrlTest.java index f5e83a83e0..d140397ad4 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/GraphUrlTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/GraphUrlTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/ImportTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/ImportTest.java index ef668e4d3a..20710653b3 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/ImportTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/ImportTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHashTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHashTest.java index b426ff1a61..9963ce8ed9 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHashTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/auth/PasswordHashTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.auth; import static cz.cuni.mff.xrg.odcs.commons.app.auth.PasswordHash.createHash; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/constraints/DatabaseConstraintsTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/constraints/DatabaseConstraintsTest.java index 4ebfd24146..923fc5cf56 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/constraints/DatabaseConstraintsTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/constraints/DatabaseConstraintsTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.constraints; import cz.cuni.mff.xrg.odcs.commons.app.conf.AppConfig; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompilerTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompilerTest.java index 550cbd4f74..b4ce3b781c 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompilerTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/data/EdgeCompilerTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.data; import static org.junit.Assert.assertArrayEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecordTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecordTest.java index ca57adda11..f002d7efa2 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecordTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/dpu/DPUInstanceRecordTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.dpu; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DbLogReadDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DbLogReadDoesntPassTest.java index 83da951829..4da0542887 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DbLogReadDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/DbLogReadDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/LogFacadeDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/LogFacadeDoesntPassTest.java index 39a8a329c8..6b1563666a 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/LogFacadeDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/LogFacadeDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfoTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfoTest.java index d6fb4f92c7..4b629cbe3d 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfoTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/execution/context/ExecutionContextInfoTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.execution.context; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeDoesntPassTest.java index e8bc4be3ee..738c6e461a 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import static org.junit.Assert.*; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeWithSecurityDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeWithSecurityDoesntPassTest.java index 6c2937f3e8..f4bfae5cd9 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeWithSecurityDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/DPUFacadeWithSecurityDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import org.junit.Before; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeDoesntPassTest.java index b10d741761..c8e9c2d304 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import static org.junit.Assert.*; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeWithSecurityDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeWithSecurityDoesntPassTest.java index de986210ca..e5c85fc365 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeWithSecurityDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/PipelineFacadeWithSecurityDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeDoesntPassTest.java index 29ee9a9079..75a5a01546 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import static org.junit.Assert.*; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeWithSecurityDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeWithSecurityDoesntPassTest.java index f500474b8a..ce9033af4f 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeWithSecurityDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/facade/ScheduleFacadeWithSecurityDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.facade; import org.junit.Before; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtilsTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtilsTest.java index 458dbceca1..e2c4cf81d7 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtilsTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/module/DPUJarUtilsTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.module; import static org.junit.Assert.*; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineTest.java index faaa682a04..f1a7b7d868 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/PipelineTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyTest.java index 8cc418f7c7..52b869f4d6 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/DependencyTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import static org.junit.Assert.*; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/NodeTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/NodeTest.java index ce983ff773..9bbba7c5d6 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/NodeTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/NodeTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraphTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraphTest.java index 00576d6337..da03f326f3 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraphTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PipelineGraphTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PositionTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PositionTest.java index a0ac2bfdc8..6592d9346e 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PositionTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/pipeline/graph/PositionTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefixFacadeDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefixFacadeDoesntPassTest.java index 73b505f506..da7f2cdcc1 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefixFacadeDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/rdf/namespace/NamespacePrefixFacadeDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.rdf.namespace; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSheduleDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSheduleDoesntPassTest.java index 15c8addd12..cf6c7c60a4 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSheduleDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/DbSheduleDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRunTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRunTest.java index bcd87834fd..8403b07b10 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRunTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/scheduling/ScheduleNextRunTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.scheduling; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserFacadeDoesntPassTest.java b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserFacadeDoesntPassTest.java index c36fb84682..b2e5711c6e 100644 --- a/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserFacadeDoesntPassTest.java +++ b/commons-app/src/test/java/cz/cuni/mff/xrg/odcs/commons/app/user/UserFacadeDoesntPassTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.commons.app.user; import static org.junit.Assert.assertEquals; diff --git a/commons-app/src/test/java/eu/unifiedviews/commons/util/CryptographyTest.java b/commons-app/src/test/java/eu/unifiedviews/commons/util/CryptographyTest.java index 301c8cfa3b..0e3d170e7f 100644 --- a/commons-app/src/test/java/eu/unifiedviews/commons/util/CryptographyTest.java +++ b/commons-app/src/test/java/eu/unifiedviews/commons/util/CryptographyTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.util; import java.io.File; diff --git a/dataunit-file-impl/GPL-3.txt b/dataunit-file-impl/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/dataunit-file-impl/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/dataunit-file-impl/LICENSE.md b/dataunit-file-impl/LICENSE.md index ccbc51ac2c..340497a9fe 100644 --- a/dataunit-file-impl/LICENSE.md +++ b/dataunit-file-impl/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module dataunit-file-impl +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module dataunit-file-impl) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module dataunit-file-impl - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/dataunit-file-impl/pom.xml b/dataunit-file-impl/pom.xml index 74c42462d4..ee6fab3b9a 100644 --- a/dataunit-file-impl/pom.xml +++ b/dataunit-file-impl/pom.xml @@ -4,10 +4,12 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml dataunit-file-impl - dataunit-file-impl + 2.3.2 + dataunit-file-impl Implementation of FileDataUnit. @@ -55,13 +57,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitEntryImpl.java b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitEntryImpl.java index 7744f4bc8d..ff432b2d85 100644 --- a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitEntryImpl.java +++ b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitEntryImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.files.impl; import eu.unifiedviews.dataunit.files.FilesDataUnit; diff --git a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitFactory.java b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitFactory.java index 2b042e6f69..43bbffad44 100644 --- a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitFactory.java +++ b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/FilesDataUnitFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.files.impl; import eu.unifiedviews.commons.dataunit.DataUnitFactory; diff --git a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnit.java b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnit.java index b85639af5a..ec900d82ab 100644 --- a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnit.java +++ b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.files.impl; import java.io.File; diff --git a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/ManageableWritableFilesDataUnit.java b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/ManageableWritableFilesDataUnit.java index 246dd7a186..79c430742f 100644 --- a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/ManageableWritableFilesDataUnit.java +++ b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/ManageableWritableFilesDataUnit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.files.impl; import eu.unifiedviews.commons.dataunit.ManagableDataUnit; diff --git a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationEager.java b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationEager.java index c221ecd2c1..32e8c644a7 100644 --- a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationEager.java +++ b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationEager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.files.impl; import java.util.Iterator; diff --git a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationLazy.java b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationLazy.java index 073ddea012..08bab32184 100644 --- a/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationLazy.java +++ b/dataunit-file-impl/src/main/java/eu/unifiedviews/dataunit/files/impl/WritableFileIterationLazy.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.files.impl; import java.util.NoSuchElementException; diff --git a/dataunit-file-impl/src/test/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnitTest.java b/dataunit-file-impl/src/test/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnitTest.java index cff16e113e..e2e67eaecc 100644 --- a/dataunit-file-impl/src/test/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnitTest.java +++ b/dataunit-file-impl/src/test/java/eu/unifiedviews/dataunit/files/impl/LocalFSFilesDataUnitTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.files.impl; import java.io.File; diff --git a/dataunit-rdf-impl/GPL-3.txt b/dataunit-rdf-impl/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/dataunit-rdf-impl/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/dataunit-rdf-impl/LICENSE.md b/dataunit-rdf-impl/LICENSE.md index ccbc51ac2c..3c08d3d80f 100644 --- a/dataunit-rdf-impl/LICENSE.md +++ b/dataunit-rdf-impl/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module dataunit-rdf-impl +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module dataunit-rdf-impl) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module dataunit-rdf-impl - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/dataunit-rdf-impl/pom.xml b/dataunit-rdf-impl/pom.xml index 6768e71395..fe5d93c7ae 100644 --- a/dataunit-rdf-impl/pom.xml +++ b/dataunit-rdf-impl/pom.xml @@ -4,10 +4,12 @@ uv-core eu.unifiedviews - 2.3.1 + 2.3.2 + ../pom.xml dataunit-rdf-impl - dataunit-rdf-impl + 2.3.2 + dataunit-rdf-impl @@ -57,13 +59,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/InsertType.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/InsertType.java index 30306b8274..710575cbff 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/InsertType.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/InsertType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.enums; /** diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/WriteGraphType.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/WriteGraphType.java index 3eb29c7ee8..336f8a64b4 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/WriteGraphType.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/WriteGraphType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.enums; import cz.cuni.mff.xrg.odcs.rdf.exceptions.GraphNotEmptyException; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/GraphNotEmptyException.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/GraphNotEmptyException.java index 6ca48ec934..0e5bba2aa5 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/GraphNotEmptyException.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/GraphNotEmptyException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; import eu.unifiedviews.dataunit.DataUnitException; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InsertPartException.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InsertPartException.java index 028699ddc7..b6b9b9c5f9 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InsertPartException.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InsertPartException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; /** diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFRepositoryException.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFRepositoryException.java index 2fd42ac0a8..ebfdb06ebe 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFRepositoryException.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFRepositoryException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; import org.openrdf.repository.RepositoryException; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/PlaceHolder.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/PlaceHolder.java index 31c8c15c08..ad810fb4f6 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/PlaceHolder.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/PlaceHolder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.help; /** diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/RDFTriple.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/RDFTriple.java index 386a619cc1..1b5985b85e 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/RDFTriple.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/RDFTriple.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.help; /** diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/UniqueNameGenerator.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/UniqueNameGenerator.java index f8477c642e..a7732cb08c 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/UniqueNameGenerator.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/UniqueNameGenerator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.help; import java.util.HashMap; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryFilter.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryFilter.java index c0bbb05ca6..19b737c6da 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryFilter.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.interfaces; import cz.cuni.mff.xrg.odcs.rdf.query.utils.QueryFilterManager; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryValidator.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryValidator.java index 3b1203eb0a..571bbbf3d2 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryValidator.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/QueryValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.interfaces; /** diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryFilterManager.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryFilterManager.java index 58b1d92b15..a645e04d25 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryFilterManager.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryFilterManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.query.utils; import java.util.ArrayList; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryPart.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryPart.java index 3fa2b00759..7ab0b34c49 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryPart.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryPart.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.query.utils; import cz.cuni.mff.xrg.odcs.rdf.enums.SPARQLQueryType; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryRestriction.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryRestriction.java index dbf00ecd93..61a3223708 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryRestriction.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/QueryRestriction.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.query.utils; import java.util.regex.Matcher; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/RegexFilter.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/RegexFilter.java index 9517224c1b..cf0059d3a5 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/RegexFilter.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/query/utils/RegexFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.query.utils; import java.util.regex.Matcher; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLQueryValidator.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLQueryValidator.java index 9470d5295d..3176fc6c4e 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLQueryValidator.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLQueryValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.validators; import org.openrdf.query.MalformedQueryException; diff --git a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLUpdateValidator.java b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLUpdateValidator.java index 66b87228e1..6ae68b6fdc 100644 --- a/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLUpdateValidator.java +++ b/dataunit-rdf-impl/src/main/java/cz/cuni/mff/xrg/odcs/rdf/validators/SPARQLUpdateValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.validators; import org.openrdf.query.MalformedQueryException; diff --git a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/ManageableWritableRDFDataUnit.java b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/ManageableWritableRDFDataUnit.java index bfe44a95d9..cc51747664 100644 --- a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/ManageableWritableRDFDataUnit.java +++ b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/ManageableWritableRDFDataUnit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.rdf.impl; import eu.unifiedviews.commons.dataunit.ManagableDataUnit; diff --git a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitEntryImpl.java b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitEntryImpl.java index 904a89333c..2cfba21074 100644 --- a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitEntryImpl.java +++ b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitEntryImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.rdf.impl; import org.openrdf.model.URI; diff --git a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitFactory.java b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitFactory.java index 4d3964c980..e82db9b4e8 100644 --- a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitFactory.java +++ b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.rdf.impl; import eu.unifiedviews.commons.dataunit.DataUnitFactory; diff --git a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitImpl.java b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitImpl.java index d7d20faf26..d779e99ecf 100644 --- a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitImpl.java +++ b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.rdf.impl; import org.openrdf.model.Literal; @@ -113,9 +97,10 @@ public void addExistingDataGraph(final String symbolicName, final URI existingDa @Override public void execute(RepositoryConnection connection) throws RepositoryException, DataUnitException { + //adds triple with symbolic name addEntry(entrySubject, symbolicName, connection); final ValueFactory valueFactory = connection.getValueFactory(); - // Add file uri. + //adds triple with data graph URI connection.add( entrySubject, valueFactory.createURI(RDFDataUnitImpl.PREDICATE_DATAGRAPH_URI), diff --git a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationEager.java b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationEager.java index aa06a29f40..e5dc6d149f 100644 --- a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationEager.java +++ b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationEager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.rdf.impl; import java.util.Iterator; diff --git a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationLazy.java b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationLazy.java index 53f69f192b..8f65c2c754 100644 --- a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationLazy.java +++ b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/RDFDataUnitIterationLazy.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.rdf.impl; import java.util.NoSuchElementException; diff --git a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/i18n/Messages.java b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/i18n/Messages.java index 5f954ff7aa..070b3460d5 100644 --- a/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/i18n/Messages.java +++ b/dataunit-rdf-impl/src/main/java/eu/unifiedviews/dataunit/rdf/impl/i18n/Messages.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.rdf.impl.i18n; import java.text.MessageFormat; diff --git a/dataunit-rdf-impl/src/test/java/cz/cuni/xrg/intlib/rdf/ValidationTest.java b/dataunit-rdf-impl/src/test/java/cz/cuni/xrg/intlib/rdf/ValidationTest.java index 9267e7d50b..39f4c367ae 100644 --- a/dataunit-rdf-impl/src/test/java/cz/cuni/xrg/intlib/rdf/ValidationTest.java +++ b/dataunit-rdf-impl/src/test/java/cz/cuni/xrg/intlib/rdf/ValidationTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.xrg.intlib.rdf; import static org.junit.Assert.assertTrue; diff --git a/dataunit-rdf/GPL-3.txt b/dataunit-rdf/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/dataunit-rdf/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/dataunit-rdf/LICENSE.md b/dataunit-rdf/LICENSE.md index ccbc51ac2c..c6d252eafa 100644 --- a/dataunit-rdf/LICENSE.md +++ b/dataunit-rdf/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module dataunit-rdf +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module dataunit-rdf) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module dataunit-rdf - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/dataunit-rdf/pom.xml b/dataunit-rdf/pom.xml index 9128cadb81..6f6118469d 100644 --- a/dataunit-rdf/pom.xml +++ b/dataunit-rdf/pom.xml @@ -4,10 +4,12 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml dataunit-rdf - dataunit-rdf + 2.3.2 + dataunit-rdf Helper classes for RDFDataUnit. Do not reuse this module, it is deprecated, but it is still needed, because frontend uses it for browse/query features and certain UV 1.X DPUs use it. @@ -279,13 +281,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/HandlerExtractType.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/HandlerExtractType.java index 25e747a73a..edc60c9098 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/HandlerExtractType.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/HandlerExtractType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.enums; import cz.cuni.mff.xrg.odcs.rdf.handlers.StatisticalHandler; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/ParsingConfictType.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/ParsingConfictType.java index dfd6e9232b..ce9a02a71e 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/ParsingConfictType.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/ParsingConfictType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.enums; /** diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/RDFFormatType.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/RDFFormatType.java index 4716e3e83c..3b26b69f3d 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/RDFFormatType.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/RDFFormatType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.enums; import java.util.ArrayList; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SPARQLQueryType.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SPARQLQueryType.java index 62e3bee329..470f802405 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SPARQLQueryType.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SPARQLQueryType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.enums; /** diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SelectFormatType.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SelectFormatType.java index d0b2698f01..99e5fef97b 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SelectFormatType.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/enums/SelectFormatType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.enums; /** diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InvalidQueryException.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InvalidQueryException.java index 017957f59a..247f67f770 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InvalidQueryException.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/InvalidQueryException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; import cz.cuni.mff.xrg.odcs.rdf.i18n.Messages; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFCancelException.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFCancelException.java index 89293e320e..f94b4109d8 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFCancelException.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFCancelException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; import org.openrdf.rio.RDFHandlerException; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFDataUnitException.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFDataUnitException.java index ce8b418504..0a13c0522b 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFDataUnitException.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFDataUnitException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; import eu.unifiedviews.dataunit.DataUnitException; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFException.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFException.java index f2a51fc1e6..9dbfa1d80d 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFException.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/RDFException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; /** diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/SPARQLValidationException.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/SPARQLValidationException.java index 5198d780f8..5c5f2e4b97 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/SPARQLValidationException.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/exceptions/SPARQLValidationException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.exceptions; import eu.unifiedviews.dpu.config.DPUConfigException; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/StatisticalHandler.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/StatisticalHandler.java index c7631c3187..a9cc997a9a 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/StatisticalHandler.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/StatisticalHandler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.handlers; import java.util.LinkedList; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/TripleCountHandler.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/TripleCountHandler.java index c0ecc7bf17..ecf19bd182 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/TripleCountHandler.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/handlers/TripleCountHandler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.handlers; import java.util.ArrayList; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/OrderTupleQueryResult.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/OrderTupleQueryResult.java index 43f2d4893c..02d6b1c7ac 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/OrderTupleQueryResult.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/OrderTupleQueryResult.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.help; import org.openrdf.query.BindingSet; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/ParamController.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/ParamController.java index 11da0658d6..77d14bec5d 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/ParamController.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/ParamController.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.help; import java.net.URL; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/TripleProblem.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/TripleProblem.java index 77773455cc..3902a36275 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/TripleProblem.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/help/TripleProblem.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.help; import org.openrdf.model.Statement; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/i18n/Messages.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/i18n/Messages.java index 6e54486b20..0118e16c1b 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/i18n/Messages.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/i18n/Messages.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.i18n; import java.text.MessageFormat; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/DataValidator.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/DataValidator.java index 4824918a78..717aac5dbd 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/DataValidator.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/DataValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.interfaces; import java.util.List; diff --git a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/TripleCounter.java b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/TripleCounter.java index 43863665ef..923a8130df 100644 --- a/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/TripleCounter.java +++ b/dataunit-rdf/src/main/java/cz/cuni/mff/xrg/odcs/rdf/interfaces/TripleCounter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.rdf.interfaces; /** diff --git a/dataunit-relational-impl/GPL-3.txt b/dataunit-relational-impl/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/dataunit-relational-impl/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/dataunit-relational-impl/LICENSE.md b/dataunit-relational-impl/LICENSE.md index ccbc51ac2c..b18360fc01 100644 --- a/dataunit-relational-impl/LICENSE.md +++ b/dataunit-relational-impl/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module dataunit-relational-impl +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module dataunit-relational-impl) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module dataunit-relational-impl - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/dataunit-relational-impl/pom.xml b/dataunit-relational-impl/pom.xml index b89a56b7af..815471f856 100644 --- a/dataunit-relational-impl/pom.xml +++ b/dataunit-relational-impl/pom.xml @@ -3,11 +3,13 @@ uv-core eu.unifiedviews - 2.3.1 + 2.3.2 + ../pom.xml eu.unifiedviews dataunit-relational-impl + 2.3.2 dataunit-relational-impl @@ -60,13 +62,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DataUnitDatabaseConnectionProvider.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DataUnitDatabaseConnectionProvider.java index 6baa056ec3..7250836c0e 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DataUnitDatabaseConnectionProvider.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DataUnitDatabaseConnectionProvider.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.db; import java.sql.Connection; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseConnection.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseConnection.java index 59335cb402..5d052562ff 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseConnection.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseConnection.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.db; import java.sql.Connection; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperConfigIF.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperConfigIF.java index fc799622ed..6682c240b3 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperConfigIF.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperConfigIF.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.db; /** diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperIF.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperIF.java index 41eea0adc4..d9ffcfd2cf 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperIF.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DatabaseWrapperIF.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.db; import java.sql.Connection; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DefaultDatabaseConfig.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DefaultDatabaseConfig.java index c3f9c29369..3da5d99971 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DefaultDatabaseConfig.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/DefaultDatabaseConfig.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.db; /** diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/PooledDatabaseConnectionImpl.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/PooledDatabaseConnectionImpl.java index 2c01a0804d..b1d5f5e018 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/PooledDatabaseConnectionImpl.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/PooledDatabaseConnectionImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.db; import java.sql.Connection; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/RelationalDatabaseWrapper.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/RelationalDatabaseWrapper.java index 66e90cff1c..3888cde1c7 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/RelationalDatabaseWrapper.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/db/RelationalDatabaseWrapper.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.db; import java.sql.Connection; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/ManageableWritableRelationalDataUnit.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/ManageableWritableRelationalDataUnit.java index 1c0b20eacc..d3d853ecd1 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/ManageableWritableRelationalDataUnit.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/ManageableWritableRelationalDataUnit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import eu.unifiedviews.commons.dataunit.ManagableDataUnit; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitEntryImpl.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitEntryImpl.java index 88c30815f6..e489136b75 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitEntryImpl.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitEntryImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import eu.unifiedviews.dataunit.DataUnitException; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitFactory.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitFactory.java index c304dd6a1b..e4648f3451 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitFactory.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import eu.unifiedviews.commons.dataunit.DataUnitFactory; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitImpl.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitImpl.java index f418d4c953..35f4e73f89 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitImpl.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import java.sql.Connection; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationEager.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationEager.java index bd300bd610..1f4a72de9e 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationEager.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationEager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import java.util.Iterator; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationLazy.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationLazy.java index cd7eb127be..804843923c 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationLazy.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/impl/RelationalDataUnitIterationLazy.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import java.util.NoSuchElementException; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/DataUnitDatabaseConnectionProviderImpl.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/DataUnitDatabaseConnectionProviderImpl.java index c16b9afb8b..939665bf09 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/DataUnitDatabaseConnectionProviderImpl.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/DataUnitDatabaseConnectionProviderImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.repository; import java.sql.Connection; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/FilesRelationalDatabase.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/FilesRelationalDatabase.java index 737b2ecc38..713b6c9c7d 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/FilesRelationalDatabase.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/FilesRelationalDatabase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.repository; import java.io.File; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/InMemoryRelationalDatabase.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/InMemoryRelationalDatabase.java index 20fcce8844..1bd758f9b8 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/InMemoryRelationalDatabase.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/InMemoryRelationalDatabase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.repository; import org.slf4j.Logger; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/ManagableRelationalRepository.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/ManagableRelationalRepository.java index 4d01d8497e..22e8cf85dc 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/ManagableRelationalRepository.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/ManagableRelationalRepository.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.repository; import java.sql.SQLException; diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalException.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalException.java index 278d3b7437..fc831a21dd 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalException.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.repository; /** diff --git a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalRepositoryFactory.java b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalRepositoryFactory.java index f537ba5df2..9928a42834 100644 --- a/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalRepositoryFactory.java +++ b/dataunit-relational-impl/src/main/java/eu/unifiedviews/dataunit/relational/repository/RelationalRepositoryFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.repository; import java.io.File; diff --git a/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/FilesRelationalDataUnitImplTest.java b/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/FilesRelationalDataUnitImplTest.java index 798b9f9774..c32b420c73 100644 --- a/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/FilesRelationalDataUnitImplTest.java +++ b/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/FilesRelationalDataUnitImplTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import java.io.File; diff --git a/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/InMemoryRelationalDataUnitImplTest.java b/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/InMemoryRelationalDataUnitImplTest.java index ba83a546d7..2d9ac9197f 100644 --- a/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/InMemoryRelationalDataUnitImplTest.java +++ b/dataunit-relational-impl/src/test/java/eu/unifiedviews/dataunit/relational/impl/InMemoryRelationalDataUnitImplTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.dataunit.relational.impl; import java.io.File; diff --git a/dataunit/GPL-3.txt b/dataunit/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/dataunit/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/dataunit/LICENSE.md b/dataunit/LICENSE.md index ccbc51ac2c..daaf0d79a7 100644 --- a/dataunit/LICENSE.md +++ b/dataunit/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module dataunit +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module dataunit) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module dataunit - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/dataunit/pom.xml b/dataunit/pom.xml index 26ed47d66c..963e407516 100644 --- a/dataunit/pom.xml +++ b/dataunit/pom.xml @@ -3,11 +3,13 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml dataunit - Base project for new DataUnit's implementations. - jar + 2.3.2 + Base project for new DataUnit's implementations. + jar @@ -277,13 +279,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/constants/Ontology.java b/dataunit/src/main/java/eu/unifiedviews/commons/constants/Ontology.java index 00b9d3e0a0..6a03d19219 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/constants/Ontology.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/constants/Ontology.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.constants; /** diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/AbstractWritableMetadataDataUnit.java b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/AbstractWritableMetadataDataUnit.java index 1a9a92d879..a1bc5ce5ca 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/AbstractWritableMetadataDataUnit.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/AbstractWritableMetadataDataUnit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit; import java.io.PrintWriter; @@ -52,6 +36,8 @@ import eu.unifiedviews.dataunit.WritableMetadataDataUnit; /** + * Base class for dealing with metadata of all data units - metadata for data units is saved in RDF store. + * * @author Michal Klempa * @author Škoda Petr */ @@ -59,6 +45,7 @@ public abstract class AbstractWritableMetadataDataUnit implements WritableMetada private static final Logger LOG = LoggerFactory.getLogger(AbstractWritableMetadataDataUnit.class); + //names for the variables in the SPARQL queries projected out protected static final String SYMBOLIC_NAME_BINDING = "symbolicName"; protected static final String PREDICATE_BINDING = "predicate"; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/DataUnitFactory.java b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/DataUnitFactory.java index ddff9f86ce..87a2875820 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/DataUnitFactory.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/DataUnitFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit; import eu.unifiedviews.commons.dataunit.core.CoreServiceBus; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/ManagableDataUnit.java b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/ManagableDataUnit.java index 4fa9bfa83b..b995584fda 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/ManagableDataUnit.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/ManagableDataUnit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit; import eu.unifiedviews.dataunit.DataUnit; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/ConnectionSource.java b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/ConnectionSource.java index 247439c310..35e168ba75 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/ConnectionSource.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/ConnectionSource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit.core; import org.openrdf.model.ValueFactory; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBus.java b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBus.java index a8a488dff2..0bf657d679 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBus.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/CoreServiceBus.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit.core; /** diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerant.java b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerant.java index 0bd5ba25f8..df3893bb68 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerant.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/dataunit/core/FaultTolerant.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit.core; import org.openrdf.repository.RepositoryConnection; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/i18n/DataunitLocaleHolder.java b/dataunit/src/main/java/eu/unifiedviews/commons/i18n/DataunitLocaleHolder.java index 4fb9314859..d0cd837002 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/i18n/DataunitLocaleHolder.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/i18n/DataunitLocaleHolder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.i18n; import java.util.Locale; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ConnectionSourceImpl.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ConnectionSourceImpl.java index c19cd30d62..8740901e76 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ConnectionSourceImpl.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ConnectionSourceImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import org.openrdf.model.ValueFactory; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/InMemoryRDF.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/InMemoryRDF.java index 36442a7720..e5c0fb3aa6 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/InMemoryRDF.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/InMemoryRDF.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import java.io.File; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/LocalRDF.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/LocalRDF.java index bc2e4b5896..bb11804f47 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/LocalRDF.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/LocalRDF.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import java.io.File; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ManagableRepository.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ManagableRepository.java index 730da14eab..01da3499aa 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ManagableRepository.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/ManagableRepository.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import eu.unifiedviews.commons.dataunit.core.ConnectionSource; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RDFException.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RDFException.java index 3076667892..31c5322c42 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RDFException.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RDFException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; /** diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RemoteRDF.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RemoteRDF.java index ef3c5c3227..3d9f9cc0f9 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RemoteRDF.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RemoteRDF.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import org.openrdf.repository.Repository; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RepositoryFactory.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RepositoryFactory.java index 5d96359a00..121b7c0c76 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RepositoryFactory.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/RepositoryFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import org.openrdf.repository.RepositoryConnection; diff --git a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/Virtuoso.java b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/Virtuoso.java index c406937225..3f7c73fc9d 100644 --- a/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/Virtuoso.java +++ b/dataunit/src/main/java/eu/unifiedviews/commons/rdf/repository/Virtuoso.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import java.io.File; diff --git a/dataunit/src/test/java/eu/unifiedviews/commons/dataunit/WritableMetadataDataUnitImplTest.java b/dataunit/src/test/java/eu/unifiedviews/commons/dataunit/WritableMetadataDataUnitImplTest.java index 08a0501e11..9cd525489d 100644 --- a/dataunit/src/test/java/eu/unifiedviews/commons/dataunit/WritableMetadataDataUnitImplTest.java +++ b/dataunit/src/test/java/eu/unifiedviews/commons/dataunit/WritableMetadataDataUnitImplTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.dataunit; import java.io.File; diff --git a/dataunit/src/test/java/eu/unifiedviews/commons/rdf/repository/LocalRDFTest.java b/dataunit/src/test/java/eu/unifiedviews/commons/rdf/repository/LocalRDFTest.java index 1aa72d08fc..b0dec71d84 100644 --- a/dataunit/src/test/java/eu/unifiedviews/commons/rdf/repository/LocalRDFTest.java +++ b/dataunit/src/test/java/eu/unifiedviews/commons/rdf/repository/LocalRDFTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.commons.rdf.repository; import java.io.File; diff --git a/debian/LICENSE.md b/debian/LICENSE.md index 40d70c2d6d..2ed9b781a3 100644 --- a/debian/LICENSE.md +++ b/debian/LICENSE.md @@ -1,13 +1,13 @@ -UnifiedViews License +UnifiedViews License - Debian packages ==================== -UnifiedViews is meant to be an free and open source for all now and in future. +UnifiedViews (hereafter meant as UnifiedViews - Debian packages) is meant to be an free and open source for all now and in future. 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 (Contribution Agreement), if they want to push in the master repository of UnifiedViews. Open source Software License ==================== -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. +The Open Source version of UnifiedViews - Debian packages - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). 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. diff --git a/debian/README.md b/debian/README.md index e91e06ae85..fd80ff8596 100644 --- a/debian/README.md +++ b/debian/README.md @@ -1,28 +1,7 @@ Packages ======== -Provides source for creating UnifiedViews packages for various Linux distributions. - -How to install with dependency - -~~~bash -echo "deb http://packages.comsode.eu/debian wheezy main" > /etc/apt/sources.list.d/odn.list -wget -O - http://packages.comsode.eu/key/odn.gpg.key | apt-key add - -apt-get update -~~~ - - -To install unifiedview using postgresql -~~~bash -apt-get install unifiedviews-pgsql -~~~ - -To install unifiedview using mysql -~~~bash -apt-get install unifiedviews-mysql -~~~ - - +How to install UnifiedViews from debian packages? See [Installation Guide](https://grips.semantic-web.at/display/UDDOC/Installation+Guide) How to create .deb packages for Debian: @@ -38,5 +17,4 @@ The known issues: - be aware of the possible problem - https://github.com/UnifiedViews/Core/issues/258 - to add backup configuration before an update installation of packages - to clean database schema during a purge phase -- to change location from /etc/unifiedviews to /etc/default/unifiedviews - +- to change location from /etc/unifiedviews to /etc/default/unifiedview diff --git a/debian/pom.xml b/debian/pom.xml index 556546e2a1..79221cce82 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -5,11 +5,13 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml eu.unifiedviews.packages unifiedviews-packages + 2.3.2 unifiedviews-packages pom @@ -28,8 +30,8 @@ - 2.3.1 - 2.3.1 + 2.3.2 + 2.3.2 ${project.build.directory}/${project.artifactId}-${debian-package-version}_all.deb UTF-8 UTF-8 diff --git a/debian/unifiedviews-backend-mysql/pom.xml b/debian/unifiedviews-backend-mysql/pom.xml index c19beecbcc..081fb7c677 100644 --- a/debian/unifiedviews-backend-mysql/pom.xml +++ b/debian/unifiedviews-backend-mysql/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-backend-pgsql/pom.xml b/debian/unifiedviews-backend-pgsql/pom.xml index a47526a09c..16b30c9f3f 100644 --- a/debian/unifiedviews-backend-pgsql/pom.xml +++ b/debian/unifiedviews-backend-pgsql/pom.xml @@ -4,7 +4,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-backend-shared/pom.xml b/debian/unifiedviews-backend-shared/pom.xml index d1dc08b3b4..7060bdb781 100644 --- a/debian/unifiedviews-backend-shared/pom.xml +++ b/debian/unifiedviews-backend-shared/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-backend/pom.xml b/debian/unifiedviews-backend/pom.xml index 8f913f3c61..1a0d27fcb3 100644 --- a/debian/unifiedviews-backend/pom.xml +++ b/debian/unifiedviews-backend/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-mysql/pom.xml b/debian/unifiedviews-mysql/pom.xml index 491e365055..1877fb8397 100644 --- a/debian/unifiedviews-mysql/pom.xml +++ b/debian/unifiedviews-mysql/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-pgsql/pom.xml b/debian/unifiedviews-pgsql/pom.xml index b654eb1c28..b37d2f0f19 100644 --- a/debian/unifiedviews-pgsql/pom.xml +++ b/debian/unifiedviews-pgsql/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-webapp-mysql/pom.xml b/debian/unifiedviews-webapp-mysql/pom.xml index 02f4e030c5..459a07ee94 100644 --- a/debian/unifiedviews-webapp-mysql/pom.xml +++ b/debian/unifiedviews-webapp-mysql/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-webapp-pgsql/pom.xml b/debian/unifiedviews-webapp-pgsql/pom.xml index 2ce7aac154..e2980ae8a0 100644 --- a/debian/unifiedviews-webapp-pgsql/pom.xml +++ b/debian/unifiedviews-webapp-pgsql/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/unifiedviews-webapp-shared/pom.xml b/debian/unifiedviews-webapp-shared/pom.xml index d1b32fbc23..b5315a2642 100644 --- a/debian/unifiedviews-webapp-shared/pom.xml +++ b/debian/unifiedviews-webapp-shared/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages @@ -133,6 +133,14 @@ /etc/unifiedviews + + ${basedir}/src/deb/etc/logrotate.d + directory + + perm + /etc/logrotate.d + + template diff --git a/debian/unifiedviews-webapp-shared/src/deb/etc/logrotate.d/unifiedviews-frontend b/debian/unifiedviews-webapp-shared/src/deb/etc/logrotate.d/unifiedviews-frontend new file mode 100644 index 0000000000..5a733ff089 --- /dev/null +++ b/debian/unifiedviews-webapp-shared/src/deb/etc/logrotate.d/unifiedviews-frontend @@ -0,0 +1,8 @@ +/var/log/unifiedviews/frontend/catalina.out { + copytruncate + weekly + rotate 52 + compress + missingok + create 640 unifiedviews unifiedviews +} \ No newline at end of file diff --git a/debian/unifiedviews-webapp/pom.xml b/debian/unifiedviews-webapp/pom.xml index 8374d04582..7297dbf871 100644 --- a/debian/unifiedviews-webapp/pom.xml +++ b/debian/unifiedviews-webapp/pom.xml @@ -5,7 +5,7 @@ eu.unifiedviews.packages unifiedviews-packages - 2.3.1 + 2.3.2 eu.unifiedviews.packages diff --git a/debian/uv-publish-release.sh b/debian/uv-publish-release.sh deleted file mode 100644 index 6ebf819833..0000000000 --- a/debian/uv-publish-release.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash -#called e.g. with argument uv-release-2.3.0 -#includes paths being specific for tomas-knap's machine - -TIME=$(date +%Y%m%d_%H%M%S_%N) -LOG_FILE=/Users/tomasknap/.aptly/uv-release.log -# Close STDOUT file descriptor -exec 1<&- -# Close STDERR FD -exec 2<&- - -# Open STDOUT as $LOG_FILE file for read and write. -exec 1<>$LOG_FILE - -# Redirect STDERR to STDOUT -exec 2>&1 - -echo "start publishing: "$TIME - -name_prefix=$1 -snapshot_name=$name_prefix - -aptly repo remove uv-release 'Name (%unifiedviews*)' #remove deb packages -aptly publish drop wheezy || true #unpublish snapshot -aptly snapshot drop $snapshot_name #drop snapshot -aptly repo drop uv-release #drop repository -aptly repo create -distribution=wheezy -component=main uv-release #create repo -aptly repo add -force-replace=true uv-release /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/UnifiedView/Core/debian #add deb packages -aptly repo add -force-replace=true uv-release /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/UnifiedView/Plugins/debian #add deb packages -aptly snapshot create $snapshot_name from repo uv-release #create snapshot -aptly publish snapshot -distribution=wheezy -architectures=i386,amd64 $snapshot_name #publish snapshot - -#send to the server, available at http://odcs.xrg.cz/unifiedviews/ -scp -r -P 42222 /Users/tomasknap/.aptly/public/* knap@odcs.xrg.cz:/data/intlib/debian/ -echo "end publishing" - - -#Please setup your webserver to serve directory '/Users/tomasknap/.aptly/public' with autoindexing. -#echo "deb http://packages.unifiedviews.eu/debian/ wheezy main" > /etc/apt/sources.list.d/unifiedviews.list -#Don't forget to add your GPG key to apt with apt-key. -#wget -O - http://packages.unifiedviews.eu/key/unifiedviews.gpg.key | apt-key add - - - -#set not tty for gpg - because gpg needs this when it is working remotely, it will be fixed in aptly version 0.9 -#/usr/bin/env script -qfc "aptly publish snapshot -config=/home/aptly/odn-prerelease/.aptly.conf -passphrase-file="/home/aptly/aptly-commons/key.txt" -distribution=wheezy -architectures=i386,amd64 $snapshot_name" -#echo "end publishing" - diff --git a/deploy/odcsDeploy.sh b/deploy/odcsDeploy.sh deleted file mode 100755 index eeda793e96..0000000000 --- a/deploy/odcsDeploy.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -#create dirs needed for the copy -echo "Creating dir: $1" -ssh -p 42222 knap@odcs.xrg.cz mkdir /home/knap/tmp/$1 -ssh -p 42222 knap@odcs.xrg.cz mkdir /home/knap/tmp/$1/lib - - -#copy backend -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/backend/target/*.jar knap@odcs.xrg.cz:/home/knap/tmp/$1 -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/backend/target/lib/* knap@odcs.xrg.cz:/home/knap/tmp/$1/lib - -#copy frontend -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/frontend/target/*.war knap@odcs.xrg.cz:/home/knap/tmp/$1/odcleanstore.war - -#copy core dpus and libs -#TODO clean the dpu folder before? TODO check that the folder exists! -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/target/dpu/* knap@odcs.xrg.cz:/data/odcs/target/dpu -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/target/lib/* knap@odcs.xrg.cz:/data/odcs/target/lib - -#db import -#TODO ask if import db? -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/db/virtuoso/rdbms/* knap@odcs.xrg.cz:/home/knap/tmp/$1 -#ssh -p 42222 knap@odcs.xrg.cz /usr/local/bin/isql-v -U dba -P dba01OD -S 1119 < ~/tmp/$1/schema.sql -#ssh -p 42222 knap@odcs.xrg.cz /usr/local/bin/isql-v -U dba -P dba01OD -S 1119 < ~/tmp/$1/data.sql - - - -#TODO copy config.properties, check that backendWorking is existing - -#TODO copy backend/frontend primo na misto - diff --git a/deploy/odcsTestDeploy.sh b/deploy/odcsTestDeploy.sh deleted file mode 100755 index 616bb67a0a..0000000000 --- a/deploy/odcsTestDeploy.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash - -#create dirs needed for the copy -echo "Creating dir: odcs-test/$1" -ssh -p 42222 knap@odcs.xrg.cz mkdir /home/knap/tmp/odcs-test -ssh -p 42222 knap@odcs.xrg.cz mkdir /home/knap/tmp/odcs-test/$1 -ssh -p 42222 knap@odcs.xrg.cz mkdir /home/knap/tmp/odcs-test/$1/lib - - -#copy backend -echo "Copy backend and backend libs to odcs-test tmp folder" -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/backend/target/*.jar knap@odcs.xrg.cz:/home/knap/tmp/odcs-test/$1 -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/backend/target/lib/* knap@odcs.xrg.cz:/home/knap/tmp/odcs-test/$1/lib - -#copy frontend -echo "Copy frontend to odcs-test tmp folder" -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/frontend/target/*.war knap@odcs.xrg.cz:/home/knap/tmp/odcs-test/$1/odcleanstore.war - -#copy core dpus and libs -#TODO clean the dpu folder before? TODO check that the folder exists! -echo "Copy DPUs and libs - directly to odcs-test folder" -ssh -p 42222 knap@odcs.xrg.cz mkdir /data/odcs-test -ssh -p 42222 knap@odcs.xrg.cz mkdir /data/odcs-test/target -ssh -p 42222 knap@odcs.xrg.cz mkdir /data/odcs-test/target/dpu -ssh -p 42222 knap@odcs.xrg.cz mkdir /data/odcs-test/target/lib -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/target/dpu/* knap@odcs.xrg.cz:/data/odcs-test/target/dpu -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/target/lib/* knap@odcs.xrg.cz:/data/odcs-test/target/lib - -#db import -#TODO ask if import db? -ssh -p 42222 knap@odcs.xrg.cz mkdir /home/knap/tmp/odcs-test/$1/virtuoso -ssh -p 42222 knap@odcs.xrg.cz mkdir /home/knap/tmp/odcs-test/$1/mysql -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/db/virtuoso/rdbms/* knap@odcs.xrg.cz:/home/knap/tmp/odcs-test/$1/virtuoso -scp -r -P 42222 /Users/tomasknap/Documents/PROJECTS/ETL-SWProj/intlib/db/mysql/rdbms/* knap@odcs.xrg.cz:/home/knap/tmp/odcs-test/$1/mysql -#ssh -p 42222 knap@odcs.xrg.cz /usr/local/bin/isql-v -U dba -P dba01OD -S 1119 < ~/tmp/$1/schema.sql -#ssh -p 42222 knap@odcs.xrg.cz /usr/local/bin/isql-v -U dba -P dba01OD -S 1119 < ~/tmp/$1/data.sql - - - -#TODO copy config.properties, check that backendWorking is existing - -#TODO copy backend/frontend primo na misto - diff --git a/frontend/GPL-3.txt b/frontend/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/frontend/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/frontend/LICENSE.md b/frontend/LICENSE.md index ccbc51ac2c..0fd95b71cf 100644 --- a/frontend/LICENSE.md +++ b/frontend/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module frontend +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module frontend) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module frontend - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/frontend/pom.xml b/frontend/pom.xml index 54ad9fe17f..48c4633f4d 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -3,9 +3,11 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml frontend + 2.3.2 war frontend @@ -320,13 +322,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/AppEntry.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/AppEntry.java index 0869ec2503..eb0c2a6190 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/AppEntry.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/AppEntry.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend; import com.github.wolfie.refresher.Refresher; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/HostnameVerifierUtil.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/HostnameVerifierUtil.java index e657be0430..a4a1dc0d9e 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/HostnameVerifierUtil.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/HostnameVerifierUtil.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend; public class HostnameVerifierUtil { diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSApplicationServlet.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSApplicationServlet.java index 7be6783eed..908131e02c 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSApplicationServlet.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSApplicationServlet.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend; import com.vaadin.server.DeploymentConfiguration; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSSSOApplicationServlet.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSSSOApplicationServlet.java index a1e8628705..cf3468352f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSSSOApplicationServlet.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/ODCSSSOApplicationServlet.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend; import java.io.IOException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/RequestHolder.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/RequestHolder.java index f644180e8d..59f82c2982 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/RequestHolder.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/RequestHolder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend; import javax.servlet.http.HttpServletRequest; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/UnifiedViewsUIProvider.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/UnifiedViewsUIProvider.java index a126383386..e9b3658602 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/UnifiedViewsUIProvider.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/UnifiedViewsUIProvider.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend; import com.vaadin.server.UICreateEvent; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/AuthenticationService.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/AuthenticationService.java index b0b7219162..e4e8a629b3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/AuthenticationService.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/AuthenticationService.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auth; import java.io.BufferedInputStream; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/CasAuthenticationUserDetailsService.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/CasAuthenticationUserDetailsService.java index 59d50ff116..59a63a843f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/CasAuthenticationUserDetailsService.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/CasAuthenticationUserDetailsService.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auth; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/RememberMeToken.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/RememberMeToken.java index 406c1202c5..6797c95e7d 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/RememberMeToken.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/RememberMeToken.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auth; import java.io.Serializable; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVAuthenticationDetails.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVAuthenticationDetails.java index 45b3ba3ad3..e8a4a1398a 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVAuthenticationDetails.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVAuthenticationDetails.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auth; import javax.servlet.http.HttpServletRequest; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationEntryPoint.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationEntryPoint.java index ca54f6bb34..8444941691 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationEntryPoint.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationEntryPoint.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auth; import javax.servlet.http.HttpServletRequest; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationProvider.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationProvider.java index 1a722e4974..9783d4ed45 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationProvider.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVCasAuthenticationProvider.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auth; import org.apache.commons.logging.Log; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVWebAuthenticationDetailsSource.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVWebAuthenticationDetailsSource.java index f6275711b7..e3dcc53dd4 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVWebAuthenticationDetailsSource.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auth/UVWebAuthenticationDetailsSource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auth; import javax.servlet.http.HttpServletRequest; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ApplicationConfigurationException.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ApplicationConfigurationException.java index 0d55ae8634..38041b94a5 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ApplicationConfigurationException.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ApplicationConfigurationException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; public class ApplicationConfigurationException extends Exception { diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ConfigurationValidator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ConfigurationValidator.java index 5bfbbd76c0..0d4cf8b25c 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ConfigurationValidator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/ConfigurationValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; import java.util.List; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/DecorationHelper.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/DecorationHelper.java index 7b62833cc5..0f687994e0 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/DecorationHelper.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/DecorationHelper.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; import com.vaadin.server.ThemeResource; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/MaxLengthValidator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/MaxLengthValidator.java index 8f04ae273e..cbd8c4c9a5 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/MaxLengthValidator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/MaxLengthValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; import com.vaadin.data.Validator; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineHelper.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineHelper.java index 4e639604b9..59ddbe25b1 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineHelper.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineHelper.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; import java.util.Arrays; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineValidator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineValidator.java index 3711f0bd8f..38d069b76a 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineValidator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/PipelineValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; import java.io.FileNotFoundException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/RefreshManager.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/RefreshManager.java index 0b715eb7c0..02c1a25283 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/RefreshManager.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/RefreshManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; import java.util.Date; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/SimpleTreeFilter.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/SimpleTreeFilter.java index 4ac3146188..6e53f416a0 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/SimpleTreeFilter.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/SimpleTreeFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries; import com.vaadin.data.Container.Filter; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandFileDownloader.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandFileDownloader.java index 33cf6985f7..0bfdb783c7 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandFileDownloader.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandFileDownloader.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries.download; import java.io.IOException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandStreamResource.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandStreamResource.java index 881909948a..969cc0572f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandStreamResource.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/auxiliaries/download/OnDemandStreamResource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.auxiliaries.download; import com.vaadin.server.StreamResource.StreamSource; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ContainerDescription.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ContainerDescription.java index cbc2f2ea1d..11c590cac0 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ContainerDescription.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ContainerDescription.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container; import java.util.List; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/DataTimeCache.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/DataTimeCache.java index da374bd6c4..08d1434ea3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/DataTimeCache.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/DataTimeCache.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container; import java.util.Date; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/GeneralProperty.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/GeneralProperty.java index b85f82c4de..df1a3bb187 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/GeneralProperty.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/GeneralProperty.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container; import com.vaadin.data.Property; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ReadOnlyContainer.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ReadOnlyContainer.java index 13c8740d3c..108a4e8476 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ReadOnlyContainer.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ReadOnlyContainer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/VaadinFilterTranslator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/VaadinFilterTranslator.java index 1f7d9a3b94..6aeb2c29e5 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/VaadinFilterTranslator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/VaadinFilterTranslator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueItem.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueItem.java index 94a6a47511..594811dcee 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueItem.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueItem.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container; import java.util.Collection; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueProperty.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueProperty.java index 521175cb5a..b3930fb3c3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueProperty.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/ValueProperty.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container; import com.vaadin.data.Property; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionAccessor.java index 0668d3b46d..18466bc3bc 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.accessor; import java.sql.Timestamp; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionViewAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionViewAccessor.java index 5e453b87c2..efb8fba6c3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionViewAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/ExecutionViewAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.accessor; import cz.cuni.mff.xrg.odcs.commons.app.pipeline.Pipeline; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/MessageRecordAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/MessageRecordAccessor.java index 1a90f955fe..200f655c25 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/MessageRecordAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/MessageRecordAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.accessor; import java.util.Arrays; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/NewLogAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/NewLogAccessor.java index 1d53b8c3e9..6b4e001876 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/NewLogAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/NewLogAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.accessor; import java.util.Date; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineAccessor.java index da8931ddf1..9ceb675d49 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.accessor; import java.text.SimpleDateFormat; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineNameAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineNameAccessor.java index 6d336cc1bc..fae24d7958 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineNameAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineNameAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.accessor; import cz.cuni.mff.xrg.odcs.commons.app.pipeline.Pipeline; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineViewAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineViewAccessor.java index ba080b67bc..415e0fdfba 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineViewAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/accessor/PipelineViewAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.accessor; import java.sql.Timestamp; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/BindingSetItem.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/BindingSetItem.java index 477fe83f9e..bafe0d62d2 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/BindingSetItem.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/BindingSetItem.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.rdf; import java.util.Collection; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFFormatType.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFFormatType.java index d9f4b65ebf..ae9d5ddf83 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFFormatType.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFFormatType.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.rdf; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFLazyQueryContainer.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFLazyQueryContainer.java index 99dcafa540..567be9a90b 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFLazyQueryContainer.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFLazyQueryContainer.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.rdf; import org.vaadin.addons.lazyquerycontainer.LazyQueryContainer; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQuery.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQuery.java index 45e00236db..32af05f369 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQuery.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQuery.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.rdf; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryDefinition.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryDefinition.java index 0164e978f5..746a405b7d 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryDefinition.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryDefinition.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.rdf; import org.vaadin.addons.lazyquerycontainer.LazyQueryDefinition; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryFactory.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryFactory.java index aa7428c4b4..462366f7b0 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryFactory.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFQueryFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.rdf; import org.vaadin.addons.lazyquerycontainer.Query; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFRegexFilter.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFRegexFilter.java index 8d85fe45c9..da060a6e59 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFRegexFilter.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RDFRegexFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RepositoryFrontendHelper.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RepositoryFrontendHelper.java index 7cafa8b70c..fb757ceb14 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RepositoryFrontendHelper.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/container/rdf/RepositoryFrontendHelper.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.container.rdf; import info.aduna.iteration.Iterations; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dataunit/FrontendDataUnitManager.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dataunit/FrontendDataUnitManager.java index 060fa8d3f0..38be197926 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dataunit/FrontendDataUnitManager.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dataunit/FrontendDataUnitManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dataunit; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessor.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessor.java index c8abdd8c94..bce30059c2 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessor.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessor.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.doa.container; import java.util.List; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessorBase.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessorBase.java index 6ae4a9066e..28e78bed52 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessorBase.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ClassAccessorBase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.doa.container; import java.util.HashMap; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSource.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSource.java index 68eb9a7fcd..1b4d748f5f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSource.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.doa.container; import com.vaadin.data.Container; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSourceBase.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSourceBase.java index 260d5e5214..05160731be 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSourceBase.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/ContainerSourceBase.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.doa.container; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataObject; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/InMemorySource.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/InMemorySource.java index d849058cbe..b486063e8f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/InMemorySource.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/InMemorySource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.doa.container; import cz.cuni.mff.xrg.odcs.commons.app.dao.*; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbCachedSource.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbCachedSource.java index f8ad3e83b6..7640814292 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbCachedSource.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbCachedSource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.doa.container.db; import com.vaadin.data.Container; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbInMemorySource.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbInMemorySource.java index baa4b0fdb1..b8fefc1fb8 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbInMemorySource.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/doa/container/db/DbInMemorySource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.doa.container.db; import cz.cuni.mff.xrg.odcs.commons.app.dao.DataAccessRead; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/dialog/ConfigDialogContextImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/dialog/ConfigDialogContextImpl.java index e774a17db7..234f31b3da 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/dialog/ConfigDialogContextImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/dialog/ConfigDialogContextImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dpu.dialog; import java.util.HashMap; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/ConfigurationDialogValidator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/ConfigurationDialogValidator.java index f368920e82..db024a0b3b 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/ConfigurationDialogValidator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/ConfigurationDialogValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dpu.validator; import java.lang.reflect.InvocationTargetException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/DataUnitNamesValidator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/DataUnitNamesValidator.java index 350e96ef64..c835116267 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/DataUnitNamesValidator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/validator/DataUnitNamesValidator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dpu.validator; import java.util.HashSet; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUInstanceWrap.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUInstanceWrap.java index 419804945e..fdc1037511 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUInstanceWrap.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUInstanceWrap.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dpu.wrap; import java.util.Locale; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPURecordWrap.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPURecordWrap.java index 31ad12dd31..682caaf932 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPURecordWrap.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPURecordWrap.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dpu.wrap; import java.io.FileNotFoundException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUTemplateWrap.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUTemplateWrap.java index b6770ed594..8ad016d51d 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUTemplateWrap.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUTemplateWrap.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dpu.wrap; import java.util.Locale; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUWrapException.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUWrapException.java index f0ab442877..170fb1b7f9 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUWrapException.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/dpu/wrap/DPUWrapException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.dpu.wrap; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareButtonClickWrapper.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareButtonClickWrapper.java index 961beb9432..570ff1cdb6 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareButtonClickWrapper.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareButtonClickWrapper.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui; import org.springframework.security.core.Authentication; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareUploadSucceededWrapper.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareUploadSucceededWrapper.java index f2c6d7a343..abefaf089f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareUploadSucceededWrapper.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/AuthAwareUploadSucceededWrapper.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui; import org.springframework.security.core.Authentication; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/MenuLayout.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/MenuLayout.java index 797147badb..700e283b22 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/MenuLayout.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/MenuLayout.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui; import java.util.Collection; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ModifiableComponent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ModifiableComponent.java index 321a15ee4a..c36ca7e7a0 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ModifiableComponent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ModifiableComponent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ViewComponent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ViewComponent.java index 9ebaced6cd..df36c3d5e1 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ViewComponent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/ViewComponent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui; import com.vaadin.navigator.View; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/Browse.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/Browse.java index bf8668ec46..3492815095 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/Browse.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/Browse.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import org.slf4j.Logger; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUConfigHolder.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUConfigHolder.java index b9e7613e60..c8cac5ce72 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUConfigHolder.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUConfigHolder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.ui.Alignment; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUCreate.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUCreate.java index dc8b2ec1d9..a3cfe4bfe0 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUCreate.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUCreate.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.io.File; @@ -59,7 +43,7 @@ import cz.cuni.mff.xrg.odcs.commons.app.resource.ResourceManager; import cz.cuni.mff.xrg.odcs.frontend.dpu.wrap.DPUTemplateWrap; import cz.cuni.mff.xrg.odcs.frontend.gui.AuthAwareButtonClickWrapper; -import cz.cuni.mff.xrg.odcs.frontend.gui.dialog.SimpleDialog; +import cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.SimpleDialog; import cz.cuni.mff.xrg.odcs.frontend.gui.views.Utils; import cz.cuni.mff.xrg.odcs.frontend.i18n.Messages; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUGeneralDetail.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUGeneralDetail.java index 71f694556c..2d2a1e1afc 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUGeneralDetail.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUGeneralDetail.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import org.slf4j.Logger; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplateDetail.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplateDetail.java index fac91597fe..8ea1b1d7bb 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplateDetail.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplateDetail.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.data.Property.ValueChangeEvent; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplatesExport.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplatesExport.java index a5d065739d..6d6bad704b 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplatesExport.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTemplatesExport.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTree.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTree.java index ded2aa1626..66397098ba 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTree.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DPUTree.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.text.Collator; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DataUnitSelector.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DataUnitSelector.java index dd17ca8926..d15bde913e 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DataUnitSelector.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DataUnitSelector.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.Collection; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DebuggingView.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DebuggingView.java index f4d50f42fd..d2e24145da 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DebuggingView.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DebuggingView.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.Collection; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DeletingFileInputStream.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DeletingFileInputStream.java index 4ff35e0909..d434426095 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DeletingFileInputStream.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/DeletingFileInputStream.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailComponent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailComponent.java index 8675cc865f..9d35d9af57 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailComponent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailComponent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailNotifications.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailNotifications.java index b756f48632..d380519cb3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailNotifications.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/EmailNotifications.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.data.Property.ValueChangeEvent; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileQueryView.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileQueryView.java index 76cba72722..bab697da56 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileQueryView.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileQueryView.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.shared.ui.label.ContentMode; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileUploadReceiver.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileUploadReceiver.java index cb701f5b0a..607ac73282 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileUploadReceiver.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/FileUploadReceiver.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListComponentProvider.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListComponentProvider.java index 4613914f39..b14062e045 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListComponentProvider.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListComponentProvider.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.ui.Component; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListManager.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListManager.java index c3c9728a28..56c67d8605 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListManager.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/ManipulableListManager.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.LinkedList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/NamespacePrefixes.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/NamespacePrefixes.java index 46c5bc6adb..eb70d607c2 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/NamespacePrefixes.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/NamespacePrefixes.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.List; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineConflicts.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineConflicts.java index 2a67a6a79f..030b5e700e 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineConflicts.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineConflicts.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineStatus.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineStatus.java index 015aeb0680..a32f57e5a7 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineStatus.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PipelineStatus.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PrefixCreate.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PrefixCreate.java index 860ecbe21e..5ec44c5c8d 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PrefixCreate.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/PrefixCreate.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.List; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/QueryView.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/QueryView.java index 568ed12442..88c3d4a83e 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/QueryView.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/QueryView.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.ui.CustomComponent; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RDFQueryView.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RDFQueryView.java index b3893188ee..6f2e4a4386 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RDFQueryView.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RDFQueryView.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RelationalQueryView.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RelationalQueryView.java index e98d2b995e..cbbe5caf60 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RelationalQueryView.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/RelationalQueryView.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.shared.ui.label.ContentMode; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/SchedulePipeline.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/SchedulePipeline.java index 32ec2b6c32..86c9bd1a1f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/SchedulePipeline.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/SchedulePipeline.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.ArrayList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UploadInfoWindow.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UploadInfoWindow.java index 64e9488361..2e8a9a0b81 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UploadInfoWindow.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UploadInfoWindow.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import com.vaadin.ui.*; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UserCreate.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UserCreate.java index 76e93c77b1..c62c5653fd 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UserCreate.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UserCreate.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.HashSet; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UsersList.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UsersList.java index 1ccbd6fba2..874c65fe92 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UsersList.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/UsersList.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components; import java.util.List; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/DetailClosedEvent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/DetailClosedEvent.java index 02b5e58865..230328fb61 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/DetailClosedEvent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/DetailClosedEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.ui.Component; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/FormattingEnabledEvent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/FormattingEnabledEvent.java index f3b665b4f8..7a938704ed 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/FormattingEnabledEvent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/FormattingEnabledEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.ui.Component; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/GraphChangedEvent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/GraphChangedEvent.java index 6e25806a28..3e51e1203f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/GraphChangedEvent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/GraphChangedEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.ui.Component; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvas.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvas.java index dd98ddc04d..14a07783c1 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvas.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvas.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import java.util.Collection; @@ -52,8 +36,8 @@ import cz.cuni.mff.xrg.odcs.commons.app.pipeline.graph.Position; import cz.cuni.mff.xrg.odcs.frontend.auxiliaries.PipelineValidator; import cz.cuni.mff.xrg.odcs.frontend.auxiliaries.PipelineValidator.PipelineValidationException; -import cz.cuni.mff.xrg.odcs.frontend.gui.dialog.DPUDetail; -import cz.cuni.mff.xrg.odcs.frontend.gui.dialog.EdgeDetail; +import cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.DPUDetail; +import cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.EdgeDetail; import cz.cuni.mff.xrg.odcs.frontend.gui.views.PipelineEdit; import cz.cuni.mff.xrg.odcs.frontend.gui.views.Utils; import cz.cuni.mff.xrg.odcs.frontend.i18n.Messages; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasClientRpc.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasClientRpc.java index bb0d2e13ba..572a66e221 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasClientRpc.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasClientRpc.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.shared.communication.ClientRpc; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasServerRpc.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasServerRpc.java index 79cb7fdad7..649565d760 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasServerRpc.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasServerRpc.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.shared.communication.ServerRpc; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasState.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasState.java index d7fae1bbf9..ac915a5056 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasState.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/PipelineCanvasState.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.shared.ui.JavaScriptComponentState; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ResizedEvent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ResizedEvent.java index 3bd3991e2b..1cb569bae7 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ResizedEvent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ResizedEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/SessionRefresh.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/SessionRefresh.java index 52164e4abf..f1a19b8c31 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/SessionRefresh.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/SessionRefresh.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.annotations.JavaScript; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ShowDebugEvent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ShowDebugEvent.java index 2046fb3108..ba0cd593f1 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ShowDebugEvent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/components/pipelinecanvas/ShowDebugEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas; import com.vaadin.ui.Component; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/SimpleDialog.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/SimpleDialog.java deleted file mode 100644 index e6f2e77980..0000000000 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/SimpleDialog.java +++ /dev/null @@ -1,35 +0,0 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.dialog; - -import com.vaadin.ui.Component; -import com.vaadin.ui.Window; - -public class SimpleDialog extends Window { - private static final long serialVersionUID = -6088542008168348352L; - - public SimpleDialog(Component content) { - // set dialog properties - setModal(true); - setResizable(true); - // set initial size - setWidth("640px"); - setHeight("640px"); - setContent(content); - } - -} diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/ChooseImportStrategyDialog.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/ChooseImportStrategyDialog.java similarity index 87% rename from frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/ChooseImportStrategyDialog.java rename to frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/ChooseImportStrategyDialog.java index ec5e76aa09..57e2f786ba 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/ChooseImportStrategyDialog.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/ChooseImportStrategyDialog.java @@ -1,20 +1,4 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.dialog; +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs; import java.util.HashMap; import java.util.Map; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/DPUDetail.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/DPUDetail.java similarity index 94% rename from frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/DPUDetail.java rename to frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/DPUDetail.java index dc3ccddbad..15d9bedfb3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/DPUDetail.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/DPUDetail.java @@ -1,20 +1,4 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.dialog; +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs; import java.io.FileNotFoundException; import java.util.Locale; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/EdgeDetail.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/EdgeDetail.java similarity index 94% rename from frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/EdgeDetail.java rename to frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/EdgeDetail.java index 4487701a84..c195bb1022 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/EdgeDetail.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/EdgeDetail.java @@ -1,20 +1,4 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.dialog; +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs; import java.util.Collection; import java.util.HashMap; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/PipelineExport.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/PipelineExport.java similarity index 90% rename from frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/PipelineExport.java rename to frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/PipelineExport.java index 54e1f15ea9..e492694c08 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/PipelineExport.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/PipelineExport.java @@ -1,23 +1,6 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.dialog; +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs; import java.io.File; -import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.InputStream; import java.util.TreeSet; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/PipelineImport.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/PipelineImport.java similarity index 95% rename from frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/PipelineImport.java rename to frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/PipelineImport.java index 8589f1eab9..34b298c09f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialog/PipelineImport.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/PipelineImport.java @@ -1,20 +1,4 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.dialog; +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs; import java.io.File; import java.io.IOException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/SimpleDialog.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/SimpleDialog.java new file mode 100644 index 0000000000..3dbc9b66a5 --- /dev/null +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/SimpleDialog.java @@ -0,0 +1,19 @@ +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs; + +import com.vaadin.ui.Component; +import com.vaadin.ui.Window; + +public class SimpleDialog extends Window { + private static final long serialVersionUID = -6088542008168348352L; + + public SimpleDialog(Component content) { + // set dialog properties + setModal(true); + setResizable(true); + // set initial size + setWidth("640px"); + setHeight("640px"); + setContent(content); + } + +} diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/details/LogMessageDetail.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/details/LogMessageDetail.java similarity index 86% rename from frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/details/LogMessageDetail.java rename to frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/details/LogMessageDetail.java index 88d90d2888..12e9bc5fa7 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/details/LogMessageDetail.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/details/LogMessageDetail.java @@ -1,20 +1,4 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.details; +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.details; import java.text.DateFormat; import java.util.Date; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/details/RecordDetail.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/details/RecordDetail.java similarity index 85% rename from frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/details/RecordDetail.java rename to frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/details/RecordDetail.java index 232b55e5f4..c5b29057c1 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/details/RecordDetail.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/dialogs/details/RecordDetail.java @@ -1,20 +1,4 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ -package cz.cuni.mff.xrg.odcs.frontend.gui.details; +package cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.details; import java.text.DateFormat; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/ActionColumnGenerator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/ActionColumnGenerator.java index ac1627dcc1..e94c70c09a 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/ActionColumnGenerator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/ActionColumnGenerator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.tables; import java.util.LinkedList; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/DeletingFileInputStream.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/DeletingFileInputStream.java index 0cea20c421..c3fda4931c 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/DeletingFileInputStream.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/DeletingFileInputStream.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.tables; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibFilterDecorator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibFilterDecorator.java index e8ada2552b..33d5b65460 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibFilterDecorator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibFilterDecorator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.tables; import java.util.Locale; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibPagedTable.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibPagedTable.java index 2b7d7ff64a..333f445e91 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibPagedTable.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/IntlibPagedTable.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.tables; import java.text.NumberFormat; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/LogTable.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/LogTable.java index 30e857369f..41d77b0974 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/LogTable.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/LogTable.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.tables; import java.io.File; @@ -55,7 +39,7 @@ import cz.cuni.mff.xrg.odcs.frontend.container.ReadOnlyContainer; import cz.cuni.mff.xrg.odcs.frontend.container.ValueItem; import cz.cuni.mff.xrg.odcs.frontend.doa.container.db.DbCachedSource; -import cz.cuni.mff.xrg.odcs.frontend.gui.details.LogMessageDetail; +import cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.details.LogMessageDetail; import cz.cuni.mff.xrg.odcs.frontend.i18n.Messages; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/OpenLogsEvent.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/OpenLogsEvent.java index 23c5bd051a..0d648f816a 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/OpenLogsEvent.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/OpenLogsEvent.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.tables; import com.vaadin.ui.Component; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/RecordsTable.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/RecordsTable.java index 7af97cc203..2af19fd2f6 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/RecordsTable.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/tables/RecordsTable.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.tables; import java.util.Collection; @@ -41,7 +25,7 @@ import cz.cuni.mff.xrg.odcs.frontend.container.ReadOnlyContainer; import cz.cuni.mff.xrg.odcs.frontend.container.ValueItem; import cz.cuni.mff.xrg.odcs.frontend.doa.container.db.DbCachedSource; -import cz.cuni.mff.xrg.odcs.frontend.gui.details.RecordDetail; +import cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.details.RecordDetail; /** * Table with event records related to given pipeline execution. diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/DataBrowser.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/DataBrowser.java index bb35f4b064..1dec1bd7f1 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/DataBrowser.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/DataBrowser.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; import com.vaadin.navigator.ViewChangeListener.ViewChangeEvent; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Initial.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Initial.java index aee4e4dd50..0b68c19050 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Initial.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Initial.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; import java.io.BufferedReader; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Login.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Login.java index 751a83b4bb..71a899df7c 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Login.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Login.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; import org.slf4j.Logger; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PipelineEdit.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PipelineEdit.java index 613aae4736..e9c62cc829 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PipelineEdit.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PipelineEdit.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; import static cz.cuni.mff.xrg.odcs.commons.app.pipeline.PipelineExecutionStatus.QUEUED; @@ -93,7 +77,7 @@ import cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas.PipelineCanvas; import cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas.ResizedEvent; import cz.cuni.mff.xrg.odcs.frontend.gui.components.pipelinecanvas.ShowDebugEvent; -import cz.cuni.mff.xrg.odcs.frontend.gui.dialog.PipelineExport; +import cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.PipelineExport; import cz.cuni.mff.xrg.odcs.frontend.gui.views.executionlist.ExecutionListPresenterImpl; import cz.cuni.mff.xrg.odcs.frontend.i18n.Messages; import cz.cuni.mff.xrg.odcs.frontend.navigation.Address; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PostLogoutCleaner.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PostLogoutCleaner.java index c9417abdc2..1ba714f3b5 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PostLogoutCleaner.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/PostLogoutCleaner.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Presenter.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Presenter.java index 945c224e60..3270fcd24a 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Presenter.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Presenter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/SavablePresenter.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/SavablePresenter.java index c9a7fb76aa..4832027354 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/SavablePresenter.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/SavablePresenter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Scheduler.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Scheduler.java index 8d0a00dbb1..5c118e2e13 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Scheduler.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Scheduler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; import java.text.DateFormat; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Settings.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Settings.java index fb775de94b..d1d0513272 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Settings.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Settings.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Utils.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Utils.java index 75bfbd3c79..2999ad04e7 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Utils.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/Utils.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views; import org.springframework.beans.factory.annotation.Autowired; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenter.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenter.java index 077b46e4fb..1a6bd95c45 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenter.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.dpu; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenterImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenterImpl.java index 66aeff6669..f3230bc5b9 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenterImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUPresenterImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.dpu; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUViewImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUViewImpl.java index 62a81cb46a..1f4e019ed8 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUViewImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/dpu/DPUViewImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.dpu; import java.io.File; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenter.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenter.java index a83af4cb5e..9437cb9cc0 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenter.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.executionlist; import cz.cuni.mff.xrg.odcs.commons.app.execution.message.MessageRecord; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenterImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenterImpl.java index 5b651e1d3d..b09c37a64f 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenterImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListPresenterImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.executionlist; import com.github.wolfie.refresher.Refresher; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListViewImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListViewImpl.java index ebc663247a..5dcdf83743 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListViewImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/executionlist/ExecutionListViewImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.executionlist; import static cz.cuni.mff.xrg.odcs.commons.app.pipeline.PipelineExecutionStatus.RUNNING; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenter.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenter.java index f375359be1..ada0b860b8 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenter.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.pipelinelist; import cz.cuni.mff.xrg.odcs.frontend.container.ReadOnlyContainer; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenterImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenterImpl.java index d107667e8d..306aa61833 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenterImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListPresenterImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.pipelinelist; import java.util.Date; @@ -44,15 +28,12 @@ import cz.cuni.mff.xrg.odcs.frontend.auxiliaries.RefreshManager; import cz.cuni.mff.xrg.odcs.frontend.container.ReadOnlyContainer; import cz.cuni.mff.xrg.odcs.frontend.container.accessor.PipelineAccessor; -import cz.cuni.mff.xrg.odcs.frontend.container.accessor.PipelineViewAccessor; -import cz.cuni.mff.xrg.odcs.frontend.doa.container.ContainerSourceBase; import cz.cuni.mff.xrg.odcs.frontend.doa.container.db.DbCachedSource; import cz.cuni.mff.xrg.odcs.frontend.gui.components.SchedulePipeline; -import cz.cuni.mff.xrg.odcs.frontend.gui.dialog.PipelineImport; +import cz.cuni.mff.xrg.odcs.frontend.gui.dialogs.PipelineImport; import cz.cuni.mff.xrg.odcs.frontend.gui.views.PipelineEdit; import cz.cuni.mff.xrg.odcs.frontend.gui.views.PostLogoutCleaner; import cz.cuni.mff.xrg.odcs.frontend.gui.views.Utils; -import cz.cuni.mff.xrg.odcs.frontend.gui.views.executionlist.ExecutionListPresenter; import cz.cuni.mff.xrg.odcs.frontend.gui.views.executionlist.ExecutionListPresenterImpl; import cz.cuni.mff.xrg.odcs.frontend.i18n.Messages; import cz.cuni.mff.xrg.odcs.frontend.navigation.Address; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListViewImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListViewImpl.java index a351ca1220..48ba4e18e3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListViewImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/gui/views/pipelinelist/PipelineListViewImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.gui.views.pipelinelist; import org.slf4j.Logger; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/LocalizedSystemMessagesProvider.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/LocalizedSystemMessagesProvider.java index d40458e291..7b1018229c 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/LocalizedSystemMessagesProvider.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/LocalizedSystemMessagesProvider.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.i18n; import com.vaadin.server.CustomizedSystemMessages; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/Messages.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/Messages.java index 5199d4af40..6d1e275ec3 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/Messages.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/i18n/Messages.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.i18n; import java.text.MessageFormat; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/BackendHeartbeat.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/BackendHeartbeat.java index d58be69c64..2d97436226 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/BackendHeartbeat.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/BackendHeartbeat.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.monitor; import org.springframework.beans.factory.annotation.Autowired; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/ProbeServlet.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/ProbeServlet.java index 20d0572c8a..f2d969c0fa 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/ProbeServlet.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/monitor/ProbeServlet.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.monitor; import java.io.IOException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/Address.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/Address.java index 44e369519f..3a9b7ff76a 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/Address.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/Address.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.navigation; import java.lang.annotation.ElementType; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigator.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigator.java index ec6f28acf0..ce858ceb5d 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigator.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigator.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.navigation; import com.vaadin.navigator.View; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorHolder.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorHolder.java index 64e75bec35..8a224ff96e 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorHolder.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorHolder.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.navigation; /** diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorImpl.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorImpl.java index 6c3e4d059f..b7c492b682 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorImpl.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ClassNavigatorImpl.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.navigation; import java.util.Collection; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ParametersHandler.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ParametersHandler.java index eb6d1487b9..5cecdc504a 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ParametersHandler.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/ParametersHandler.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.navigation; import java.io.UnsupportedEncodingException; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterViewDisplay.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterViewDisplay.java index 42bacb1757..ec3738cd06 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterViewDisplay.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterViewDisplay.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.navigation; import org.slf4j.Logger; diff --git a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterWrap.java b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterWrap.java index d1d9fd268f..c08b226b34 100644 --- a/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterWrap.java +++ b/frontend/src/main/java/cz/cuni/mff/xrg/odcs/frontend/navigation/PresenterWrap.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.frontend.navigation; import com.vaadin.navigator.View; diff --git a/frontend/src/main/resources/frontend-messages.properties b/frontend/src/main/resources/frontend-messages.properties index 52f39deda1..1b6a7c0099 100644 --- a/frontend/src/main/resources/frontend-messages.properties +++ b/frontend/src/main/resources/frontend-messages.properties @@ -632,8 +632,8 @@ RDFQueryView.validator = Query Validator RecordDetail.close = Close RecordDetail.excecution = Pipeline execution: -RecordDetail.message = Message: -RecordDetail.record.detail = Record detail +RecordDetail.message = Detail: +RecordDetail.record.detail = Event detail RecordDetail.short.message = Short message: RecordDetail.time = Time: RecordDetail.type = Type: diff --git a/frontend/src/main/resources/initial.html b/frontend/src/main/resources/initial.html index a889e57856..b1aa2f8c06 100644 --- a/frontend/src/main/resources/initial.html +++ b/frontend/src/main/resources/initial.html @@ -6,7 +6,7 @@

Welcome to the administration interface of UnifiedViews - ETL tool for RDF d

The tool uses data processing pipelines for obtaining, processing, and storing RDF data;
makes data processing highly customizable by allowing to use custom plugins -- data processing units (DPUs) -- on the pipelines;
provides monitoring, debugging, and scheduling of ETL tasks.
-

For more information, please visit the UnifiedViews documentation.

+

For more information, please visit the UnifiedViews documentation.

Version: ${project.version}

diff --git a/frontend/src/main/test/java/RepositoryFrontendHelperSysTest.java b/frontend/src/main/test/java/RepositoryFrontendHelperSysTest.java index b6c66505f3..cfeff5ca23 100644 --- a/frontend/src/main/test/java/RepositoryFrontendHelperSysTest.java +++ b/frontend/src/main/test/java/RepositoryFrontendHelperSysTest.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; diff --git a/frontend/src/main/webapp/WEB-INF/web_sso.xml b/frontend/src/main/webapp/WEB-INF/web_sso.xml index deda6c5151..1a8e4055a0 100644 --- a/frontend/src/main/webapp/WEB-INF/web_sso.xml +++ b/frontend/src/main/webapp/WEB-INF/web_sso.xml @@ -21,6 +21,7 @@ 30 + COOKIE @@ -55,7 +56,7 @@ org.jasig.cas.client.session.SingleSignOutHttpSessionListener - + probe cz.cuni.mff.xrg.odcs.frontend.monitor.ProbeServlet diff --git a/lib/LICENSE.md b/lib/LICENSE.md deleted file mode 100644 index ccbc51ac2c..0000000000 --- a/lib/LICENSE.md +++ /dev/null @@ -1,196 +0,0 @@ -GNU GENERAL PUBLIC LICENSE -==================== - -Version 3, 29 June 2007 -Copyright © 2007 Free Software Foundation, Inc. -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - -## Preamble ## - -The GNU General Public License is a free, copyleft license for software and other kinds of works. -The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - -To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. - -For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. - -Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. -For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. - -Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. -Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. - -The precise terms and conditions for copying, distribution and modification follow. - -## TERMS AND CONDITIONS ## - -### 0. Definitions. ### - - -“This License” refers to version 3 of the GNU General Public License. -“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. -“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. -To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. - -A “covered work” means either the unmodified Program or a work based on the Program. -To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. - -To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. - -An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. - -### 1. Source Code. ### - -The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. - -A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. - -The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. - -The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. - -However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. -The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. - -The Corresponding Source for a work in source code form is that same work. - -### 2. Basic Permissions. ### - -All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. - -You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. -Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. - -### 3. Protecting Users' Legal Rights From Anti-Circumvention Law. ### - -No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. - -When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. - -### 4. Conveying Verbatim Copies. ### - -You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. -You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. - -### 5. Conveying Modified Source Versions. ### - -You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: - -a) The work must carry prominent notices stating that you modified it, and giving a relevant date. -b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. -c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. -d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. - -A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. - -### 6. Conveying Non-Source Forms. ### - -You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: - -a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. -b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. -c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. -d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. -e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. -A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. - -A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. - -“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. - -If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). - -The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. - -Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. - -### 7. Additional Terms. ### - -“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. - -When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. - -Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: - -a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or -b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or -c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or -d) Limiting the use for publicity purposes of names of licensors or authors of the material; or -e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or -f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. - -All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. - -If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. -Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. - -### 8. Termination. ### - -You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). - -However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. - -Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. - -Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. - -### 9. Acceptance Not Required for Having Copies. ### - -You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. - -### 10. Automatic Licensing of Downstream Recipients. ### - -Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. - -An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. - -### 11. Patents. ### - -A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. -A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. -Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. - -In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. - -If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. - -If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. - -A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. -Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. - -### 12. No Surrender of Others' Freedom. ### - -If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - -### 13. Use with the GNU Affero General Public License. ### - -Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. - -### 14. Revised Versions of this License. ### - -The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. - -If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. - -Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. - -### 15. Disclaimer of Warranty. ### - -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -### 16. Limitation of Liability. ### - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -### 17. Interpretation of Sections 15 and 16. ### - -If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. - -END OF TERMS AND CONDITIONS diff --git a/lib/lib-core/LICENSE.md b/lib/lib-core/LICENSE.md deleted file mode 100644 index ccbc51ac2c..0000000000 --- a/lib/lib-core/LICENSE.md +++ /dev/null @@ -1,196 +0,0 @@ -GNU GENERAL PUBLIC LICENSE -==================== - -Version 3, 29 June 2007 -Copyright © 2007 Free Software Foundation, Inc. -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - -## Preamble ## - -The GNU General Public License is a free, copyleft license for software and other kinds of works. -The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - -To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. - -For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. - -Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. -For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. - -Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. -Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. - -The precise terms and conditions for copying, distribution and modification follow. - -## TERMS AND CONDITIONS ## - -### 0. Definitions. ### - - -“This License” refers to version 3 of the GNU General Public License. -“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. -“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. -To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. - -A “covered work” means either the unmodified Program or a work based on the Program. -To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. - -To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. - -An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. - -### 1. Source Code. ### - -The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. - -A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. - -The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. - -The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. - -However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. -The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. - -The Corresponding Source for a work in source code form is that same work. - -### 2. Basic Permissions. ### - -All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. - -You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. -Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. - -### 3. Protecting Users' Legal Rights From Anti-Circumvention Law. ### - -No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. - -When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. - -### 4. Conveying Verbatim Copies. ### - -You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. -You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. - -### 5. Conveying Modified Source Versions. ### - -You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: - -a) The work must carry prominent notices stating that you modified it, and giving a relevant date. -b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. -c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. -d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. - -A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. - -### 6. Conveying Non-Source Forms. ### - -You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: - -a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. -b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. -c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. -d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. -e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. -A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. - -A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. - -“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. - -If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). - -The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. - -Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. - -### 7. Additional Terms. ### - -“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. - -When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. - -Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: - -a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or -b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or -c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or -d) Limiting the use for publicity purposes of names of licensors or authors of the material; or -e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or -f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. - -All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. - -If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. -Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. - -### 8. Termination. ### - -You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). - -However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. - -Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. - -Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. - -### 9. Acceptance Not Required for Having Copies. ### - -You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. - -### 10. Automatic Licensing of Downstream Recipients. ### - -Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. - -An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. - -### 11. Patents. ### - -A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. -A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. -Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. - -In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. - -If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. - -If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. - -A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. -Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. - -### 12. No Surrender of Others' Freedom. ### - -If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - -### 13. Use with the GNU Affero General Public License. ### - -Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. - -### 14. Revised Versions of this License. ### - -The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. - -If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. - -Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. - -### 15. Disclaimer of Warranty. ### - -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -### 16. Limitation of Liability. ### - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -### 17. Interpretation of Sections 15 and 16. ### - -If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. - -END OF TERMS AND CONDITIONS diff --git a/lib/lib-core/pom.xml b/lib/lib-core/pom.xml index 04f334545d..f1fc909d17 100644 --- a/lib/lib-core/pom.xml +++ b/lib/lib-core/pom.xml @@ -3,9 +3,11 @@ eu.unifiedviews lib - 2.3.1 + 2.3.2 + ../pom.xml lib-core + 2.3.2 pom @@ -94,12 +96,12 @@ commons-codec commons-codec - 1.9 + 1.10 org.apache.servicemix.bundles org.apache.servicemix.bundles.poi - 3.11_1 + 3.14_1 org.apache.santuario diff --git a/lib/pom.xml b/lib/pom.xml index 60a38807b7..d8c5cff460 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -3,9 +3,11 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml lib + 2.3.2 pom @@ -17,13 +19,4 @@ lib-core - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/master/GPL-3.txt b/master/GPL-3.txt deleted file mode 100644 index ab41b45578..0000000000 --- a/master/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${license.project.name}. If not, see . diff --git a/master/LICENSE.md b/master/LICENSE.md index ccbc51ac2c..ef8b5d38e1 100644 --- a/master/LICENSE.md +++ b/master/LICENSE.md @@ -1,3 +1,22 @@ +UnifiedViews License - Module master +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module master) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module master - is released under the terms of GPLv3 or later http://www.gnu.org/licenses/gpl-3.0.html (or see license text below). + +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. + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU GENERAL PUBLIC LICENSE ==================== diff --git a/master/pom.xml b/master/pom.xml index 371b24804e..73955e425d 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -4,10 +4,12 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml war master + 2.3.2 master @@ -125,13 +127,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - - diff --git a/master/src/main/java/eu/unifiedviews/master/api/DPUResource.java b/master/src/main/java/eu/unifiedviews/master/api/DPUResource.java index a97f5d38c4..5cbfe1258f 100644 --- a/master/src/main/java/eu/unifiedviews/master/api/DPUResource.java +++ b/master/src/main/java/eu/unifiedviews/master/api/DPUResource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.api; import cz.cuni.mff.xrg.odcs.commons.app.auth.ShareType; diff --git a/master/src/main/java/eu/unifiedviews/master/api/ExecutionResource.java b/master/src/main/java/eu/unifiedviews/master/api/ExecutionResource.java index dce5f05522..0cf8c80e8c 100644 --- a/master/src/main/java/eu/unifiedviews/master/api/ExecutionResource.java +++ b/master/src/main/java/eu/unifiedviews/master/api/ExecutionResource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.api; import cz.cuni.mff.xrg.odcs.commons.app.execution.message.MessageRecord; diff --git a/master/src/main/java/eu/unifiedviews/master/api/PipelineResource.java b/master/src/main/java/eu/unifiedviews/master/api/PipelineResource.java index 6de56df724..f33a4fb0db 100644 --- a/master/src/main/java/eu/unifiedviews/master/api/PipelineResource.java +++ b/master/src/main/java/eu/unifiedviews/master/api/PipelineResource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.api; import static org.apache.commons.lang3.StringUtils.isNotEmpty; diff --git a/master/src/main/java/eu/unifiedviews/master/api/ScheduleResource.java b/master/src/main/java/eu/unifiedviews/master/api/ScheduleResource.java index f20defe526..5311de6e63 100644 --- a/master/src/main/java/eu/unifiedviews/master/api/ScheduleResource.java +++ b/master/src/main/java/eu/unifiedviews/master/api/ScheduleResource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.api; import cz.cuni.mff.xrg.odcs.commons.app.facade.PipelineFacade; diff --git a/master/src/main/java/eu/unifiedviews/master/api/UserResource.java b/master/src/main/java/eu/unifiedviews/master/api/UserResource.java index eb665ddfa7..ce3acc818d 100644 --- a/master/src/main/java/eu/unifiedviews/master/api/UserResource.java +++ b/master/src/main/java/eu/unifiedviews/master/api/UserResource.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.api; import com.fasterxml.jackson.databind.JsonNode; diff --git a/master/src/main/java/eu/unifiedviews/master/application/MasterApplication.java b/master/src/main/java/eu/unifiedviews/master/application/MasterApplication.java index 3add444e9b..8926f72b86 100644 --- a/master/src/main/java/eu/unifiedviews/master/application/MasterApplication.java +++ b/master/src/main/java/eu/unifiedviews/master/application/MasterApplication.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.application; import com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider; diff --git a/master/src/main/java/eu/unifiedviews/master/authentication/AuthenticationRequired.java b/master/src/main/java/eu/unifiedviews/master/authentication/AuthenticationRequired.java index 6aeaa3d6d8..d3b576d64b 100644 --- a/master/src/main/java/eu/unifiedviews/master/authentication/AuthenticationRequired.java +++ b/master/src/main/java/eu/unifiedviews/master/authentication/AuthenticationRequired.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.authentication; import java.lang.annotation.ElementType; diff --git a/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFeature.java b/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFeature.java index cbb4a51d8b..2c55cbaff3 100644 --- a/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFeature.java +++ b/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFeature.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.authentication; import org.springframework.beans.factory.annotation.Autowired; diff --git a/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFilter.java b/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFilter.java index 379af7158a..e9b34412fe 100644 --- a/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFilter.java +++ b/master/src/main/java/eu/unifiedviews/master/authentication/BasicAuthenticationFilter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.authentication; import static org.apache.commons.lang3.StringUtils.isEmpty; diff --git a/master/src/main/java/eu/unifiedviews/master/converter/ConvertUtils.java b/master/src/main/java/eu/unifiedviews/master/converter/ConvertUtils.java index b5f4aca078..9baaf1a737 100644 --- a/master/src/main/java/eu/unifiedviews/master/converter/ConvertUtils.java +++ b/master/src/main/java/eu/unifiedviews/master/converter/ConvertUtils.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.converter; import java.io.File; diff --git a/master/src/main/java/eu/unifiedviews/master/converter/MasterAuthenticationContext.java b/master/src/main/java/eu/unifiedviews/master/converter/MasterAuthenticationContext.java index 4f2a253c96..0f313a77c2 100644 --- a/master/src/main/java/eu/unifiedviews/master/converter/MasterAuthenticationContext.java +++ b/master/src/main/java/eu/unifiedviews/master/converter/MasterAuthenticationContext.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.converter; import cz.cuni.mff.xrg.odcs.commons.app.auth.AuthenticationContext; diff --git a/master/src/main/java/eu/unifiedviews/master/converter/PipelineDTOConverter.java b/master/src/main/java/eu/unifiedviews/master/converter/PipelineDTOConverter.java index e8da73007c..eefb22b436 100644 --- a/master/src/main/java/eu/unifiedviews/master/converter/PipelineDTOConverter.java +++ b/master/src/main/java/eu/unifiedviews/master/converter/PipelineDTOConverter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.converter; import java.util.ArrayList; diff --git a/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionDTOConverter.java b/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionDTOConverter.java index 050b8d91ff..f0e7cce01b 100644 --- a/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionDTOConverter.java +++ b/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionDTOConverter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.converter; import java.util.ArrayList; diff --git a/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionEventDTOConverter.java b/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionEventDTOConverter.java index f273bfc4b3..760b12ba78 100644 --- a/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionEventDTOConverter.java +++ b/master/src/main/java/eu/unifiedviews/master/converter/PipelineExecutionEventDTOConverter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.converter; import java.util.ArrayList; diff --git a/master/src/main/java/eu/unifiedviews/master/converter/ScheduleDTOConverter.java b/master/src/main/java/eu/unifiedviews/master/converter/ScheduleDTOConverter.java index 84890fc968..47d8c9b1f2 100644 --- a/master/src/main/java/eu/unifiedviews/master/converter/ScheduleDTOConverter.java +++ b/master/src/main/java/eu/unifiedviews/master/converter/ScheduleDTOConverter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.converter; import java.util.ArrayList; diff --git a/master/src/main/java/eu/unifiedviews/master/converter/ScheduledExecutionDTOConverter.java b/master/src/main/java/eu/unifiedviews/master/converter/ScheduledExecutionDTOConverter.java index 9390fe9ae6..32341236d9 100644 --- a/master/src/main/java/eu/unifiedviews/master/converter/ScheduledExecutionDTOConverter.java +++ b/master/src/main/java/eu/unifiedviews/master/converter/ScheduledExecutionDTOConverter.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.converter; import java.util.ArrayList; diff --git a/master/src/main/java/eu/unifiedviews/master/i18n/Messages.java b/master/src/main/java/eu/unifiedviews/master/i18n/Messages.java index 540683495c..7b32eacdf9 100644 --- a/master/src/main/java/eu/unifiedviews/master/i18n/Messages.java +++ b/master/src/main/java/eu/unifiedviews/master/i18n/Messages.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.i18n; import java.text.MessageFormat; diff --git a/master/src/main/java/eu/unifiedviews/master/model/ApiException.java b/master/src/main/java/eu/unifiedviews/master/model/ApiException.java index 032ff0dfc6..13c844ded9 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/ApiException.java +++ b/master/src/main/java/eu/unifiedviews/master/model/ApiException.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; import org.slf4j.Logger; diff --git a/master/src/main/java/eu/unifiedviews/master/model/DPUInstanceDTO.java b/master/src/main/java/eu/unifiedviews/master/model/DPUInstanceDTO.java index e1dcd30c69..693d86d49d 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/DPUInstanceDTO.java +++ b/master/src/main/java/eu/unifiedviews/master/model/DPUInstanceDTO.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; public class DPUInstanceDTO { diff --git a/master/src/main/java/eu/unifiedviews/master/model/ErrorResponse.java b/master/src/main/java/eu/unifiedviews/master/model/ErrorResponse.java index e2bfb2977e..a94e62f57d 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/ErrorResponse.java +++ b/master/src/main/java/eu/unifiedviews/master/model/ErrorResponse.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; public class ErrorResponse { diff --git a/master/src/main/java/eu/unifiedviews/master/model/MasterExceptionMapper.java b/master/src/main/java/eu/unifiedviews/master/model/MasterExceptionMapper.java index e4e3e55819..54c43dad70 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/MasterExceptionMapper.java +++ b/master/src/main/java/eu/unifiedviews/master/model/MasterExceptionMapper.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; import eu.unifiedviews.master.i18n.Messages; diff --git a/master/src/main/java/eu/unifiedviews/master/model/PipelineDTO.java b/master/src/main/java/eu/unifiedviews/master/model/PipelineDTO.java index 98b01e6e8a..f0b34eb4d1 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/PipelineDTO.java +++ b/master/src/main/java/eu/unifiedviews/master/model/PipelineDTO.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; public class PipelineDTO { diff --git a/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionDTO.java b/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionDTO.java index 969a514940..77fc295663 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionDTO.java +++ b/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionDTO.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; import cz.cuni.mff.xrg.odcs.commons.app.pipeline.PipelineExecutionStatus; diff --git a/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionEventDTO.java b/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionEventDTO.java index 7818c77098..5f8b12ec9f 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionEventDTO.java +++ b/master/src/main/java/eu/unifiedviews/master/model/PipelineExecutionEventDTO.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; import cz.cuni.mff.xrg.odcs.commons.app.execution.message.MessageRecordType; diff --git a/master/src/main/java/eu/unifiedviews/master/model/PipelineScheduleDTO.java b/master/src/main/java/eu/unifiedviews/master/model/PipelineScheduleDTO.java index 774625f88a..82261487f7 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/PipelineScheduleDTO.java +++ b/master/src/main/java/eu/unifiedviews/master/model/PipelineScheduleDTO.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; import java.util.List; diff --git a/master/src/main/java/eu/unifiedviews/master/model/ScheduledExecutionDTO.java b/master/src/main/java/eu/unifiedviews/master/model/ScheduledExecutionDTO.java index 84062392ad..99cfd45bc0 100644 --- a/master/src/main/java/eu/unifiedviews/master/model/ScheduledExecutionDTO.java +++ b/master/src/main/java/eu/unifiedviews/master/model/ScheduledExecutionDTO.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with UnifiedViews. If not, see . - */ package eu.unifiedviews.master.model; import java.util.Map; diff --git a/module-test/LGPL-3.txt b/module-test/LGPL-3.txt deleted file mode 100644 index 22631dbd2c..0000000000 --- a/module-test/LGPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${license.project.name}. - -${license.project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${license.project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with ${license.project.name}. If not, see . diff --git a/module-test/LICENSE.md b/module-test/LICENSE.md index cb564dabeb..fd7e7370ad 100644 --- a/module-test/LICENSE.md +++ b/module-test/LICENSE.md @@ -1,3 +1,21 @@ +UnifiedViews License - Module module-test +==================== + +UnifiedViews (hereafter meant as UnifiedViews - Module module-test) is meant to be an free and open source for all now and in future. +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. + +Open source Software License +==================== + +The Open Source version of UnifiedViews - Module module-test - is released under the terms of LGPLv3 or later http://opensource.org/licenses/lgpl-3.0.html (or see license text below). + + +Commercial Software License +==================== + +The commercial version allows to use, modify, copy and distribute without any restrictions as stated in the commercial license agreement. + + GNU Lesser General Public License ================================= diff --git a/module-test/pom.xml b/module-test/pom.xml index a02d61e69c..1bc79e593e 100644 --- a/module-test/pom.xml +++ b/module-test/pom.xml @@ -3,9 +3,11 @@ eu.unifiedviews uv-core - 2.3.1 + 2.3.2 + ../pom.xml module-test + 2.3.2 Contains classes for test support. @@ -68,15 +70,6 @@ - - - - GNU Lesser General Public License, Version 3 - https://www.gnu.org/licenses/lgpl-3.0.txt - repo - - - diff --git a/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/TestEnvironment.java b/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/TestEnvironment.java index 7e7a2dd083..b69fbdcdda 100644 --- a/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/TestEnvironment.java +++ b/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/TestEnvironment.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.dpu.test; import java.io.File; diff --git a/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/context/TestContext.java b/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/context/TestContext.java index 8eeadb7f84..97e1daaa6c 100644 --- a/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/context/TestContext.java +++ b/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/context/TestContext.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.dpu.test.context; import java.io.File; diff --git a/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/data/TestDataUnitFactory.java b/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/data/TestDataUnitFactory.java index c8d6fc2e96..599bf36551 100644 --- a/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/data/TestDataUnitFactory.java +++ b/module-test/src/main/java/cz/cuni/mff/xrg/odcs/dpu/test/data/TestDataUnitFactory.java @@ -1,19 +1,3 @@ -/** - * This file is part of UnifiedViews. - * - * UnifiedViews is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * UnifiedViews is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with UnifiedViews. If not, see . - */ package cz.cuni.mff.xrg.odcs.dpu.test.data; import java.io.File; diff --git a/pom.xml b/pom.xml index b6feb81e82..2a8fe43cb6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ eu.unifiedviews uv-pom - 2.1.6 - ../uv-pom/pom.xml + 2.1.7 + eu.unifiedviews uv-core - 2.3.1 + 2.3.2 pom UnifiedViews-Core @@ -25,11 +25,11 @@ ${unifiedviews.api.version} - 2.1.6 + 2.1.7 ${unifiedviews.api.version} ${unifiedviews.api.version} ${unifiedviews.api.version} - 2.1.6 + 2.1.7 ${project.version} @@ -52,8 +52,8 @@ 3.4 1.4.0 1.4.182 - 4.5.1 - 4.4.4 + 4.5.2 + 4.4.5 4.3.1 0.1.49_1 1.4.01 @@ -122,22 +122,21 @@ - + - releases - https://mvn.semantic-web.at/nexus/content/repositories/releases - - - snapshots - https://mvn.semantic-web.at/nexus/content/repositories/snapshots - - + uv-releases + http://repository.unifiedviews.eu/nexus/content/repositories/releases + + + uv-snapshots + http://repository.unifiedviews.eu/nexus/content/repositories/snapshots/ + maven.eea.sk maven.eea.sk-public http://maven.eea.sk/artifactory/public/ - + com.springsource.repository.bundles.release SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases @@ -184,14 +183,14 @@ **/package-info.java - + @@ -350,13 +349,4 @@ - - - - GNU General Public License, Version 3 - https://www.gnu.org/licenses/gpl-3.0.txt - repo - - -