]> git.mxchange.org Git - friendica.git/commitdiff
Improved license text
authorMichael <heluecht@pirati.ca>
Mon, 13 Jun 2022 10:03:34 +0000 (10:03 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 13 Jun 2022 10:03:34 +0000 (10:03 +0000)
src/Model/Contact.php

index 172540dd1f67402f32751eeb7f6bd8e54e470994..3ebc0e6986997ab9c157fd695500a06684a8021a 100644 (file)
@@ -1831,22 +1831,38 @@ class Contact
 
                        switch ($platform) {
                                case 'mastodon':
-                                       // @see https://github.com/mastodon/mastodon/tree/main/public/avatars/original/missing.png
+                                       /**
+                                        * Picture credits
+                                        * @license GNU Affero General Public License v3.0
+                                        * @link    https://github.com/mastodon/mastodon/tree/main/public/avatars/original/missing.png
+                                        */
                                        $default = '/images/default/mastodon.png';
                                        break;
        
                                case 'pleroma':
-                                       // @see https://git.pleroma.social/pleroma/pleroma/-/blob/develop/priv/static/images/avi.png
+                                       /**
+                                        * Picture credits
+                                        * @license GNU Affero General Public License v3.0
+                                        * @link    https://git.pleroma.social/pleroma/pleroma/-/blob/develop/priv/static/images/avi.png
+                                        */
                                        $default = '/images/default/pleroma.png';
                                        break;
 
                                case 'diaspora':
-                                       // @see https://github.com/diaspora/diaspora/
+                                       /**
+                                        * Picture credits
+                                        * @license GNU Affero General Public License v3.0
+                                        * @link    https://github.com/diaspora/diaspora/
+                                        */
                                        $default = '/images/default/diaspora.png';
                                        break;
 
                                case 'peertube':
-                                       // @see https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/assets/images/default-avatar-video-channel.png
+                                       /**
+                                        * Picture credits
+                                        * @license GNU Affero General Public License v3.0
+                                        * @link    https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/assets/images/default-avatar-video-channel.png
+                                        */
                                        $default = '/images/default/peertube.png';
                                        break;
                        }