From e2ca509367b8e97ab5991f7797d9c4fd892fcca9 Mon Sep 17 00:00:00 2001
From: Sorunome <mail@sorunome.de>
Date: Thu, 25 Apr 2019 11:45:09 +0200
Subject: [PATCH] update license headers

---
 src/bot.ts                     |  2 +-
 src/channelsyncroniser.ts      |  2 +-
 src/clientfactory.ts           |  2 +-
 src/config.ts                  |  2 +-
 src/db/connector.ts            |  2 +-
 src/db/postgres.ts             |  2 +-
 src/db/userstore.ts            | 16 ++++++++++++++++
 src/discordmessageprocessor.ts |  2 +-
 src/matrixeventprocessor.ts    |  2 +-
 src/matrixmessageprocessor.ts  |  2 +-
 src/matrixroomhandler.ts       |  2 +-
 src/matrixtypes.ts             |  2 +-
 src/presencehandler.ts         |  2 +-
 src/store.ts                   |  2 +-
 src/usersyncroniser.ts         |  2 +-
 15 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/src/bot.ts b/src/bot.ts
index 25a2b21..d2e13e1 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2017, 2018 matrix-appservice-discord
+Copyright 2017 - 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/channelsyncroniser.ts b/src/channelsyncroniser.ts
index 9759dfa..8f76d9e 100644
--- a/src/channelsyncroniser.ts
+++ b/src/channelsyncroniser.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/clientfactory.ts b/src/clientfactory.ts
index 72a5b57..8c1f44c 100644
--- a/src/clientfactory.ts
+++ b/src/clientfactory.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2017, 2018 matrix-appservice-discord
+Copyright 2017 - 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/config.ts b/src/config.ts
index 35d82bd..3fdde89 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2017, 2018 matrix-appservice-discord
+Copyright 2017 - 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/db/connector.ts b/src/db/connector.ts
index d247db6..e6bc7a0 100644
--- a/src/db/connector.ts
+++ b/src/db/connector.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/db/postgres.ts b/src/db/postgres.ts
index b863d62..a7635eb 100644
--- a/src/db/postgres.ts
+++ b/src/db/postgres.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/db/userstore.ts b/src/db/userstore.ts
index c2f732d..cb1251e 100644
--- a/src/db/userstore.ts
+++ b/src/db/userstore.ts
@@ -1,3 +1,19 @@
+/*
+Copyright 2019 matrix-appservice-discord
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
 import { IDatabaseConnector } from "./connector";
 import * as uuid from "uuid/v4";
 import { Log } from "../log";
diff --git a/src/discordmessageprocessor.ts b/src/discordmessageprocessor.ts
index e91b8bf..475a526 100644
--- a/src/discordmessageprocessor.ts
+++ b/src/discordmessageprocessor.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2017, 2018 matrix-appservice-discord
+Copyright 2017 - 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/matrixeventprocessor.ts b/src/matrixeventprocessor.ts
index 9054ce6..2b23992 100644
--- a/src/matrixeventprocessor.ts
+++ b/src/matrixeventprocessor.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/matrixmessageprocessor.ts b/src/matrixmessageprocessor.ts
index e47f3ef..3f5aa9f 100644
--- a/src/matrixmessageprocessor.ts
+++ b/src/matrixmessageprocessor.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/matrixroomhandler.ts b/src/matrixroomhandler.ts
index 032a77f..109a5f4 100644
--- a/src/matrixroomhandler.ts
+++ b/src/matrixroomhandler.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/matrixtypes.ts b/src/matrixtypes.ts
index e5ca5e2..3d54c2d 100644
--- a/src/matrixtypes.ts
+++ b/src/matrixtypes.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/presencehandler.ts b/src/presencehandler.ts
index 24e6e7f..16fa4a9 100644
--- a/src/presencehandler.ts
+++ b/src/presencehandler.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2017, 2018 matrix-appservice-discord
+Copyright 2017 - 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/store.ts b/src/store.ts
index df32882..751a89c 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2017, 2018 matrix-appservice-discord
+Copyright 2017 - 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/src/usersyncroniser.ts b/src/usersyncroniser.ts
index f10b983..3a329a3 100644
--- a/src/usersyncroniser.ts
+++ b/src/usersyncroniser.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+Copyright 2018, 2019 matrix-appservice-discord
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
-- 
GitLab