comparison sbin/ftjail @ 274:570363928b13

Convert the "module" doc-string to a `#:'-style comment
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 17 Sep 2022 14:42:28 +0200
parents dde5967d1e43
children 0da26750b6fb
comparison
equal deleted inserted replaced
273:6af59bd0af7e 274:570363928b13
1 #!/bin/sh 1 #!/bin/sh
2 # -*- indent-tabs-mode: nil; -*- 2 # -*- indent-tabs-mode: nil; -*-
3 : 'A very minimal BSD Thin Jail management tool. 3 #:
4 4 #: A very minimal BSD Thin Jail management tool.
5 :Author: Franz Glasner 5 #:
6 :Copyright: (c) 2022 Franz Glasner. 6 #: :Author: Franz Glasner
7 All rights reserved. 7 #: :Copyright: (c) 2022 Franz Glasner.
8 :License: BSD 3-Clause "New" or "Revised" License. 8 #: All rights reserved.
9 See LICENSE for details. 9 #: :License: BSD 3-Clause "New" or "Revised" License.
10 If you cannot find LICENSE see 10 #: See LICENSE for details.
11 <https://opensource.org/licenses/BSD-3-Clause> 11 #: If you cannot find LICENSE see
12 :ID: @(#)@@PKGORIGIN@@ $HGid$ 12 #: <https://opensource.org/licenses/BSD-3-Clause>
13 13 #: :ID: @(#)@@PKGORIGIN@@ $HGid$
14 ' 14 #:
15 15
16 set -eu 16 set -eu
17 17
18 VERSION="@@VERSION@@" 18 VERSION="@@VERSION@@"
19 19