aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-03 17:48:20 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-06 21:04:11 -0300
commit07dc167432954e81d0d7ecae278cf4241c1dbd25 (patch)
tree52cd29635f51edbe04863e9d43ab8bf8097e6aff /src/profstats
parentMerge pull request #4724 from WhyNotHugo/flatseal (diff)
downloadfirejail-07dc167432954e81d0d7ecae278cf4241c1dbd25.tar.gz
firejail-07dc167432954e81d0d7ecae278cf4241c1dbd25.tar.zst
firejail-07dc167432954e81d0d7ecae278cf4241c1dbd25.zip
profstats: Fix whitespace on license notice
This amends commit ebe4c93f2 ("profstats cleanup", 2021-12-01) / #4730. This is the second paragraph verbatim of one of the GPL license notices recommended by GNU[1]: This program 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. On all but one (external) file (and on src/profstats/main.c), the notice uses the same spacing: $ git grep -I -F 'FITNESS FOR A PARTICULAR PURPOSE. See' | wc -l 156 $ git grep -I -F 'FITNESS FOR A PARTICULAR PURPOSE. See' m4/ax_check_compile_flag.m4:# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General src/profstats/main.c: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [1] https://www.gnu.org/licenses/gpl-howto.en.html
Diffstat (limited to 'src/profstats')
-rw-r--r--src/profstats/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profstats/main.c b/src/profstats/main.c
index 9ddbb2633..a472ce259 100644
--- a/src/profstats/main.c
+++ b/src/profstats/main.c
@@ -10,7 +10,7 @@
10 * 10 *
11 * This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details. 14 * GNU General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU General Public License along 16 * You should have received a copy of the GNU General Public License along