diff --git a/Harmony_Individual_Contributor_Assignment_Agreement.txt b/Harmony_Individual_Contributor_Assignment_Agreement.txt
index d6d5a38d9..44a0f4c58 100644
--- a/Harmony_Individual_Contributor_Assignment_Agreement.txt
+++ b/Harmony_Individual_Contributor_Assignment_Agreement.txt
@@ -143,7 +143,7 @@ ________________________
Us:
Name: Simon Redfern
-Title: CEO, TESOBE Ltd
+Title: CEO, TESOBE GmbH
Address: Osloerstrasse 16/17, Berlin 13359, Germany
diff --git a/NOTICE b/NOTICE
index 2060d92c9..baef58c62 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Open Bank Project API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/bootstrap/liftweb/Boot.scala b/obp-api/src/main/scala/bootstrap/liftweb/Boot.scala
index 8d84d4b53..5f195ce8e 100644
--- a/obp-api/src/main/scala/bootstrap/liftweb/Boot.scala
+++ b/obp-api/src/main/scala/bootstrap/liftweb/Boot.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/APIBuilder/APIBuilderModel.scala b/obp-api/src/main/scala/code/api/APIBuilder/APIBuilderModel.scala
index 515027868..ae33852e3 100644
--- a/obp-api/src/main/scala/code/api/APIBuilder/APIBuilderModel.scala
+++ b/obp-api/src/main/scala/code/api/APIBuilder/APIBuilderModel.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
@@ -496,7 +496,7 @@ object APIBuilderModel
val apiSource: Source = source"""
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -512,7 +512,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
@@ -619,7 +619,7 @@ $modelTrait
source"""
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -635,7 +635,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/APIBuilder/apiResourceDoc/APIBuilder.scala b/obp-api/src/main/scala/code/api/APIBuilder/apiResourceDoc/APIBuilder.scala
index 81c1ac0db..332f6a80e 100644
--- a/obp-api/src/main/scala/code/api/APIBuilder/apiResourceDoc/APIBuilder.scala
+++ b/obp-api/src/main/scala/code/api/APIBuilder/apiResourceDoc/APIBuilder.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
@@ -333,7 +333,7 @@ object APIBuilder
val apiSource: Source = source"""
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -349,7 +349,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
@@ -456,7 +456,7 @@ $modelTrait
val jsonFactorySource: Source =source"""
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -472,7 +472,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/APIBuilder/swagger/APIBuilderSwagger.scala b/obp-api/src/main/scala/code/api/APIBuilder/swagger/APIBuilderSwagger.scala
index a8c16cf2d..061eee7ba 100644
--- a/obp-api/src/main/scala/code/api/APIBuilder/swagger/APIBuilderSwagger.scala
+++ b/obp-api/src/main/scala/code/api/APIBuilder/swagger/APIBuilderSwagger.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
@@ -281,7 +281,7 @@ object APIBuilderSwagger {
val apiSource: Source = source"""
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -297,7 +297,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
@@ -403,7 +403,7 @@ $modelTrait
val jsonFactorySource: Source =source"""
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -419,7 +419,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/APIBuilder/swagger/swaggerResource.json b/obp-api/src/main/scala/code/api/APIBuilder/swagger/swaggerResource.json
index 2c9a845ce..88b7a13fe 100644
--- a/obp-api/src/main/scala/code/api/APIBuilder/swagger/swaggerResource.json
+++ b/obp-api/src/main/scala/code/api/APIBuilder/swagger/swaggerResource.json
@@ -2,9 +2,9 @@
"openapi": "3.0.0",
"info": {
"title": "Open Bank Project API",
- "description": "An Open Source API for Banks. (c) TESOBE Ltd. 2011 - 2018. Licensed under the AGPL and commercial licences.",
+ "description": "An Open Source API for Banks. (c) TESOBE GmbH. 2011 - 2018. Licensed under the AGPL and commercial licences.",
"contact": {
- "name": "TESOBE Ltd. / Open Bank Project",
+ "name": "TESOBE GmbH. / Open Bank Project",
"url": "https://openbankproject.com",
"email": "contact@tesobe.com"
},
diff --git a/obp-api/src/main/scala/code/api/AUOpenBanking/v1_0_0/ApiCollector.scala b/obp-api/src/main/scala/code/api/AUOpenBanking/v1_0_0/ApiCollector.scala
index 16c8c69e6..5d89be11e 100644
--- a/obp-api/src/main/scala/code/api/AUOpenBanking/v1_0_0/ApiCollector.scala
+++ b/obp-api/src/main/scala/code/api/AUOpenBanking/v1_0_0/ApiCollector.scala
@@ -1,6 +1,6 @@
/**
* Open Bank Project - API
- * Copyright (C) 2011-2018, TESOBE Ltd
+ * Copyright (C) 2011-2018, TESOBE GmbH
**
*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
@@ -16,7 +16,7 @@
*along with this program. If not, see .
**
*Email: contact@tesobe.com
- *TESOBE Ltd
+ *TESOBE GmbH
*Osloerstrasse 16/17
*Berlin 13359, Germany
**
diff --git a/obp-api/src/main/scala/code/api/ErrorMessageJsonAST.scala b/obp-api/src/main/scala/code/api/ErrorMessageJsonAST.scala
index 65299e68b..0ce95c1c3 100644
--- a/obp-api/src/main/scala/code/api/ErrorMessageJsonAST.scala
+++ b/obp-api/src/main/scala/code/api/ErrorMessageJsonAST.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/GatewayLogin.scala b/obp-api/src/main/scala/code/api/GatewayLogin.scala
index 085a1502b..a421af7d5 100755
--- a/obp-api/src/main/scala/code/api/GatewayLogin.scala
+++ b/obp-api/src/main/scala/code/api/GatewayLogin.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/OAuth2.scala b/obp-api/src/main/scala/code/api/OAuth2.scala
index 715502d0b..4d1dfbe86 100644
--- a/obp-api/src/main/scala/code/api/OAuth2.scala
+++ b/obp-api/src/main/scala/code/api/OAuth2.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/OBPRestHelper.scala b/obp-api/src/main/scala/code/api/OBPRestHelper.scala
index efb788c69..8efbdc5d7 100644
--- a/obp-api/src/main/scala/code/api/OBPRestHelper.scala
+++ b/obp-api/src/main/scala/code/api/OBPRestHelper.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/Polish/v2_1_1_1/OBP_PAPI_2_1_1_1.scala b/obp-api/src/main/scala/code/api/Polish/v2_1_1_1/OBP_PAPI_2_1_1_1.scala
index 3ea212737..88236e6a3 100644
--- a/obp-api/src/main/scala/code/api/Polish/v2_1_1_1/OBP_PAPI_2_1_1_1.scala
+++ b/obp-api/src/main/scala/code/api/Polish/v2_1_1_1/OBP_PAPI_2_1_1_1.scala
@@ -1,6 +1,6 @@
/**
* Open Bank Project - API
- * Copyright (C) 2011-2018, TESOBE Ltd
+ * Copyright (C) 2011-2018, TESOBE GmbH
**
*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
@@ -16,7 +16,7 @@
*along with this program. If not, see .
**
*Email: contact@tesobe.com
- *TESOBE Ltd
+ *TESOBE GmbH
*Osloerstrasse 16/17
*Berlin 13359, Germany
**
diff --git a/obp-api/src/main/scala/code/api/ResourceDocs1_4_0/SwaggerJSONFactory.scala b/obp-api/src/main/scala/code/api/ResourceDocs1_4_0/SwaggerJSONFactory.scala
index a85d09692..a9c5c0fc6 100644
--- a/obp-api/src/main/scala/code/api/ResourceDocs1_4_0/SwaggerJSONFactory.scala
+++ b/obp-api/src/main/scala/code/api/ResourceDocs1_4_0/SwaggerJSONFactory.scala
@@ -195,8 +195,8 @@ object SwaggerJSONFactory {
implicit val formats = CustomJsonFormats.formats
val infoTitle = "Open Bank Project API"
- val infoDescription = "An Open Source API for Banks. (c) TESOBE Ltd. 2011 - 2018. Licensed under the AGPL and commercial licences."
- val infoContact = InfoContactJson("TESOBE Ltd. / Open Bank Project", "https://openbankproject.com" ,"contact@tesobe.com")
+ val infoDescription = "An Open Source API for Banks. (c) TESOBE GmbH. 2011 - 2018. Licensed under the AGPL and commercial licences."
+ val infoContact = InfoContactJson("TESOBE GmbH. / Open Bank Project", "https://openbankproject.com" ,"contact@tesobe.com")
val infoApiVersion = requestedApiVersion
val info = InfoJson(infoTitle, infoDescription, infoContact, infoApiVersion.toString)
val host = APIUtil.getPropsValue("hostname", "unknown host").replaceFirst("http://", "").replaceFirst("https://", "")
diff --git a/obp-api/src/main/scala/code/api/STET/v1_4/OBP_STET_1_4.scala b/obp-api/src/main/scala/code/api/STET/v1_4/OBP_STET_1_4.scala
index d6e4c02a3..75b156f03 100644
--- a/obp-api/src/main/scala/code/api/STET/v1_4/OBP_STET_1_4.scala
+++ b/obp-api/src/main/scala/code/api/STET/v1_4/OBP_STET_1_4.scala
@@ -1,6 +1,6 @@
/**
* Open Bank Project - API
- * Copyright (C) 2011-2018, TESOBE Ltd
+ * Copyright (C) 2011-2018, TESOBE GmbH
**
*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
@@ -16,7 +16,7 @@
*along with this program. If not, see .
**
*Email: contact@tesobe.com
- *TESOBE Ltd
+ *TESOBE GmbH
*Osloerstrasse 16/17
*Berlin 13359, Germany
**
diff --git a/obp-api/src/main/scala/code/api/UKOpenBanking/v2_0_0/OBP_UKOpenBanking_200.scala b/obp-api/src/main/scala/code/api/UKOpenBanking/v2_0_0/OBP_UKOpenBanking_200.scala
index 16b04f919..d3743f074 100644
--- a/obp-api/src/main/scala/code/api/UKOpenBanking/v2_0_0/OBP_UKOpenBanking_200.scala
+++ b/obp-api/src/main/scala/code/api/UKOpenBanking/v2_0_0/OBP_UKOpenBanking_200.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/UKOpenBanking/v3_1_0/OBP_UKOpenBanking_310.scala b/obp-api/src/main/scala/code/api/UKOpenBanking/v3_1_0/OBP_UKOpenBanking_310.scala
index d4c988e08..ead675d68 100644
--- a/obp-api/src/main/scala/code/api/UKOpenBanking/v3_1_0/OBP_UKOpenBanking_310.scala
+++ b/obp-api/src/main/scala/code/api/UKOpenBanking/v3_1_0/OBP_UKOpenBanking_310.scala
@@ -1,6 +1,6 @@
/**
* Open Bank Project - API
- * Copyright (C) 2011-2018, TESOBE Ltd
+ * Copyright (C) 2011-2018, TESOBE GmbH
**
*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
@@ -16,7 +16,7 @@
*along with this program. If not, see .
**
*Email: contact@tesobe.com
- *TESOBE Ltd
+ *TESOBE GmbH
*Osloerstrasse 16/17
*Berlin 13359, Germany
**
diff --git a/obp-api/src/main/scala/code/api/berlin/group/v1/OBP_BERLIN_GROUP_1.scala b/obp-api/src/main/scala/code/api/berlin/group/v1/OBP_BERLIN_GROUP_1.scala
index 3be2f5132..dac7d1abb 100644
--- a/obp-api/src/main/scala/code/api/berlin/group/v1/OBP_BERLIN_GROUP_1.scala
+++ b/obp-api/src/main/scala/code/api/berlin/group/v1/OBP_BERLIN_GROUP_1.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/berlin/group/v1_3/OBP_BERLIN_GROUP_1_3.scala b/obp-api/src/main/scala/code/api/berlin/group/v1_3/OBP_BERLIN_GROUP_1_3.scala
index 7e77f3ffe..bd3486563 100644
--- a/obp-api/src/main/scala/code/api/berlin/group/v1_3/OBP_BERLIN_GROUP_1_3.scala
+++ b/obp-api/src/main/scala/code/api/berlin/group/v1_3/OBP_BERLIN_GROUP_1_3.scala
@@ -1,6 +1,6 @@
/**
* Open Bank Project - API
- * Copyright (C) 2011-2018, TESOBE Ltd
+ * Copyright (C) 2011-2018, TESOBE GmbH
**
*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
@@ -16,7 +16,7 @@
*along with this program. If not, see .
**
*Email: contact@tesobe.com
- *TESOBE Ltd
+ *TESOBE GmbH
*Osloerstrasse 16/17
*Berlin 13359, Germany
**
diff --git a/obp-api/src/main/scala/code/api/directlogin.scala b/obp-api/src/main/scala/code/api/directlogin.scala
index 834aa58ad..e6ce709cd 100644
--- a/obp-api/src/main/scala/code/api/directlogin.scala
+++ b/obp-api/src/main/scala/code/api/directlogin.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/oauth1.0.scala b/obp-api/src/main/scala/code/api/oauth1.0.scala
index 3bb4fea7a..d94b3ffc0 100644
--- a/obp-api/src/main/scala/code/api/oauth1.0.scala
+++ b/obp-api/src/main/scala/code/api/oauth1.0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/openidconnect.scala b/obp-api/src/main/scala/code/api/openidconnect.scala
index 7757e921e..56e7c7d64 100644
--- a/obp-api/src/main/scala/code/api/openidconnect.scala
+++ b/obp-api/src/main/scala/code/api/openidconnect.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/util/APIUtil.scala b/obp-api/src/main/scala/code/api/util/APIUtil.scala
index f03d1852b..e301f37ec 100644
--- a/obp-api/src/main/scala/code/api/util/APIUtil.scala
+++ b/obp-api/src/main/scala/code/api/util/APIUtil.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v1_2/JSONFactory1.2.scala b/obp-api/src/main/scala/code/api/v1_2/JSONFactory1.2.scala
index 31031dfb1..8ed8c0145 100644
--- a/obp-api/src/main/scala/code/api/v1_2/JSONFactory1.2.scala
+++ b/obp-api/src/main/scala/code/api/v1_2/JSONFactory1.2.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v1_2/OBPAPI1.2.scala b/obp-api/src/main/scala/code/api/v1_2/OBPAPI1.2.scala
index 9d6f2fffc..6114b1b01 100644
--- a/obp-api/src/main/scala/code/api/v1_2/OBPAPI1.2.scala
+++ b/obp-api/src/main/scala/code/api/v1_2/OBPAPI1.2.scala
@@ -1,6 +1,6 @@
///**
//Open Bank Project - API
-//Copyright (C) 2011-2018, TESOBE Ltd
+//Copyright (C) 2011-2018, TESOBE GmbH
//
//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
@@ -16,7 +16,7 @@
//along with this program. If not, see .
//
//Email: contact@tesobe.com
-//TESOBE Ltd
+//TESOBE GmbH
//Osloerstrasse 16/17
//Berlin 13359, Germany
//
diff --git a/obp-api/src/main/scala/code/api/v1_2_1/JSONFactory1.2.1.scala b/obp-api/src/main/scala/code/api/v1_2_1/JSONFactory1.2.1.scala
index 2224c7b2e..3cb4ae42b 100644
--- a/obp-api/src/main/scala/code/api/v1_2_1/JSONFactory1.2.1.scala
+++ b/obp-api/src/main/scala/code/api/v1_2_1/JSONFactory1.2.1.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v1_2_1/OBPAPI1.2.1.scala b/obp-api/src/main/scala/code/api/v1_2_1/OBPAPI1.2.1.scala
index 5c7b8bc80..77e1ba7cb 100644
--- a/obp-api/src/main/scala/code/api/v1_2_1/OBPAPI1.2.1.scala
+++ b/obp-api/src/main/scala/code/api/v1_2_1/OBPAPI1.2.1.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v2_0_0/JSONFactory2.0.0.scala b/obp-api/src/main/scala/code/api/v2_0_0/JSONFactory2.0.0.scala
index 8ad6281f8..29e934b7b 100644
--- a/obp-api/src/main/scala/code/api/v2_0_0/JSONFactory2.0.0.scala
+++ b/obp-api/src/main/scala/code/api/v2_0_0/JSONFactory2.0.0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v2_0_0/OBPAPI2_0_0.scala b/obp-api/src/main/scala/code/api/v2_0_0/OBPAPI2_0_0.scala
index b34a23e74..ea5fd55eb 100644
--- a/obp-api/src/main/scala/code/api/v2_0_0/OBPAPI2_0_0.scala
+++ b/obp-api/src/main/scala/code/api/v2_0_0/OBPAPI2_0_0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v2_1_0/JSONFactory2.1.0.scala b/obp-api/src/main/scala/code/api/v2_1_0/JSONFactory2.1.0.scala
index 7dbe846e7..34bc51d1e 100644
--- a/obp-api/src/main/scala/code/api/v2_1_0/JSONFactory2.1.0.scala
+++ b/obp-api/src/main/scala/code/api/v2_1_0/JSONFactory2.1.0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v2_1_0/OBPAPI2_1_0.scala b/obp-api/src/main/scala/code/api/v2_1_0/OBPAPI2_1_0.scala
index c70a76562..902ef708c 100644
--- a/obp-api/src/main/scala/code/api/v2_1_0/OBPAPI2_1_0.scala
+++ b/obp-api/src/main/scala/code/api/v2_1_0/OBPAPI2_1_0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v2_2_0/JSONFactory2.2.0.scala b/obp-api/src/main/scala/code/api/v2_2_0/JSONFactory2.2.0.scala
index 2331f4654..1eec9a608 100644
--- a/obp-api/src/main/scala/code/api/v2_2_0/JSONFactory2.2.0.scala
+++ b/obp-api/src/main/scala/code/api/v2_2_0/JSONFactory2.2.0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v3_0_0/JSONFactory3.0.0.scala b/obp-api/src/main/scala/code/api/v3_0_0/JSONFactory3.0.0.scala
index 0a649fcc6..8abe62680 100644
--- a/obp-api/src/main/scala/code/api/v3_0_0/JSONFactory3.0.0.scala
+++ b/obp-api/src/main/scala/code/api/v3_0_0/JSONFactory3.0.0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v3_0_0/OBPAPI3_0_0.scala b/obp-api/src/main/scala/code/api/v3_0_0/OBPAPI3_0_0.scala
index d5f487b6c..5c03c7f1b 100644
--- a/obp-api/src/main/scala/code/api/v3_0_0/OBPAPI3_0_0.scala
+++ b/obp-api/src/main/scala/code/api/v3_0_0/OBPAPI3_0_0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v3_0_0/custom/JSONFactoryCustom3.0.0.scala b/obp-api/src/main/scala/code/api/v3_0_0/custom/JSONFactoryCustom3.0.0.scala
index f595fc1d9..880eb644f 100644
--- a/obp-api/src/main/scala/code/api/v3_0_0/custom/JSONFactoryCustom3.0.0.scala
+++ b/obp-api/src/main/scala/code/api/v3_0_0/custom/JSONFactoryCustom3.0.0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v3_1_0/JSONFactory3.1.0.scala b/obp-api/src/main/scala/code/api/v3_1_0/JSONFactory3.1.0.scala
index 6cda4afb0..90a1e2c0f 100644
--- a/obp-api/src/main/scala/code/api/v3_1_0/JSONFactory3.1.0.scala
+++ b/obp-api/src/main/scala/code/api/v3_1_0/JSONFactory3.1.0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v3_1_0/OBPAPI3_1_0.scala b/obp-api/src/main/scala/code/api/v3_1_0/OBPAPI3_1_0.scala
index ca9cf884b..21d501928 100644
--- a/obp-api/src/main/scala/code/api/v3_1_0/OBPAPI3_1_0.scala
+++ b/obp-api/src/main/scala/code/api/v3_1_0/OBPAPI3_1_0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/api/v4_0_0/JSONFactory4.0.0.scala b/obp-api/src/main/scala/code/api/v4_0_0/JSONFactory4.0.0.scala
index a1e79f329..64623a2d2 100644
--- a/obp-api/src/main/scala/code/api/v4_0_0/JSONFactory4.0.0.scala
+++ b/obp-api/src/main/scala/code/api/v4_0_0/JSONFactory4.0.0.scala
@@ -1,6 +1,6 @@
/**
* Open Bank Project - API
- * Copyright (C) 2011-2018, TESOBE Ltd
+ * Copyright (C) 2011-2018, TESOBE GmbH
* *
* 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
@@ -16,7 +16,7 @@
* along with this program. If not, see .
* *
* Email: contact@tesobe.com
- * TESOBE Ltd
+ * TESOBE GmbH
* Osloerstrasse 16/17
* Berlin 13359, Germany
* *
diff --git a/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala b/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala
index 39d261225..afd343b5f 100644
--- a/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala
+++ b/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector.scala b/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector.scala
index c2cab601f..535cc5dd3 100644
--- a/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector.scala
@@ -2,7 +2,7 @@ package code.bankconnectors
/*
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
*/
diff --git a/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector_JVMcompatible.scala b/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector_JVMcompatible.scala
index 691250716..ee4d60b23 100644
--- a/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector_JVMcompatible.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/KafkaMappedConnector_JVMcompatible.scala
@@ -2,7 +2,7 @@ package code.bankconnectors
/*
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
*/
diff --git a/obp-api/src/main/scala/code/bankconnectors/rest/RestConnector_vMar2019.scala b/obp-api/src/main/scala/code/bankconnectors/rest/RestConnector_vMar2019.scala
index 5ba0cdf5e..881e76dca 100644
--- a/obp-api/src/main/scala/code/bankconnectors/rest/RestConnector_vMar2019.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/rest/RestConnector_vMar2019.scala
@@ -2,7 +2,7 @@ package code.bankconnectors.rest
/*
Open Bank Project - API
-Copyright (C) 2011-2017, TESOBE Ltd
+Copyright (C) 2011-2017, TESOBE GmbH
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
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
*/
diff --git a/obp-api/src/main/scala/code/bankconnectors/vJune2017/KafkaMappedConnector_vJune2017.scala b/obp-api/src/main/scala/code/bankconnectors/vJune2017/KafkaMappedConnector_vJune2017.scala
index c8ef5fffc..b09d79bff 100644
--- a/obp-api/src/main/scala/code/bankconnectors/vJune2017/KafkaMappedConnector_vJune2017.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/vJune2017/KafkaMappedConnector_vJune2017.scala
@@ -2,7 +2,7 @@ package code.bankconnectors.vJune2017
/*
Open Bank Project - API
-Copyright (C) 2011-2017, TESOBE Ltd
+Copyright (C) 2011-2017, TESOBE GmbH
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
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
*/
diff --git a/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaJsonFactory_vMar2017.scala b/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaJsonFactory_vMar2017.scala
index 02bfb6276..938836f16 100644
--- a/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaJsonFactory_vMar2017.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaJsonFactory_vMar2017.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaMappedConnector_vMar2017.scala b/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaMappedConnector_vMar2017.scala
index 49d9b03db..78b001d62 100644
--- a/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaMappedConnector_vMar2017.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/vMar2017/KafkaMappedConnector_vMar2017.scala
@@ -2,7 +2,7 @@ package code.bankconnectors.vMar2017
/*
Open Bank Project - API
-Copyright (C) 2011-2017, TESOBE Ltd
+Copyright (C) 2011-2017, TESOBE GmbH
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
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
*/
diff --git a/obp-api/src/main/scala/code/bankconnectors/vMay2019/KafkaMappedConnector_vMay2019.scala b/obp-api/src/main/scala/code/bankconnectors/vMay2019/KafkaMappedConnector_vMay2019.scala
index b49169d3f..7709d7360 100644
--- a/obp-api/src/main/scala/code/bankconnectors/vMay2019/KafkaMappedConnector_vMay2019.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/vMay2019/KafkaMappedConnector_vMay2019.scala
@@ -2,7 +2,7 @@ package code.bankconnectors.vMay2019
/*
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
*/
diff --git a/obp-api/src/main/scala/code/bankconnectors/vSept2018/KafkaMappedConnector_vSept2018.scala b/obp-api/src/main/scala/code/bankconnectors/vSept2018/KafkaMappedConnector_vSept2018.scala
index aff98b5f0..cb679668b 100644
--- a/obp-api/src/main/scala/code/bankconnectors/vSept2018/KafkaMappedConnector_vSept2018.scala
+++ b/obp-api/src/main/scala/code/bankconnectors/vSept2018/KafkaMappedConnector_vSept2018.scala
@@ -2,7 +2,7 @@ package code.bankconnectors.vSept2018
/*
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
*/
diff --git a/obp-api/src/main/scala/code/metrics/MongoAPIMetric.scala b/obp-api/src/main/scala/code/metrics/MongoAPIMetric.scala
index fce351859..274656d30 100644
--- a/obp-api/src/main/scala/code/metrics/MongoAPIMetric.scala
+++ b/obp-api/src/main/scala/code/metrics/MongoAPIMetric.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/BankingData.scala b/obp-api/src/main/scala/code/model/BankingData.scala
index 79e4bd507..57826aefd 100644
--- a/obp-api/src/main/scala/code/model/BankingData.scala
+++ b/obp-api/src/main/scala/code/model/BankingData.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/Metadata.scala b/obp-api/src/main/scala/code/model/Metadata.scala
index e4c655259..2cd6548df 100644
--- a/obp-api/src/main/scala/code/model/Metadata.scala
+++ b/obp-api/src/main/scala/code/model/Metadata.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/ModeratedBankingData.scala b/obp-api/src/main/scala/code/model/ModeratedBankingData.scala
index b9027e945..f4d8d40fe 100644
--- a/obp-api/src/main/scala/code/model/ModeratedBankingData.scala
+++ b/obp-api/src/main/scala/code/model/ModeratedBankingData.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/OAuth.scala b/obp-api/src/main/scala/code/model/OAuth.scala
index 2798a69f2..755b3ec27 100644
--- a/obp-api/src/main/scala/code/model/OAuth.scala
+++ b/obp-api/src/main/scala/code/model/OAuth.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/User.scala b/obp-api/src/main/scala/code/model/User.scala
index 77d805bdd..884e79504 100644
--- a/obp-api/src/main/scala/code/model/User.scala
+++ b/obp-api/src/main/scala/code/model/User.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/View.scala b/obp-api/src/main/scala/code/model/View.scala
index c16a09ad4..ef2e5750a 100644
--- a/obp-api/src/main/scala/code/model/View.scala
+++ b/obp-api/src/main/scala/code/model/View.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/Account.scala b/obp-api/src/main/scala/code/model/dataAccess/Account.scala
index 577cdf237..253d67995 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/Account.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/Account.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/Admin.scala b/obp-api/src/main/scala/code/model/dataAccess/Admin.scala
index 3c0480742..6595702c8 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/Admin.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/Admin.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala b/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala
index 6dd63e7b8..fbdbe4cd7 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/BankAccountCreationDispatcher.scala b/obp-api/src/main/scala/code/model/dataAccess/BankAccountCreationDispatcher.scala
index ce2c8efa4..a53d17e95 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/BankAccountCreationDispatcher.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/BankAccountCreationDispatcher.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/MappedView.scala b/obp-api/src/main/scala/code/model/dataAccess/MappedView.scala
index 27cd348a6..1d0574588 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/MappedView.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/MappedView.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/MongoConfig.scala b/obp-api/src/main/scala/code/model/dataAccess/MongoConfig.scala
index 9d9a862ed..4efeb8991 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/MongoConfig.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/MongoConfig.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/OBPTransaction.scala b/obp-api/src/main/scala/code/model/dataAccess/OBPTransaction.scala
index 4d7e55647..ba261b4c3 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/OBPTransaction.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/OBPTransaction.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/ResourceUser.scala b/obp-api/src/main/scala/code/model/dataAccess/ResourceUser.scala
index 9b632a954..055de98fa 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/ResourceUser.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/ResourceUser.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/model/dataAccess/UpdatesRequestSender.scala b/obp-api/src/main/scala/code/model/dataAccess/UpdatesRequestSender.scala
index d5c55abbb..533b82e70 100644
--- a/obp-api/src/main/scala/code/model/dataAccess/UpdatesRequestSender.scala
+++ b/obp-api/src/main/scala/code/model/dataAccess/UpdatesRequestSender.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/ConsumerRegistration.scala b/obp-api/src/main/scala/code/snippet/ConsumerRegistration.scala
index 9d37aa0fc..589b878b1 100644
--- a/obp-api/src/main/scala/code/snippet/ConsumerRegistration.scala
+++ b/obp-api/src/main/scala/code/snippet/ConsumerRegistration.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/GetHtmlFromUrl.scala b/obp-api/src/main/scala/code/snippet/GetHtmlFromUrl.scala
index b8166905d..6210afd37 100644
--- a/obp-api/src/main/scala/code/snippet/GetHtmlFromUrl.scala
+++ b/obp-api/src/main/scala/code/snippet/GetHtmlFromUrl.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/Login.scala b/obp-api/src/main/scala/code/snippet/Login.scala
index 9cc910fb4..9c4f121f8 100644
--- a/obp-api/src/main/scala/code/snippet/Login.scala
+++ b/obp-api/src/main/scala/code/snippet/Login.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/Nav.scala b/obp-api/src/main/scala/code/snippet/Nav.scala
index 3b57b95d8..13c38a46d 100644
--- a/obp-api/src/main/scala/code/snippet/Nav.scala
+++ b/obp-api/src/main/scala/code/snippet/Nav.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/OAuthAuthorisation.scala b/obp-api/src/main/scala/code/snippet/OAuthAuthorisation.scala
index 1ab703086..2fca038a9 100644
--- a/obp-api/src/main/scala/code/snippet/OAuthAuthorisation.scala
+++ b/obp-api/src/main/scala/code/snippet/OAuthAuthorisation.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/OAuthWorkedThanks.scala b/obp-api/src/main/scala/code/snippet/OAuthWorkedThanks.scala
index 41d329c68..c5965ace8 100644
--- a/obp-api/src/main/scala/code/snippet/OAuthWorkedThanks.scala
+++ b/obp-api/src/main/scala/code/snippet/OAuthWorkedThanks.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/PaymentOTP.scala b/obp-api/src/main/scala/code/snippet/PaymentOTP.scala
index 348863b0b..1dbada5f5 100644
--- a/obp-api/src/main/scala/code/snippet/PaymentOTP.scala
+++ b/obp-api/src/main/scala/code/snippet/PaymentOTP.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd.
+Copyright (C) 2011-2018, TESOBE GmbH.
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd.
+TESOBE GmbH.
Osloer Strasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/scala/code/snippet/WebUI.scala b/obp-api/src/main/scala/code/snippet/WebUI.scala
index 62a785c26..3b01ccbaf 100644
--- a/obp-api/src/main/scala/code/snippet/WebUI.scala
+++ b/obp-api/src/main/scala/code/snippet/WebUI.scala
@@ -1,6 +1,6 @@
/**
Open Bank Project - API
-Copyright (C) 2011-2018, TESOBE Ltd
+Copyright (C) 2011-2018, TESOBE GmbH
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
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Email: contact@tesobe.com
-TESOBE Ltd
+TESOBE GmbH
Osloerstrasse 16/17
Berlin 13359, Germany
diff --git a/obp-api/src/main/webapp/consumer-registration.html b/obp-api/src/main/webapp/consumer-registration.html
index 05c611d77..c59ebcf78 100644
--- a/obp-api/src/main/webapp/consumer-registration.html
+++ b/obp-api/src/main/webapp/consumer-registration.html
@@ -1,6 +1,6 @@