From 8932da89f199f8182a14d7bf0de3e261efeaf6fb Mon Sep 17 00:00:00 2001 From: Sorunome <mail@sorunome.de> Date: Sat, 11 May 2019 11:51:49 +0200 Subject: [PATCH] update copyright headers --- package-lock.json | 16 ++++++++-------- src/util.ts | 2 +- test/test_matrixeventprocessor.ts | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f1c288..7abcd97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1875,8 +1875,8 @@ } }, "matrix-appservice-bridge": { - "version": "github:matrix-org/matrix-appservice-bridge#7abb1228759829500ed7718209b28e197d898dd0", - "from": "github:matrix-org/matrix-appservice-bridge#7abb1228759829500ed7718209b28e197d898dd0", + "version": "github:matrix-org/matrix-appservice-bridge#8a7288edf1d1d1d1395a83d330d836d9c9bf1e76", + "from": "github:matrix-org/matrix-appservice-bridge#8a7288edf1d1d1d1395a83d330d836d9c9bf1e76", "requires": { "bluebird": "^2.9.34", "chalk": "^2.4.1", @@ -1894,9 +1894,9 @@ } }, "matrix-js-sdk": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-1.0.4.tgz", - "integrity": "sha512-FPx7U1a0SmLbDXhXlR4XHlC+FVKTnK2/+ZBtyOWGLi3nxw4x8hCSSzJ82gzStya1qvhHvbf/y7eblYFVE1l7SQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-1.1.0.tgz", + "integrity": "sha512-ECoMN6DkwPdKiMa/jSoMkSDngFCo6x7oH84rLd1NtD7lBPl3Ejj6ARa0iIELE7u0OUO6J0FzdWh7Hd0ZnVTmww==", "requires": { "another-json": "^0.2.0", "babel-runtime": "^6.26.0", @@ -2456,9 +2456,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "range-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" }, "raw-body": { "version": "2.4.0", diff --git a/src/util.ts b/src/util.ts index ff0fe9e..9bfbaf9 100644 --- a/src/util.ts +++ b/src/util.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/test/test_matrixeventprocessor.ts b/test/test_matrixeventprocessor.ts index a5d109b..2c836b2 100644 --- a/test/test_matrixeventprocessor.ts +++ b/test/test_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. -- GitLab