aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-26 04:04:00 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-26 04:04:00 +0100
commitddbbb541001cdab023d4b2f6559a2b52fc2a8cc8 (patch)
tree83c912431d5ed84cd0019da2af87afaf4687761c /parse.c
parentdbc39a4aec279ea62be228d104099c5f9a4891d8 (diff)
Fix license notes
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/parse.c b/parse.c
index afee584..1113d39 100644
--- a/parse.c
+++ b/parse.c
@@ -10,12 +10,12 @@
* 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.
- *
+ *
* auria 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 General Public License for more details.
- *
+ * GNU Affero General Public License for more details.
+ *
* You should have received a copy of the GNU Affero General Public License
* along with auria. If not, see <https://www.gnu.org/licenses/>.
*/
@@ -87,7 +87,7 @@ int main(int argc, char **argv)
}
- /*
+ /*
* Parse input line for line.
*/
int c;