]> git.mxchange.org Git - friendica.git/commitdiff
removed the "same as friendika" note from the license line
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 21 Jul 2011 09:15:13 +0000 (11:15 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 21 Jul 2011 09:15:13 +0000 (11:15 +0200)
addon/impressum/impressum.php
addon/piwik/piwik.php
addon/statusnet/statusnet.php
addon/twitter/twitter.php

index b93d9eef642bd0108177d111c92e57c362975242..b760c7e0d9ef748ac39c75c929c6b55b4c0da9c6 100644 (file)
@@ -4,7 +4,7 @@
  * Description: Plugin to add contact information to the about page (/friendika)
  * Version: 1.0
  * Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
- * License: 3-clause BSD license (same as Friendika)
+ * License: 3-clause BSD license
  */
 
 function impressum_install() {
index 3cc136d2999db5f266c484ded44e68fdf91ed049..8389416e98c9a74741c8a22b74e01119468e718a 100644 (file)
@@ -12,7 +12,7 @@
  *   Author: Tobias Diekershoff
  *           tobias.diekershoff@gmx.net
  *
- *   License: 3-clause BSD license (same as Friendika)
+*   License: 3-clause BSD license
  *
  *   Configuration:
  *     Add the following two lines to your .htconfig.php file:
index 63cdd28df62fb7346cf73abd0ac22dff19997a9f..062884b9673590bddf3804b51d117fb7f1db288c 100644 (file)
@@ -10,7 +10,7 @@
  *   Author: Tobias Diekershoff
  *           tobias.diekershoff@gmx.net
  *
- *   License:3-clause BSD license (same as Friendika)
+ *   License:3-clause BSD license
  *
  *   Configuration:
  *     To activate the plugin itself add it to the $a->config['system']['addon']
@@ -155,8 +155,8 @@ function statusnet_settings_post ($a,$post) {
                 goaway($a->get_baseurl().'/settings/addon');
             } else {
                if (isset($_POST['statusnet-pin'])) {
-                                       //  if the user supplied us with a PIN from Twitter, let the magic of OAuth happen
-                                       logger('got a StatusNet security code');
+                       //  if the user supplied us with a PIN from Twitter, let the magic of OAuth happen
+                       logger('got a StatusNet security code');
                     $api     = get_pconfig(local_user(), 'statusnet', 'baseapi');
                                        $ckey    = get_pconfig(local_user(), 'statusnet', 'consumerkey'  );
                                        $csecret = get_pconfig(local_user(), 'statusnet', 'consumersecret' );
index 7f2b2e1c79362184686341a8d25f091ac5fdeada..26b324acaa69dd178f79d0ef6d5b8f365c3d4cc2 100644 (file)
@@ -11,7 +11,7 @@
  *   Author: Tobias Diekershoff
  *           tobias.diekershoff@gmx.net
  *
- *   License:3-clause BSD license (same as Friendika)
+ *   License:3-clause BSD license
  *
  *   Configuration:
  *     To use this plugin you need a OAuth Consumer key pair (key & secret)