]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
clear up whitespace in sendemailsummary
authorEvan Prodromou <evan@status.net>
Wed, 8 Jun 2011 20:33:06 +0000 (16:33 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 8 Jun 2011 20:33:06 +0000 (16:33 -0400)
plugins/EmailSummary/sendemailsummary.php

index af39f772f5f23ddf19cc66b926f29a347d90ca4c..01c11a210a009c6edbba4cf2a752c6966ca0db48 100644 (file)
@@ -1,22 +1,21 @@
-#!/usr/bin/env php
-   <?php
-   /*
-    * StatusNet - a distributed open-source microblogging tool
-    * Copyright (C) 2010, StatusNet, Inc.
-    *
-    * This program is free software: you can redistribute it and/or modify
-    * it under the terms of the GNU Affero General Public License as published by
-    * the Free Software Foundation, either version 3 of the License, or
-    * (at your option) any later version.
-    *
-    * This program is distributed in the hope that it will be useful,
-    * but WITHOUT ANY WARRANTY; without even the implied warranty of
-    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    * GNU Affero General Public License for more details.
-    *
-    * 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/>.
-    */
+<?php
+/*
+ * StatusNet - a distributed open-source microblogging tool
+ * Copyright (C) 2010, StatusNet, Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * 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/>.
+ */
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..'));