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.