GNU social is with a minor s.

This commit is contained in:
Mikael Nordfeldth
2013-10-15 00:20:36 +02:00
parent 9be368006c
commit f46d675a20
34 changed files with 46 additions and 46 deletions

View File

@@ -120,7 +120,7 @@ class PhotosAction extends Action
function showAlbum($album_id)
{
$album = GNUSocialPhotoAlbum::getKV('album_id', $album_id);
$album = GNUsocialPhotoAlbum::getKV('album_id', $album_id);
if (!$album) {
return;
}

View File

@@ -21,7 +21,7 @@
* Implements Link-based Resource Descriptor Discovery based on RFC6415,
* Web Host Metadata, i.e. the predecessor to WebFinger resource discovery.
*
* @package GNUSocial
* @package GNUsocial
* @author Mikael Nordfeldth <mmn@hethane.se>
*/

View File

@@ -23,7 +23,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @category Discovery
* @package GNUSocial
* @package GNUsocial
* @author James Walker <james@status.net>
* @author Mikael Nordfeldth <mmn@hethane.se>
* @copyright 2010 StatusNet, Inc.

View File

@@ -3,7 +3,7 @@
* Implementation of WebFinger resource discovery (RFC7033)
*
* @category Discovery
* @package GNUSocial
* @package GNUsocial
* @author Mikael Nordfeldth <mmn@hethane.se>
* @copyright 2013 Free Software Foundation, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0

View File

@@ -23,7 +23,7 @@
*
* Depends on: LRDD plugin
*
* @package GNUSocial
* @package GNUsocial
* @author Mikael Nordfeldth <mmn@hethane.se>
*/

View File

@@ -20,7 +20,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package GNUSocial
* @package GNUsocial
* @author Mikael Nordfeldth
* @copyright 2013 Free Software Foundation, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0