diff --git a/LICENSE b/LICENSE index f058758..c1434b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) Vincent Klaiber +Copyright (c) Vincent Klaiber Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index e1d96f1..1f5439e 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,4 @@ Instagram will [deprecate their API](https://www.instagram.com/developer/) in fa ## License -[MIT](LICENSE) © [Vincent Klaiber](https://vinkla.com) +[MIT](LICENSE) © [Vincent Klaiber](https://doubledip.se) diff --git a/composer.json b/composer.json index d64a212..6057677 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "authors": [ { "name": "Vincent Klaiber", - "email": "hello@vinkla.com", - "homepage": "https://vinkla.com" + "email": "hello@doubledip.se", + "homepage": "https://doubledip.se" } ], "require": { diff --git a/src/Instagram.php b/src/Instagram.php index 582ec3c..40fb897 100644 --- a/src/Instagram.php +++ b/src/Instagram.php @@ -3,7 +3,7 @@ /* * This file is part of Instagram. * - * (c) Vincent Klaiber + * (c) Vincent Klaiber * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ /** * This is the instagram class. * - * @author Vincent Klaiber + * @author Vincent Klaiber */ class Instagram { diff --git a/src/InstagramException.php b/src/InstagramException.php index 06110f7..579872d 100644 --- a/src/InstagramException.php +++ b/src/InstagramException.php @@ -3,7 +3,7 @@ /* * This file is part of Instagram. * - * (c) Vincent Klaiber + * (c) Vincent Klaiber * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -18,7 +18,7 @@ /** * This is the instagram exception class. * - * @author Vincent Klaiber + * @author Vincent Klaiber */ class InstagramException extends RuntimeException { diff --git a/tests/InstagramTest.php b/tests/InstagramTest.php index 2cd4207..fb99d90 100644 --- a/tests/InstagramTest.php +++ b/tests/InstagramTest.php @@ -3,7 +3,7 @@ /* * This file is part of Instagram. * - * (c) Vincent Klaiber + * (c) Vincent Klaiber * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -22,7 +22,7 @@ /** * This is the instagram test class. * - * @author Vincent Klaiber + * @author Vincent Klaiber */ class InstagramTest extends TestCase {