From ddbbb541001cdab023d4b2f6559a2b52fc2a8cc8 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Wed, 26 Dec 2018 04:04:00 +0100 Subject: Fix license notes --- TODO | 1 + auria.sh | 10 +++++----- parse.c | 8 ++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 9076ab8..efbabdd 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +- Use `pacman-conf'. - Verify capabilities mentioned in the wiki: `- https://wiki.archlinux.org/index.php/AUR_helpers#Build_and_search - Test gpg-Signatures for git-packages. diff --git a/auria.sh b/auria.sh index f5d1b06..2aff5d3 100755 --- a/auria.sh +++ b/auria.sh @@ -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 . # @@ -29,7 +29,7 @@ # - cmp # - grep # - sed -# +# # optdeps: # - ed: default editor # @@ -78,7 +78,7 @@ # `- Option to remove build-deps after installation. # CONSIDER: Counter in install_list() # CONSIDER: Check for matching architecture before attempting to build. -# Q?: When to set retstr to ''. +# Q?: When to set retstr to ''. # IDEA: (print_restriction) consider to use sed. # # NOTE: (jq) `// empty' converts null to empty, which becomes "". 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 . */ @@ -87,7 +87,7 @@ int main(int argc, char **argv) } - /* + /* * Parse input line for line. */ int c; -- cgit v1.2.3