diff --git a/provisioner-rules.yaml b/provisioner-rules.yaml
deleted file mode 100644
index c1fdb6eba67b8282617241e6667bb2d3262c65fa..0000000000000000000000000000000000000000
--- a/provisioner-rules.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-# This rule checks the memberlist of a room to determine if it will let
-# the bridge create a link to the room. This is useful for avoiding conflicts
-# with other bridges.
-userIds:
-    # Anyone in this set will be ALWAYS exempt from the conflicts rule.
-    # Here anyone who's localpart starts with nice is exempt.
-    exempt:
-        - "@nice+.:example.com"
-        - "@mr.e:localhost"
-    # This is a regex that will exclude anyone who has "guy" at the end of their localpart.
-    # evilbloke is also exempt.
-    conflict:
-        - "@+.guy:example.com"
-        - "@evilbloke:example.com"
-        - "@mr.*:localhost"
diff --git a/src/db/roomstore.ts b/src/db/roomstore.ts
index 804dd4f804ab71b0cc05ab30d9c4af7f52b6e724..dd838c5492f1e758da34726592967703f5b14277 100644
--- a/src/db/roomstore.ts
+++ b/src/db/roomstore.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+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.
diff --git a/src/db/schema/v8.ts b/src/db/schema/v8.ts
index b41650eca92ccb239427376f4031b7bd24e04f8b..44fca26e60a8575893b6ca1dd4407215ec7c3ebd 100644
--- a/src/db/schema/v8.ts
+++ b/src/db/schema/v8.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2018 matrix-appservice-discord
+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.
diff --git a/test/db/test_roomstore.ts b/test/db/test_roomstore.ts
index c94a796aba105b1f5bc7bb361f84cc139e559461..45f9f756739b996505f3e7cb0b54e25518189207 100644
--- a/test/db/test_roomstore.ts
+++ b/test/db/test_roomstore.ts
@@ -1,5 +1,5 @@
 /*
-Copyright 2017, 2018 matrix-appservice-discord
+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.