From 051c2bdbbd6af18172b85f3fd4ebf567388f4fea Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 28 Dec 2020 15:04:52 +0100 Subject: [PATCH] fix copy notices --- lib/Authority.ts | 7 +++++++ stryker.conf.js | 2 +- test/spec/Authority.ts | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/Authority.ts b/lib/Authority.ts index 769c0a8..5e8c469 100644 --- a/lib/Authority.ts +++ b/lib/Authority.ts @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Server-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , December 2020 + */ + import { create_salt, sign_object, diff --git a/stryker.conf.js b/stryker.conf.js index 28a14b0..f51e7ec 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -1,6 +1,6 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of crypto-helper which is released under MIT. + * This file is part of Auth-Server-Helper which is released under MIT. * See file 'LICENSE' for full license details. * Created by Timo Hocker , May 2020 */ diff --git a/test/spec/Authority.ts b/test/spec/Authority.ts index 81d9ecf..69c9fc1 100644 --- a/test/spec/Authority.ts +++ b/test/spec/Authority.ts @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Server-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , December 2020 + */ + import { hash_sha512 } from '@sapphirecode/crypto-helper'; import auth from '../../lib/Authority'; import bl from '../../lib/Blacklist';