From 524a992da1b98bb88a62efb3365365831eb91141 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 6 Sep 2017 15:19:24 -0400 Subject: Move C file description comments Comments are ugly this is why I don't put them in my code ;) --- bin/jrp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/jrp.c') diff --git a/bin/jrp.c b/bin/jrp.c index 9fa3dcc1..f6f763d6 100644 --- a/bin/jrp.c +++ b/bin/jrp.c @@ -1,6 +1,4 @@ -/* JIT RPN calculator. - * - * Copyright (c) 2017, June McEnroe +/* Copyright (c) 2017, June McEnroe * * 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 @@ -16,6 +14,8 @@ * along with this program. If not, see . */ +// JIT RPN calculator. + #include #include #include -- cgit 1.4.1