From 4c27a5a185bdbd887ef37d61b8bc4d91c8524103 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 28 Jan 2016 16:25:45 +0100 Subject: [PATCH] Update copyright notices --- README.md | 2 +- src/Auth.php | 4 ++-- src/Base64.php | 4 ++-- src/Exceptions.php | 4 ++-- tests/index.php | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 32326ea..cf12374 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ All contributions are welcome! If you wish to contribute, please create an issue ## License ``` -Copyright 2015 delight.im +Copyright (c) delight.im 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/Auth.php b/src/Auth.php index 0ffa8c6..a13fce9 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -1,7 +1,7 @@ +/* + * Copyright (c) delight.im * * 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/Base64.php b/src/Base64.php index c6b54fb..8a66e79 100644 --- a/src/Base64.php +++ b/src/Base64.php @@ -1,7 +1,7 @@ +/* + * Copyright (c) delight.im * * 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/Exceptions.php b/src/Exceptions.php index ebd462e..044da1c 100644 --- a/src/Exceptions.php +++ b/src/Exceptions.php @@ -1,7 +1,7 @@ +/* + * Copyright (c) delight.im * * 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/tests/index.php b/tests/index.php index a58d686..1f5638c 100644 --- a/tests/index.php +++ b/tests/index.php @@ -1,7 +1,7 @@ +/* + * Copyright (c) delight.im * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.