Completed
Push — release-1.7 ( 70c9ba )
by Armando
04:31
created
wp-to-diaspora.php 1 patch
Indentation   +28 added lines, -28 removed lines patch added patch discarded remove patch
@@ -1,33 +1,33 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Plugin Name: WP to diaspora*
4
- * Plugin URI:  https://github.com/gutobenn/wp-to-diaspora
5
- * Description: Automatically shares WordPress posts on diaspora*
6
- * Version:     1.7
7
- * Author:      Augusto Bennemann
8
- * Author URI:  https://github.com/gutobenn
9
- * Text Domain: wp-to-diaspora
10
- * Domain Path: /languages
11
- *
12
- * Copyright 2014-2015 Augusto Bennemann (email: gutobenn at gmail.com)
13
- *
14
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
15
- * General Public License as published by the Free Software Foundation; either version 2 of the License,
16
- * or (at your option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
19
- * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
- *
21
- * You should have received a copy of the GNU General Public License along with this program; if not, write
22
- * to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
- *
24
- * @package   WP_To_Diaspora
25
- * @version   1.7
26
- * @author    Augusto Bennemann <[email protected]>
27
- * @copyright Copyright (c) 2015, Augusto Bennemann
28
- * @link      https://github.com/gutobenn/wp-to-diaspora
29
- * @license   https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
30
- */
3
+	 * Plugin Name: WP to diaspora*
4
+	 * Plugin URI:  https://github.com/gutobenn/wp-to-diaspora
5
+	 * Description: Automatically shares WordPress posts on diaspora*
6
+	 * Version:     1.7
7
+	 * Author:      Augusto Bennemann
8
+	 * Author URI:  https://github.com/gutobenn
9
+	 * Text Domain: wp-to-diaspora
10
+	 * Domain Path: /languages
11
+	 *
12
+	 * Copyright 2014-2015 Augusto Bennemann (email: gutobenn at gmail.com)
13
+	 *
14
+	 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
15
+	 * General Public License as published by the Free Software Foundation; either version 2 of the License,
16
+	 * or (at your option) any later version.
17
+	 *
18
+	 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
19
+	 * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
+	 *
21
+	 * You should have received a copy of the GNU General Public License along with this program; if not, write
22
+	 * to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
+	 *
24
+	 * @package   WP_To_Diaspora
25
+	 * @version   1.7
26
+	 * @author    Augusto Bennemann <[email protected]>
27
+	 * @copyright Copyright (c) 2015, Augusto Bennemann
28
+	 * @link      https://github.com/gutobenn/wp-to-diaspora
29
+	 * @license   https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
30
+	 */
31 31
 
32 32
 // Exit if accessed directly.
33 33
 defined( 'ABSPATH' ) || exit;
Please login to merge, or discard this patch.