diff --git a/src/bot.ts b/src/bot.ts
index 25a2b2199929daf165cf3c35defe5aad92dc9d3b..d2e13e14883faa3d0abe19b3bc5dd1b4fff477b4 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 9759dfa091e831ffaa11062686bb50d227e02442..8f76d9e15799f57ed29e63e61a9fd53878cce47d 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 72a5b57006a512f2051c3a43f34fd48887ba3124..8c1f44cab57a3b7f28a0c2b6275aefdcc838abce 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 35d82bd3010d4cb47c9645ab6983a3f55b23c300..3fdde89e4e9d5626a23654952bbfe7957a37484f 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 d247db60dcc914e95f3efb65ba3ac9b8ac84f200..e6bc7a0f601708bb3ed04fbe30563d938c8e787c 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 b863d6293eed999cdae258cdab2320f45b3b187f..a7635eb9c80ba374ac38441b022e3eeb77199355 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 c2f732d712cee2f92015238955d759ac73722604..cb1251e28c1f08d86e74ba47aa7695da00319474 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 e91b8bf6112ff2f9cf88c11a30029514a3d301d8..475a5267bf6b9791a7adaa23aebeebe3700ce2af 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 9054ce6299bd0bedf8be60efbcbb07098e816822..2b23992eff3ce72f73f4ca0726cde6bbc7d3e921 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 e47f3efccf226cd8a6412ff1f903aa5af8587477..3f5aa9f88c9ebfc8dd308e3228e6275dc3e6daca 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 032a77fb8ee1b556b363953ad15dc6aaf5e299ce..109a5f4b2f7a9b1d6b2796c4dbb99abb2dd7600b 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 e5ca5e273919e3aac6c741dfc100a0721e420491..3d54c2d5641aa0ab9f22262ed30a3ef3e4014db1 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 24e6e7f7bf293a61e689c7fcb38d5fdc4ba412f6..16fa4a974510cf405e931a02a278789b3f89e08a 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 df328829e90a5a192569918b4f4645297431fba3..751a89c6a062329fe0fbb73653639237d02dc80a 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 f10b98310f808613771a81b7daab28e8d63df87a..3a329a3f1504f45ba8838181c17c817bfd135ead 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.