Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Table Data Transform
Commits
352c301a
Commit
352c301a
authored
Jul 28, 2021
by
Jonas Waeber
Browse files
Update licence headers.
parent
4dbadde1
Changes
12
Show whitespace changes
Inline
Side-by-side
src/main/kotlin/App.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase
import
kotlin.system.exitProcess
...
...
src/main/kotlin/Extensions.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020-2021 Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase
import
org.apache.poi.ss.usermodel.CellType
...
...
src/main/kotlin/KafkaTopology.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase
import
ch.memobase.reporting.Report
...
...
src/main/kotlin/Service.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase
import
ch.memobase.settings.SettingsLoader
...
...
src/main/kotlin/TableParser.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase
import
ch.memobase.exceptions.InvalidInputException
...
...
src/main/kotlin/UtilityFunctions.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase
import
org.apache.poi.ss.usermodel.Cell
...
...
src/main/kotlin/models/Formats.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase.models
object
Formats
{
...
...
src/main/kotlin/models/Message.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase.models
data class
Message
(
...
...
src/main/kotlin/models/ResultMessage.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase.models
import
ch.memobase.reporting.Report
...
...
src/main/resources/log4j2.xml
View file @
352c301a
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ baseline-preprocessor
~
Copyright (C) 20
19 Project Swissbib <http://swissbib.org>
~
~
This program is free software: you can redistribute it and/or modify
~
it under the terms of the GNU Affero General Public License as published by
~
the Free Software Foundation, either version 3 of the License, or
~
(at your option) any later version.
~
~
This program is distributed in the hope that it will be useful,
~
but WITHOUT ANY WARRANTY; without even the implied warranty of
~
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~
GNU Affero General Public License for more details.
~
~
You should have received a copy of the GNU Affero General Public License
~
along with this program. If not, see <https://www.gnu.org/licenses/>.
* table-data-transform Service
*
Copyright (C) 20
20-2021 Memoriav
*
*
This program is free software: you can redistribute it and/or modify
*
it under the terms of the GNU Affero General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
This program is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU Affero General Public License for more details.
*
*
You should have received a copy of the GNU Affero General Public License
*
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<Configuration
status=
"info"
name=
"skeleton-app"
packages=
""
>
...
...
src/test/kotlin/TestIntegration.kt
View file @
352c301a
/*
*
record-parser
* Copyright (C) 20
19
Memo
base
*
Table Data Import Service
* Copyright (C) 20
20-2021
Memo
riav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
src/test/kotlin/TestParams.kt
View file @
352c301a
/*
* Table Data Import Service
* Copyright (C) 2020 Memoriav
* Copyright (C) 2020
-2021
Memoriav
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
...
...
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package
org.memobase
data class
TestParams
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment