]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: move Copyright in boilerplate.c
authorKarel Zak <kzak@redhat.com>
Thu, 14 Dec 2023 09:12:46 +0000 (10:12 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Dec 2023 09:12:46 +0000 (10:12 +0100)
Let's keep it in order

SPDX-License-Identifier
License block
Copyright
command description

Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/boilerplate.c

index d49b449241f2002b58ffa6f1b33f4b2756c3cf66..95915b5ccf7c7b0507e0b87c22670531c96f1478 100644 (file)
@@ -9,11 +9,10 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
- * fixme-command-name - purpose of it
- *
  * Copyright (c) 20nn  Example Commercial, Inc
  * Written by Your Name <you@example.com>
  *
+ * fixme-command-name - purpose of it
  */
 #include <getopt.h>
 #include <stdio.h>