aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rwxr-xr-xsrc/man/mkman.sh2
-rwxr-xr-xsrc/man/preproc.awk2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/man/mkman.sh b/src/man/mkman.sh
index 0302e0778..00c4ffe72 100755
--- a/src/man/mkman.sh
+++ b/src/man/mkman.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2023 Firejail Authors 3# Copyright (C) 2014-2024 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6set -e 6set -e
diff --git a/src/man/preproc.awk b/src/man/preproc.awk
index 57424b3aa..b9d78e276 100755
--- a/src/man/preproc.awk
+++ b/src/man/preproc.awk
@@ -1,6 +1,6 @@
1#!/usr/bin/gawk -E 1#!/usr/bin/gawk -E
2 2
3# Copyright (c) 2019-2023 rusty-snake 3# Copyright (c) 2019-2024 rusty-snake
4# 4#
5# Permission is hereby granted, free of charge, to any person obtaining a copy 5# Permission is hereby granted, free of charge, to any person obtaining a copy
6# of this software and associated documentation files (the "Software"), to deal 6# of this software and associated documentation files (the "Software"), to deal