Skip to content

Commit 547cd7b

Browse files
committed
Update author email & website
1 parent 033c0c1 commit 547cd7b

File tree

10 files changed

+19
-13
lines changed

10 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3-
All notable changes to `php-contracts-weblog` will be documented in this file.
3+
All notable changes to `cybercog/php-contracts-weblog` will be documented in this file.
4+
5+
## [Unreleased]
46

57
## 1.0.0 - 2018-04-07
68

79
- Initial release
10+
11+
[Unreleased]: https://github.com/cybercog/php-contracts-weblog/compare/1.0.0...master

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018, Anton Komarev <a.komarev@cybercog.su>
3+
Copyright (c) 2019, Anton Komarev <anton@komarev.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,16 @@ If you discover any security related issues, please email open@cybercog.su inste
7474

7575
## License
7676

77-
- `PHP Weblog Contracts` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev](https://github.com/antonkomarev).
77+
- `PHP Weblog Contracts` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev].
7878
- `Internet Marketing` image licensed under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/) by Gan Khoon Lay.
7979

8080
## About CyberCog
8181

82-
[CyberCog](http://www.cybercog.ru) is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion.
82+
[CyberCog](https://cybercog.ru) is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion.
8383

8484
- [Follow us on Twitter](https://twitter.com/cybercog)
8585
- [Read our articles on Medium](https://medium.com/cybercog)
8686

87-
<a href="http://cybercog.ru"><img src="https://cloud.githubusercontent.com/assets/1849174/18418932/e9edb390-7860-11e6-8a43-aa3fad524664.png" alt="CyberCog"></a>
87+
<a href="https://cybercog.ru"><img src="https://cloud.githubusercontent.com/assets/1849174/18418932/e9edb390-7860-11e6-8a43-aa3fad524664.png" alt="CyberCog"></a>
88+
89+
[Anton Komarev]: https://komarev.com

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"authors": [
2626
{
2727
"name": "Anton Komarev",
28-
"email": "a.komarev@cybercog.su",
29-
"homepage": "https://ell.folio.su",
28+
"email": "anton@komarev.com",
29+
"homepage": "https://komarev.com",
3030
"role": "Developer"
3131
}
3232
],

src/Author/Entities/Author.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of PHP Weblog Contracts.
55
*
6-
* (c) Anton Komarev <a.komarev@cybercog.su>
6+
* (c) Anton Komarev <anton@komarev.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Authorable/Entities/Authorable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of PHP Weblog Contracts.
55
*
6-
* (c) Anton Komarev <a.komarev@cybercog.su>
6+
* (c) Anton Komarev <anton@komarev.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Blog/Entities/Blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of PHP Weblog Contracts.
55
*
6-
* (c) Anton Komarev <a.komarev@cybercog.su>
6+
* (c) Anton Komarev <anton@komarev.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Category/Entities/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of PHP Weblog Contracts.
55
*
6-
* (c) Anton Komarev <a.komarev@cybercog.su>
6+
* (c) Anton Komarev <anton@komarev.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Comment/Entities/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of PHP Weblog Contracts.
55
*
6-
* (c) Anton Komarev <a.komarev@cybercog.su>
6+
* (c) Anton Komarev <anton@komarev.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Post/Entities/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of PHP Weblog Contracts.
55
*
6-
* (c) Anton Komarev <a.komarev@cybercog.su>
6+
* (c) Anton Komarev <anton@komarev.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)