diff --git a/src/main/java/io/kamax/mxisd/MatrixIdentityServerApplication.java b/src/main/java/io/kamax/mxisd/MatrixIdentityServerApplication.java index 516dbcc..ff1acac 100644 --- a/src/main/java/io/kamax/mxisd/MatrixIdentityServerApplication.java +++ b/src/main/java/io/kamax/mxisd/MatrixIdentityServerApplication.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/UserIdType.java b/src/main/java/io/kamax/mxisd/UserIdType.java index e0625bf..2545cfd 100644 --- a/src/main/java/io/kamax/mxisd/UserIdType.java +++ b/src/main/java/io/kamax/mxisd/UserIdType.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/auth/UserAuthResult.java b/src/main/java/io/kamax/mxisd/auth/UserAuthResult.java index fb5f290..00f51b0 100644 --- a/src/main/java/io/kamax/mxisd/auth/UserAuthResult.java +++ b/src/main/java/io/kamax/mxisd/auth/UserAuthResult.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/auth/provider/AuthenticatorProvider.java b/src/main/java/io/kamax/mxisd/auth/provider/AuthenticatorProvider.java index c3c58bc..56acc8a 100644 --- a/src/main/java/io/kamax/mxisd/auth/provider/AuthenticatorProvider.java +++ b/src/main/java/io/kamax/mxisd/auth/provider/AuthenticatorProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseAuthenticator.java b/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseAuthenticator.java index cb8b8bb..ea7b1a5 100644 --- a/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseAuthenticator.java +++ b/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseAuthenticator.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseBackend.java b/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseBackend.java index 4888797..e5d104d 100644 --- a/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseBackend.java +++ b/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseBackend.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseProvider.java b/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseProvider.java index 38b6a57..17a85c0 100644 --- a/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/firebase/GoogleFirebaseProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/ldap/LdapAuthProvider.java b/src/main/java/io/kamax/mxisd/backend/ldap/LdapAuthProvider.java index 946515a..bfa13d6 100644 --- a/src/main/java/io/kamax/mxisd/backend/ldap/LdapAuthProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/ldap/LdapAuthProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/ldap/LdapDirectoryProvider.java b/src/main/java/io/kamax/mxisd/backend/ldap/LdapDirectoryProvider.java index 86f3e1f..35e4e45 100644 --- a/src/main/java/io/kamax/mxisd/backend/ldap/LdapDirectoryProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/ldap/LdapDirectoryProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/ldap/LdapThreePidProvider.java b/src/main/java/io/kamax/mxisd/backend/ldap/LdapThreePidProvider.java index 87fe92c..b7438f0 100644 --- a/src/main/java/io/kamax/mxisd/backend/ldap/LdapThreePidProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/ldap/LdapThreePidProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/LookupBulkResponseJson.java b/src/main/java/io/kamax/mxisd/backend/rest/LookupBulkResponseJson.java index fb0797c..b829341 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/LookupBulkResponseJson.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/LookupBulkResponseJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleRequestJson.java b/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleRequestJson.java index 618f5b3..1d3ffc5 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleRequestJson.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleRequestJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleResponseJson.java b/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleResponseJson.java index 00ca014..6a89f1d 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleResponseJson.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/LookupSingleResponseJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/RestAuthProvider.java b/src/main/java/io/kamax/mxisd/backend/rest/RestAuthProvider.java index 0191c2e..12d5a03 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/RestAuthProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/RestAuthProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/RestAuthRequestJson.java b/src/main/java/io/kamax/mxisd/backend/rest/RestAuthRequestJson.java index 92d0a5a..eedd3c5 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/RestAuthRequestJson.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/RestAuthRequestJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/RestDirectoryProvider.java b/src/main/java/io/kamax/mxisd/backend/rest/RestDirectoryProvider.java index e1e67a2..525e22b 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/RestDirectoryProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/RestDirectoryProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/RestProvider.java b/src/main/java/io/kamax/mxisd/backend/rest/RestProvider.java index 1c34438..64a8df7 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/RestProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/RestProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/backend/rest/RestThreePidProvider.java b/src/main/java/io/kamax/mxisd/backend/rest/RestThreePidProvider.java index 0434396..fa0757b 100644 --- a/src/main/java/io/kamax/mxisd/backend/rest/RestThreePidProvider.java +++ b/src/main/java/io/kamax/mxisd/backend/rest/RestThreePidProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/DirectoryConfig.java b/src/main/java/io/kamax/mxisd/config/DirectoryConfig.java index 1738426..1f4c78c 100644 --- a/src/main/java/io/kamax/mxisd/config/DirectoryConfig.java +++ b/src/main/java/io/kamax/mxisd/config/DirectoryConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/DnsOverwriteConfig.java b/src/main/java/io/kamax/mxisd/config/DnsOverwriteConfig.java index b9d1922..27bc56a 100644 --- a/src/main/java/io/kamax/mxisd/config/DnsOverwriteConfig.java +++ b/src/main/java/io/kamax/mxisd/config/DnsOverwriteConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/FirebaseConfig.java b/src/main/java/io/kamax/mxisd/config/FirebaseConfig.java index e17ce25..76d4fd7 100644 --- a/src/main/java/io/kamax/mxisd/config/FirebaseConfig.java +++ b/src/main/java/io/kamax/mxisd/config/FirebaseConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/ForwardConfig.java b/src/main/java/io/kamax/mxisd/config/ForwardConfig.java index 77cc491..d403a79 100644 --- a/src/main/java/io/kamax/mxisd/config/ForwardConfig.java +++ b/src/main/java/io/kamax/mxisd/config/ForwardConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/KeyConfig.java b/src/main/java/io/kamax/mxisd/config/KeyConfig.java index 3874991..879dcfd 100644 --- a/src/main/java/io/kamax/mxisd/config/KeyConfig.java +++ b/src/main/java/io/kamax/mxisd/config/KeyConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/MatrixConfig.java b/src/main/java/io/kamax/mxisd/config/MatrixConfig.java index d3f4048..10e2ad2 100644 --- a/src/main/java/io/kamax/mxisd/config/MatrixConfig.java +++ b/src/main/java/io/kamax/mxisd/config/MatrixConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/RecursiveLookupBridgeConfig.java b/src/main/java/io/kamax/mxisd/config/RecursiveLookupBridgeConfig.java index b14951b..2514b18 100644 --- a/src/main/java/io/kamax/mxisd/config/RecursiveLookupBridgeConfig.java +++ b/src/main/java/io/kamax/mxisd/config/RecursiveLookupBridgeConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/RecursiveLookupConfig.java b/src/main/java/io/kamax/mxisd/config/RecursiveLookupConfig.java index d6c6c13..f3d43f7 100644 --- a/src/main/java/io/kamax/mxisd/config/RecursiveLookupConfig.java +++ b/src/main/java/io/kamax/mxisd/config/RecursiveLookupConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/SQLiteStorageConfig.java b/src/main/java/io/kamax/mxisd/config/SQLiteStorageConfig.java index 8ca0680..8ad34b1 100644 --- a/src/main/java/io/kamax/mxisd/config/SQLiteStorageConfig.java +++ b/src/main/java/io/kamax/mxisd/config/SQLiteStorageConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/ServerConfig.java b/src/main/java/io/kamax/mxisd/config/ServerConfig.java index 15c1300..d035e64 100644 --- a/src/main/java/io/kamax/mxisd/config/ServerConfig.java +++ b/src/main/java/io/kamax/mxisd/config/ServerConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/SessionConfig.java b/src/main/java/io/kamax/mxisd/config/SessionConfig.java index fab29ae..a97e62f 100644 --- a/src/main/java/io/kamax/mxisd/config/SessionConfig.java +++ b/src/main/java/io/kamax/mxisd/config/SessionConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/StorageConfig.java b/src/main/java/io/kamax/mxisd/config/StorageConfig.java index 247a424..cbe95f7 100644 --- a/src/main/java/io/kamax/mxisd/config/StorageConfig.java +++ b/src/main/java/io/kamax/mxisd/config/StorageConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/ThymeleafConfig.java b/src/main/java/io/kamax/mxisd/config/ThymeleafConfig.java index ecb967b..2354a7a 100644 --- a/src/main/java/io/kamax/mxisd/config/ThymeleafConfig.java +++ b/src/main/java/io/kamax/mxisd/config/ThymeleafConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/ViewConfig.java b/src/main/java/io/kamax/mxisd/config/ViewConfig.java index 2a6fa7c..bbd1bde 100644 --- a/src/main/java/io/kamax/mxisd/config/ViewConfig.java +++ b/src/main/java/io/kamax/mxisd/config/ViewConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/memory/MemoryIdentityConfig.java b/src/main/java/io/kamax/mxisd/config/memory/MemoryIdentityConfig.java index 78a1710..56cdfbe 100644 --- a/src/main/java/io/kamax/mxisd/config/memory/MemoryIdentityConfig.java +++ b/src/main/java/io/kamax/mxisd/config/memory/MemoryIdentityConfig.java @@ -1,6 +1,6 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2018 Maxime Dor + * Copyright (C) 2018 Kamax Sarl * * https://www.kamax.io/ * diff --git a/src/main/java/io/kamax/mxisd/config/memory/MemoryStoreConfig.java b/src/main/java/io/kamax/mxisd/config/memory/MemoryStoreConfig.java index acac5c5..9e7000d 100644 --- a/src/main/java/io/kamax/mxisd/config/memory/MemoryStoreConfig.java +++ b/src/main/java/io/kamax/mxisd/config/memory/MemoryStoreConfig.java @@ -1,6 +1,6 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2018 Maxime Dor + * Copyright (C) 2018 Kamax Sarl * * https://www.kamax.io/ * diff --git a/src/main/java/io/kamax/mxisd/config/memory/MemoryThreePid.java b/src/main/java/io/kamax/mxisd/config/memory/MemoryThreePid.java index 8a2a9d5..2b397b9 100644 --- a/src/main/java/io/kamax/mxisd/config/memory/MemoryThreePid.java +++ b/src/main/java/io/kamax/mxisd/config/memory/MemoryThreePid.java @@ -1,6 +1,6 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2018 Maxime Dor + * Copyright (C) 2018 Kamax Sarl * * https://www.kamax.io/ * diff --git a/src/main/java/io/kamax/mxisd/config/rest/RestBackendConfig.java b/src/main/java/io/kamax/mxisd/config/rest/RestBackendConfig.java index 005cfff..8235822 100644 --- a/src/main/java/io/kamax/mxisd/config/rest/RestBackendConfig.java +++ b/src/main/java/io/kamax/mxisd/config/rest/RestBackendConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/threepid/connector/EmailSmtpConfig.java b/src/main/java/io/kamax/mxisd/config/threepid/connector/EmailSmtpConfig.java index 49848b8..7445042 100644 --- a/src/main/java/io/kamax/mxisd/config/threepid/connector/EmailSmtpConfig.java +++ b/src/main/java/io/kamax/mxisd/config/threepid/connector/EmailSmtpConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/threepid/connector/PhoneTwilioConfig.java b/src/main/java/io/kamax/mxisd/config/threepid/connector/PhoneTwilioConfig.java index 8e2b8ab..c8977a3 100644 --- a/src/main/java/io/kamax/mxisd/config/threepid/connector/PhoneTwilioConfig.java +++ b/src/main/java/io/kamax/mxisd/config/threepid/connector/PhoneTwilioConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailConfig.java b/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailConfig.java index 416ba65..70a6b8b 100644 --- a/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailConfig.java +++ b/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailTemplateConfig.java b/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailTemplateConfig.java index 00a5a3d..a50e153 100644 --- a/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailTemplateConfig.java +++ b/src/main/java/io/kamax/mxisd/config/threepid/medium/EmailTemplateConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneConfig.java b/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneConfig.java index 91dfbd2..ef1d9bb 100644 --- a/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneConfig.java +++ b/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneSmsTemplateConfig.java b/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneSmsTemplateConfig.java index 5331470..605da44 100644 --- a/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneSmsTemplateConfig.java +++ b/src/main/java/io/kamax/mxisd/config/threepid/medium/PhoneSmsTemplateConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/config/threepid/notification/NotificationConfig.java b/src/main/java/io/kamax/mxisd/config/threepid/notification/NotificationConfig.java index fbba700..4e3d702 100644 --- a/src/main/java/io/kamax/mxisd/config/threepid/notification/NotificationConfig.java +++ b/src/main/java/io/kamax/mxisd/config/threepid/notification/NotificationConfig.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/DefaultExceptionHandler.java b/src/main/java/io/kamax/mxisd/controller/DefaultExceptionHandler.java index 124b6aa..b20a31d 100644 --- a/src/main/java/io/kamax/mxisd/controller/DefaultExceptionHandler.java +++ b/src/main/java/io/kamax/mxisd/controller/DefaultExceptionHandler.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/PingController.java b/src/main/java/io/kamax/mxisd/controller/PingController.java index 3f9ba14..406a816 100644 --- a/src/main/java/io/kamax/mxisd/controller/PingController.java +++ b/src/main/java/io/kamax/mxisd/controller/PingController.java @@ -1,6 +1,6 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2018 Maxime Dor + * Copyright (C) 2018 Kamax Sarl * * https://www.kamax.io/ * diff --git a/src/main/java/io/kamax/mxisd/controller/auth/v1/AuthController.java b/src/main/java/io/kamax/mxisd/controller/auth/v1/AuthController.java index b024fed..25cf643 100644 --- a/src/main/java/io/kamax/mxisd/controller/auth/v1/AuthController.java +++ b/src/main/java/io/kamax/mxisd/controller/auth/v1/AuthController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/auth/v1/io/CredentialsValidationResponse.java b/src/main/java/io/kamax/mxisd/controller/auth/v1/io/CredentialsValidationResponse.java index 2083991..3950dbe 100644 --- a/src/main/java/io/kamax/mxisd/controller/auth/v1/io/CredentialsValidationResponse.java +++ b/src/main/java/io/kamax/mxisd/controller/auth/v1/io/CredentialsValidationResponse.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/directory/v1/UserDirectoryController.java b/src/main/java/io/kamax/mxisd/controller/directory/v1/UserDirectoryController.java index becd5a9..ae9d6c1 100644 --- a/src/main/java/io/kamax/mxisd/controller/directory/v1/UserDirectoryController.java +++ b/src/main/java/io/kamax/mxisd/controller/directory/v1/UserDirectoryController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchRequest.java b/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchRequest.java index 9560681..8044678 100644 --- a/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchRequest.java +++ b/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchRequest.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchResult.java b/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchResult.java index deffa3f..dfc2da7 100644 --- a/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchResult.java +++ b/src/main/java/io/kamax/mxisd/controller/directory/v1/io/UserDirectorySearchResult.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupAnswer.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupAnswer.java index 83cbcd5..d01ab0e 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupAnswer.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupAnswer.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupRequest.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupRequest.java index 9a57f1e..b0e0fb6 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupRequest.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/ClientBulkLookupRequest.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/IdentityAPIv1.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/IdentityAPIv1.java index d209d48..bdcc31b 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/IdentityAPIv1.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/IdentityAPIv1.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/InvitationController.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/InvitationController.java index a6fd904..62e6d66 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/InvitationController.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/InvitationController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/KeyController.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/KeyController.java index 49be3ef..2a2ff23 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/KeyController.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/KeyController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/MappingController.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/MappingController.java index ce019b5..51ade28 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/MappingController.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/MappingController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionController.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionController.java index a2b149c..6f638c3 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionController.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionRestController.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionRestController.java index 8577c2b..e5b8c03 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionRestController.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/SessionRestController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/StatusController.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/StatusController.java index 186a718..d5f833b 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/StatusController.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/StatusController.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/GenericTokenRequestJson.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/GenericTokenRequestJson.java index 857081f..5d2095e 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/GenericTokenRequestJson.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/GenericTokenRequestJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/KeyValidityJson.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/KeyValidityJson.java index 53e7299..023528e 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/KeyValidityJson.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/KeyValidityJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/RequestTokenResponse.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/RequestTokenResponse.java index ad621b8..8a35bdd 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/RequestTokenResponse.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/RequestTokenResponse.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionEmailTokenRequestJson.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionEmailTokenRequestJson.java index 58c527c..a7290e0 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionEmailTokenRequestJson.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionEmailTokenRequestJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionPhoneTokenRequestJson.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionPhoneTokenRequestJson.java index f030e06..c42df71 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionPhoneTokenRequestJson.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SessionPhoneTokenRequestJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SingeLookupReplyJson.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SingeLookupReplyJson.java index 4418c45..3a42c1f 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SingeLookupReplyJson.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SingeLookupReplyJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SuccessStatusJson.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SuccessStatusJson.java index c1e79f7..1d02570 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SuccessStatusJson.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/SuccessStatusJson.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/ThreePidInviteReplyIO.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/ThreePidInviteReplyIO.java index c05a713..ba3cf45 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/io/ThreePidInviteReplyIO.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/io/ThreePidInviteReplyIO.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/controller/identity/v1/remote/RemoteIdentityAPIv1.java b/src/main/java/io/kamax/mxisd/controller/identity/v1/remote/RemoteIdentityAPIv1.java index 6cc9271..cb2ab1c 100644 --- a/src/main/java/io/kamax/mxisd/controller/identity/v1/remote/RemoteIdentityAPIv1.java +++ b/src/main/java/io/kamax/mxisd/controller/identity/v1/remote/RemoteIdentityAPIv1.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/directory/DirectoryManager.java b/src/main/java/io/kamax/mxisd/directory/DirectoryManager.java index c06cdb4..0b9b00d 100644 --- a/src/main/java/io/kamax/mxisd/directory/DirectoryManager.java +++ b/src/main/java/io/kamax/mxisd/directory/DirectoryManager.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/directory/IDirectoryProvider.java b/src/main/java/io/kamax/mxisd/directory/IDirectoryProvider.java index 7f173f6..1069ed0 100644 --- a/src/main/java/io/kamax/mxisd/directory/IDirectoryProvider.java +++ b/src/main/java/io/kamax/mxisd/directory/IDirectoryProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/dns/ClientDnsOverwrite.java b/src/main/java/io/kamax/mxisd/dns/ClientDnsOverwrite.java index 791899c..5f17116 100644 --- a/src/main/java/io/kamax/mxisd/dns/ClientDnsOverwrite.java +++ b/src/main/java/io/kamax/mxisd/dns/ClientDnsOverwrite.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/dns/FederationDnsOverwrite.java b/src/main/java/io/kamax/mxisd/dns/FederationDnsOverwrite.java index 76772ac..7f8ebb3 100644 --- a/src/main/java/io/kamax/mxisd/dns/FederationDnsOverwrite.java +++ b/src/main/java/io/kamax/mxisd/dns/FederationDnsOverwrite.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/BadRequestException.java b/src/main/java/io/kamax/mxisd/exception/BadRequestException.java index b373e08..d19819e 100644 --- a/src/main/java/io/kamax/mxisd/exception/BadRequestException.java +++ b/src/main/java/io/kamax/mxisd/exception/BadRequestException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/ConfigurationException.java b/src/main/java/io/kamax/mxisd/exception/ConfigurationException.java index 0e1b20b..f303357 100644 --- a/src/main/java/io/kamax/mxisd/exception/ConfigurationException.java +++ b/src/main/java/io/kamax/mxisd/exception/ConfigurationException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/FeatureNotAvailable.java b/src/main/java/io/kamax/mxisd/exception/FeatureNotAvailable.java index 7f9b208..607fabe 100644 --- a/src/main/java/io/kamax/mxisd/exception/FeatureNotAvailable.java +++ b/src/main/java/io/kamax/mxisd/exception/FeatureNotAvailable.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/HttpMatrixException.java b/src/main/java/io/kamax/mxisd/exception/HttpMatrixException.java index a624478..ddb3b8a 100644 --- a/src/main/java/io/kamax/mxisd/exception/HttpMatrixException.java +++ b/src/main/java/io/kamax/mxisd/exception/HttpMatrixException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/InternalServerError.java b/src/main/java/io/kamax/mxisd/exception/InternalServerError.java index f6becbd..022871f 100644 --- a/src/main/java/io/kamax/mxisd/exception/InternalServerError.java +++ b/src/main/java/io/kamax/mxisd/exception/InternalServerError.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/InvalidCredentialsException.java b/src/main/java/io/kamax/mxisd/exception/InvalidCredentialsException.java index bbd66df..192dc5b 100644 --- a/src/main/java/io/kamax/mxisd/exception/InvalidCredentialsException.java +++ b/src/main/java/io/kamax/mxisd/exception/InvalidCredentialsException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/InvalidResponseJsonException.java b/src/main/java/io/kamax/mxisd/exception/InvalidResponseJsonException.java index fde88e4..55cb485 100644 --- a/src/main/java/io/kamax/mxisd/exception/InvalidResponseJsonException.java +++ b/src/main/java/io/kamax/mxisd/exception/InvalidResponseJsonException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/JsonMemberNotFoundException.java b/src/main/java/io/kamax/mxisd/exception/JsonMemberNotFoundException.java index 06a0885..c44c977 100644 --- a/src/main/java/io/kamax/mxisd/exception/JsonMemberNotFoundException.java +++ b/src/main/java/io/kamax/mxisd/exception/JsonMemberNotFoundException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/MappingAlreadyExistsException.java b/src/main/java/io/kamax/mxisd/exception/MappingAlreadyExistsException.java index d722182..9341b1c 100644 --- a/src/main/java/io/kamax/mxisd/exception/MappingAlreadyExistsException.java +++ b/src/main/java/io/kamax/mxisd/exception/MappingAlreadyExistsException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/MessageForClientException.java b/src/main/java/io/kamax/mxisd/exception/MessageForClientException.java index 8725668..afe9663 100644 --- a/src/main/java/io/kamax/mxisd/exception/MessageForClientException.java +++ b/src/main/java/io/kamax/mxisd/exception/MessageForClientException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/MxisdException.java b/src/main/java/io/kamax/mxisd/exception/MxisdException.java index e6088f3..67aabc1 100644 --- a/src/main/java/io/kamax/mxisd/exception/MxisdException.java +++ b/src/main/java/io/kamax/mxisd/exception/MxisdException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/NotAllowedException.java b/src/main/java/io/kamax/mxisd/exception/NotAllowedException.java index 2c89769..08c8f6a 100644 --- a/src/main/java/io/kamax/mxisd/exception/NotAllowedException.java +++ b/src/main/java/io/kamax/mxisd/exception/NotAllowedException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/NotImplementedException.java b/src/main/java/io/kamax/mxisd/exception/NotImplementedException.java index 7a3ea63..7668889 100644 --- a/src/main/java/io/kamax/mxisd/exception/NotImplementedException.java +++ b/src/main/java/io/kamax/mxisd/exception/NotImplementedException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/ObjectNotFoundException.java b/src/main/java/io/kamax/mxisd/exception/ObjectNotFoundException.java index acfb0c3..cb4cc30 100644 --- a/src/main/java/io/kamax/mxisd/exception/ObjectNotFoundException.java +++ b/src/main/java/io/kamax/mxisd/exception/ObjectNotFoundException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/RemoteIdentityServerException.java b/src/main/java/io/kamax/mxisd/exception/RemoteIdentityServerException.java index 87585ea..aacc03e 100644 --- a/src/main/java/io/kamax/mxisd/exception/RemoteIdentityServerException.java +++ b/src/main/java/io/kamax/mxisd/exception/RemoteIdentityServerException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/RemoteLoginException.java b/src/main/java/io/kamax/mxisd/exception/RemoteLoginException.java index 317b716..e662c53 100644 --- a/src/main/java/io/kamax/mxisd/exception/RemoteLoginException.java +++ b/src/main/java/io/kamax/mxisd/exception/RemoteLoginException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/SessionNotValidatedException.java b/src/main/java/io/kamax/mxisd/exception/SessionNotValidatedException.java index 121817d..c59998c 100644 --- a/src/main/java/io/kamax/mxisd/exception/SessionNotValidatedException.java +++ b/src/main/java/io/kamax/mxisd/exception/SessionNotValidatedException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/exception/SessionUnknownException.java b/src/main/java/io/kamax/mxisd/exception/SessionUnknownException.java index d349616..3389ee6 100644 --- a/src/main/java/io/kamax/mxisd/exception/SessionUnknownException.java +++ b/src/main/java/io/kamax/mxisd/exception/SessionUnknownException.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/invitation/IThreePidInvite.java b/src/main/java/io/kamax/mxisd/invitation/IThreePidInvite.java index 62b43dd..bc1c5bd 100644 --- a/src/main/java/io/kamax/mxisd/invitation/IThreePidInvite.java +++ b/src/main/java/io/kamax/mxisd/invitation/IThreePidInvite.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/invitation/IThreePidInviteReply.java b/src/main/java/io/kamax/mxisd/invitation/IThreePidInviteReply.java index cd80dba..b1b561b 100644 --- a/src/main/java/io/kamax/mxisd/invitation/IThreePidInviteReply.java +++ b/src/main/java/io/kamax/mxisd/invitation/IThreePidInviteReply.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/invitation/ThreePidInvite.java b/src/main/java/io/kamax/mxisd/invitation/ThreePidInvite.java index 1294c87..1f0a0f0 100644 --- a/src/main/java/io/kamax/mxisd/invitation/ThreePidInvite.java +++ b/src/main/java/io/kamax/mxisd/invitation/ThreePidInvite.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/invitation/ThreePidInviteReply.java b/src/main/java/io/kamax/mxisd/invitation/ThreePidInviteReply.java index c67139e..04ce9e6 100644 --- a/src/main/java/io/kamax/mxisd/invitation/ThreePidInviteReply.java +++ b/src/main/java/io/kamax/mxisd/invitation/ThreePidInviteReply.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/ALookupRequest.java b/src/main/java/io/kamax/mxisd/lookup/ALookupRequest.java index 92bb392..9e85ce5 100644 --- a/src/main/java/io/kamax/mxisd/lookup/ALookupRequest.java +++ b/src/main/java/io/kamax/mxisd/lookup/ALookupRequest.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/BulkLookupRequest.java b/src/main/java/io/kamax/mxisd/lookup/BulkLookupRequest.java index 51b6284..46458f6 100644 --- a/src/main/java/io/kamax/mxisd/lookup/BulkLookupRequest.java +++ b/src/main/java/io/kamax/mxisd/lookup/BulkLookupRequest.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/SingleLookupReply.java b/src/main/java/io/kamax/mxisd/lookup/SingleLookupReply.java index c1e15ac..ee5c4af 100644 --- a/src/main/java/io/kamax/mxisd/lookup/SingleLookupReply.java +++ b/src/main/java/io/kamax/mxisd/lookup/SingleLookupReply.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/SingleLookupRequest.java b/src/main/java/io/kamax/mxisd/lookup/SingleLookupRequest.java index e0013d2..a0de600 100644 --- a/src/main/java/io/kamax/mxisd/lookup/SingleLookupRequest.java +++ b/src/main/java/io/kamax/mxisd/lookup/SingleLookupRequest.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/ThreePidMapping.java b/src/main/java/io/kamax/mxisd/lookup/ThreePidMapping.java index 4b4fb5a..f3a96bf 100644 --- a/src/main/java/io/kamax/mxisd/lookup/ThreePidMapping.java +++ b/src/main/java/io/kamax/mxisd/lookup/ThreePidMapping.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/ThreePidValidation.java b/src/main/java/io/kamax/mxisd/lookup/ThreePidValidation.java index afe0b17..e11729e 100644 --- a/src/main/java/io/kamax/mxisd/lookup/ThreePidValidation.java +++ b/src/main/java/io/kamax/mxisd/lookup/ThreePidValidation.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/fetcher/IBridgeFetcher.java b/src/main/java/io/kamax/mxisd/lookup/fetcher/IBridgeFetcher.java index bace0fe..b5b4654 100644 --- a/src/main/java/io/kamax/mxisd/lookup/fetcher/IBridgeFetcher.java +++ b/src/main/java/io/kamax/mxisd/lookup/fetcher/IBridgeFetcher.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/fetcher/IRemoteIdentityServerFetcher.java b/src/main/java/io/kamax/mxisd/lookup/fetcher/IRemoteIdentityServerFetcher.java index bfd62e8..07d8fcb 100644 --- a/src/main/java/io/kamax/mxisd/lookup/fetcher/IRemoteIdentityServerFetcher.java +++ b/src/main/java/io/kamax/mxisd/lookup/fetcher/IRemoteIdentityServerFetcher.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/provider/BridgeFetcher.java b/src/main/java/io/kamax/mxisd/lookup/provider/BridgeFetcher.java index bb8a85f..86b79e4 100644 --- a/src/main/java/io/kamax/mxisd/lookup/provider/BridgeFetcher.java +++ b/src/main/java/io/kamax/mxisd/lookup/provider/BridgeFetcher.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/provider/DnsLookupProvider.java b/src/main/java/io/kamax/mxisd/lookup/provider/DnsLookupProvider.java index 5230f5c..7ad392b 100644 --- a/src/main/java/io/kamax/mxisd/lookup/provider/DnsLookupProvider.java +++ b/src/main/java/io/kamax/mxisd/lookup/provider/DnsLookupProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/provider/ForwarderProvider.java b/src/main/java/io/kamax/mxisd/lookup/provider/ForwarderProvider.java index 22cef3c..b4b747d 100644 --- a/src/main/java/io/kamax/mxisd/lookup/provider/ForwarderProvider.java +++ b/src/main/java/io/kamax/mxisd/lookup/provider/ForwarderProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/provider/IThreePidProvider.java b/src/main/java/io/kamax/mxisd/lookup/provider/IThreePidProvider.java index 204a813..ed42cb4 100644 --- a/src/main/java/io/kamax/mxisd/lookup/provider/IThreePidProvider.java +++ b/src/main/java/io/kamax/mxisd/lookup/provider/IThreePidProvider.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/provider/RemoteIdentityServerFetcher.java b/src/main/java/io/kamax/mxisd/lookup/provider/RemoteIdentityServerFetcher.java index f1450a1..36d0dc9 100644 --- a/src/main/java/io/kamax/mxisd/lookup/provider/RemoteIdentityServerFetcher.java +++ b/src/main/java/io/kamax/mxisd/lookup/provider/RemoteIdentityServerFetcher.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/strategy/LookupStrategy.java b/src/main/java/io/kamax/mxisd/lookup/strategy/LookupStrategy.java index 66d3d84..88729bb 100644 --- a/src/main/java/io/kamax/mxisd/lookup/strategy/LookupStrategy.java +++ b/src/main/java/io/kamax/mxisd/lookup/strategy/LookupStrategy.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/lookup/strategy/RecursivePriorityLookupStrategy.java b/src/main/java/io/kamax/mxisd/lookup/strategy/RecursivePriorityLookupStrategy.java index 81abe7f..a1c5c35 100644 --- a/src/main/java/io/kamax/mxisd/lookup/strategy/RecursivePriorityLookupStrategy.java +++ b/src/main/java/io/kamax/mxisd/lookup/strategy/RecursivePriorityLookupStrategy.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/session/SessionMananger.java b/src/main/java/io/kamax/mxisd/session/SessionMananger.java index f57f3b5..f14735e 100644 --- a/src/main/java/io/kamax/mxisd/session/SessionMananger.java +++ b/src/main/java/io/kamax/mxisd/session/SessionMananger.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/session/ValidationResult.java b/src/main/java/io/kamax/mxisd/session/ValidationResult.java index 72c987f..89045c2 100644 --- a/src/main/java/io/kamax/mxisd/session/ValidationResult.java +++ b/src/main/java/io/kamax/mxisd/session/ValidationResult.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/spring/ConfigurationFailureAnalyzer.java b/src/main/java/io/kamax/mxisd/spring/ConfigurationFailureAnalyzer.java index 97fabf2..5edd905 100644 --- a/src/main/java/io/kamax/mxisd/spring/ConfigurationFailureAnalyzer.java +++ b/src/main/java/io/kamax/mxisd/spring/ConfigurationFailureAnalyzer.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/storage/IStorage.java b/src/main/java/io/kamax/mxisd/storage/IStorage.java index cd0f956..ea83a58 100644 --- a/src/main/java/io/kamax/mxisd/storage/IStorage.java +++ b/src/main/java/io/kamax/mxisd/storage/IStorage.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/storage/dao/IThreePidSessionDao.java b/src/main/java/io/kamax/mxisd/storage/dao/IThreePidSessionDao.java index a907e59..55b346d 100644 --- a/src/main/java/io/kamax/mxisd/storage/dao/IThreePidSessionDao.java +++ b/src/main/java/io/kamax/mxisd/storage/dao/IThreePidSessionDao.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorage.java b/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorage.java index 06dab5b..0195f28 100644 --- a/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorage.java +++ b/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorage.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorageBeanFactory.java b/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorageBeanFactory.java index 724dada..4c231c1 100644 --- a/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorageBeanFactory.java +++ b/src/main/java/io/kamax/mxisd/storage/ormlite/OrmLiteSqliteStorageBeanFactory.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/storage/ormlite/ThreePidInviteIO.java b/src/main/java/io/kamax/mxisd/storage/ormlite/ThreePidInviteIO.java index 91a9198..3ff290f 100644 --- a/src/main/java/io/kamax/mxisd/storage/ormlite/ThreePidInviteIO.java +++ b/src/main/java/io/kamax/mxisd/storage/ormlite/ThreePidInviteIO.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/storage/ormlite/dao/ThreePidSessionDao.java b/src/main/java/io/kamax/mxisd/storage/ormlite/dao/ThreePidSessionDao.java index 823f4cc..8a6274a 100644 --- a/src/main/java/io/kamax/mxisd/storage/ormlite/dao/ThreePidSessionDao.java +++ b/src/main/java/io/kamax/mxisd/storage/ormlite/dao/ThreePidSessionDao.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/connector/IThreePidConnector.java b/src/main/java/io/kamax/mxisd/threepid/connector/IThreePidConnector.java index c8fc23f..0b4a7bc 100644 --- a/src/main/java/io/kamax/mxisd/threepid/connector/IThreePidConnector.java +++ b/src/main/java/io/kamax/mxisd/threepid/connector/IThreePidConnector.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/connector/email/EmailSmtpConnector.java b/src/main/java/io/kamax/mxisd/threepid/connector/email/EmailSmtpConnector.java index 024611d..8acab68 100644 --- a/src/main/java/io/kamax/mxisd/threepid/connector/email/EmailSmtpConnector.java +++ b/src/main/java/io/kamax/mxisd/threepid/connector/email/EmailSmtpConnector.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/connector/email/IEmailConnector.java b/src/main/java/io/kamax/mxisd/threepid/connector/email/IEmailConnector.java index e2b7bd1..58f9b67 100644 --- a/src/main/java/io/kamax/mxisd/threepid/connector/email/IEmailConnector.java +++ b/src/main/java/io/kamax/mxisd/threepid/connector/email/IEmailConnector.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/connector/phone/IPhoneConnector.java b/src/main/java/io/kamax/mxisd/threepid/connector/phone/IPhoneConnector.java index 4b1df97..4077bea 100644 --- a/src/main/java/io/kamax/mxisd/threepid/connector/phone/IPhoneConnector.java +++ b/src/main/java/io/kamax/mxisd/threepid/connector/phone/IPhoneConnector.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/connector/phone/PhoneSmsTwilioConnector.java b/src/main/java/io/kamax/mxisd/threepid/connector/phone/PhoneSmsTwilioConnector.java index e49f885..4205aae 100644 --- a/src/main/java/io/kamax/mxisd/threepid/connector/phone/PhoneSmsTwilioConnector.java +++ b/src/main/java/io/kamax/mxisd/threepid/connector/phone/PhoneSmsTwilioConnector.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailNotificationGenerator.java b/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailNotificationGenerator.java index b83794e..1fafe5c 100644 --- a/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailNotificationGenerator.java +++ b/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailNotificationGenerator.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailRawNotificationHandler.java b/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailRawNotificationHandler.java index a46f009..53f2fb0 100644 --- a/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailRawNotificationHandler.java +++ b/src/main/java/io/kamax/mxisd/threepid/notification/email/EmailRawNotificationHandler.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/notification/email/IEmailNotificationGenerator.java b/src/main/java/io/kamax/mxisd/threepid/notification/email/IEmailNotificationGenerator.java index a7401ab..50ff89a 100644 --- a/src/main/java/io/kamax/mxisd/threepid/notification/email/IEmailNotificationGenerator.java +++ b/src/main/java/io/kamax/mxisd/threepid/notification/email/IEmailNotificationGenerator.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/notification/phone/IPhoneNotificationGenerator.java b/src/main/java/io/kamax/mxisd/threepid/notification/phone/IPhoneNotificationGenerator.java index dbab934..293d37f 100644 --- a/src/main/java/io/kamax/mxisd/threepid/notification/phone/IPhoneNotificationGenerator.java +++ b/src/main/java/io/kamax/mxisd/threepid/notification/phone/IPhoneNotificationGenerator.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/notification/phone/PhoneNotificationHandler.java b/src/main/java/io/kamax/mxisd/threepid/notification/phone/PhoneNotificationHandler.java index 9ba5109..1539e78 100644 --- a/src/main/java/io/kamax/mxisd/threepid/notification/phone/PhoneNotificationHandler.java +++ b/src/main/java/io/kamax/mxisd/threepid/notification/phone/PhoneNotificationHandler.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/notification/phone/SmsNotificationGenerator.java b/src/main/java/io/kamax/mxisd/threepid/notification/phone/SmsNotificationGenerator.java index b8c34c2..99c26a4 100644 --- a/src/main/java/io/kamax/mxisd/threepid/notification/phone/SmsNotificationGenerator.java +++ b/src/main/java/io/kamax/mxisd/threepid/notification/phone/SmsNotificationGenerator.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/session/IThreePidSession.java b/src/main/java/io/kamax/mxisd/threepid/session/IThreePidSession.java index c1faca8..cd840d0 100644 --- a/src/main/java/io/kamax/mxisd/threepid/session/IThreePidSession.java +++ b/src/main/java/io/kamax/mxisd/threepid/session/IThreePidSession.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/threepid/session/ThreePidSession.java b/src/main/java/io/kamax/mxisd/threepid/session/ThreePidSession.java index 15a2fbb..9cea6ab 100644 --- a/src/main/java/io/kamax/mxisd/threepid/session/ThreePidSession.java +++ b/src/main/java/io/kamax/mxisd/threepid/session/ThreePidSession.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/util/GsonParser.java b/src/main/java/io/kamax/mxisd/util/GsonParser.java index 5e10904..15100a8 100644 --- a/src/main/java/io/kamax/mxisd/util/GsonParser.java +++ b/src/main/java/io/kamax/mxisd/util/GsonParser.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/util/GsonUtil.java b/src/main/java/io/kamax/mxisd/util/GsonUtil.java index c66381a..50b760b 100644 --- a/src/main/java/io/kamax/mxisd/util/GsonUtil.java +++ b/src/main/java/io/kamax/mxisd/util/GsonUtil.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/util/JsonUtils.java b/src/main/java/io/kamax/mxisd/util/JsonUtils.java index 1edf26a..62cc138 100644 --- a/src/main/java/io/kamax/mxisd/util/JsonUtils.java +++ b/src/main/java/io/kamax/mxisd/util/JsonUtils.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/io/kamax/mxisd/util/RestClientUtils.java b/src/main/java/io/kamax/mxisd/util/RestClientUtils.java index 2b1e42a..ca20b98 100644 --- a/src/main/java/io/kamax/mxisd/util/RestClientUtils.java +++ b/src/main/java/io/kamax/mxisd/util/RestClientUtils.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/test/java/io/kamax/mxisd/backend/rest/RestDirectoryProviderTest.java b/src/test/java/io/kamax/mxisd/backend/rest/RestDirectoryProviderTest.java index 2fac27e..00aeab6 100644 --- a/src/test/java/io/kamax/mxisd/backend/rest/RestDirectoryProviderTest.java +++ b/src/test/java/io/kamax/mxisd/backend/rest/RestDirectoryProviderTest.java @@ -1,8 +1,8 @@ /* * mxisd - Matrix Identity Server Daemon - * Copyright (C) 2017 Maxime Dor + * Copyright (C) 2017 Kamax Sarl * - * https://max.kamax.io/ + * https://www.kamax.io/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as