summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-01-19 13:28:04 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-01-19 13:28:04 +0200
commiteb94384c0cb4bf284c639ba070c04d957adff664 (patch)
tree4d5b0d3206e206f6450056c5091a004fb61af4e5
parentebuild-maintainer-quiz: add a question about different documentations (diff)
downloadcomrel-eb94384c0cb4bf284c639ba070c04d957adff664.tar.gz
comrel-eb94384c0cb4bf284c639ba070c04d957adff664.tar.bz2
comrel-eb94384c0cb4bf284c639ba070c04d957adff664.zip
ebuild-maintainer-quiz: remove extra newline from 21.c, indent
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--recruiters/quizzes/ebuild-maintainer-quiz.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/recruiters/quizzes/ebuild-maintainer-quiz.txt b/recruiters/quizzes/ebuild-maintainer-quiz.txt
index b407a4f..d6e70c3 100644
--- a/recruiters/quizzes/ebuild-maintainer-quiz.txt
+++ b/recruiters/quizzes/ebuild-maintainer-quiz.txt
@@ -207,11 +207,10 @@ docs: GLEPs, devmanual
21.c. The package frobnicate has a 'COPYING' that exactly matches GPL-3.
However, all the source files have the following copyright notice:
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
What should be the value of LICENSE variable for this package?