diff options
Diffstat (limited to '')
-rw-r--r-- | bin/jrp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/jrp.c b/bin/jrp.c index 960696e1..049dc7d4 100644 --- a/bin/jrp.c +++ b/bin/jrp.c @@ -1,6 +1,4 @@ -/* JIT RPN calculator. - * - * Copyright (c) 2017, Curtis McEnroe <programble@gmail.com> +/* Copyright (c) 2017, Curtis McEnroe <programble@gmail.com> * * 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 <http://www.gnu.org/licenses/>. */ +// JIT RPN calculator. + #include <err.h> #include <histedit.h> #include <stdbool.h> |