diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/binfmt.sh.in | 4 | ||||
-rw-r--r-- | sh/cgroup-release-agent.sh.in | 4 | ||||
-rw-r--r-- | sh/functions.sh.in | 4 | ||||
-rw-r--r-- | sh/gendepends.sh.in | 4 | ||||
-rw-r--r-- | sh/init-early.sh.Linux.in | 4 | ||||
-rw-r--r-- | sh/init.sh.BSD.in | 4 | ||||
-rw-r--r-- | sh/init.sh.GNU-kFreeBSD.in | 4 | ||||
-rw-r--r-- | sh/init.sh.GNU.in | 4 | ||||
-rw-r--r-- | sh/openrc-run.sh.in | 4 | ||||
-rw-r--r-- | sh/rc-cgroup.sh | 4 | ||||
-rw-r--r-- | sh/rc-mount.sh | 4 | ||||
-rw-r--r-- | sh/runit.sh | 4 | ||||
-rw-r--r-- | sh/s6.sh | 4 | ||||
-rw-r--r-- | sh/start-stop-daemon.sh | 4 | ||||
-rw-r--r-- | sh/supervise-daemon.sh | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/sh/binfmt.sh.in b/sh/binfmt.sh.in index 11a57211..208d2062 100644 --- a/sh/binfmt.sh.in +++ b/sh/binfmt.sh.in @@ -8,11 +8,11 @@ # Copyright (c) 2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. apply_file() { diff --git a/sh/cgroup-release-agent.sh.in b/sh/cgroup-release-agent.sh.in index 179e6bcf..0a6ec17d 100644 --- a/sh/cgroup-release-agent.sh.in +++ b/sh/cgroup-release-agent.sh.in @@ -4,11 +4,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/functions.sh.in b/sh/functions.sh.in index bc2203c9..63730b32 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -3,11 +3,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/gendepends.sh.in b/sh/gendepends.sh.in index 45147e6a..5852c772 100644 --- a/sh/gendepends.sh.in +++ b/sh/gendepends.sh.in @@ -3,11 +3,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init-early.sh.Linux.in b/sh/init-early.sh.Linux.in index f304e924..936a0d17 100644 --- a/sh/init-early.sh.Linux.in +++ b/sh/init-early.sh.Linux.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init.sh.BSD.in b/sh/init.sh.BSD.in index eb524aaf..af34b4f8 100644 --- a/sh/init.sh.BSD.in +++ b/sh/init.sh.BSD.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init.sh.GNU-kFreeBSD.in b/sh/init.sh.GNU-kFreeBSD.in index dd07ad4a..f0ebbf1a 100644 --- a/sh/init.sh.GNU-kFreeBSD.in +++ b/sh/init.sh.GNU-kFreeBSD.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init.sh.GNU.in b/sh/init.sh.GNU.in index 23f67480..8fdfdf7a 100644 --- a/sh/init.sh.GNU.in +++ b/sh/init.sh.GNU.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in index 5c84af45..5d0eeffa 100644 --- a/sh/openrc-run.sh.in +++ b/sh/openrc-run.sh.in @@ -3,11 +3,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/rc-cgroup.sh b/sh/rc-cgroup.sh index fd61ebd2..c99282fc 100644 --- a/sh/rc-cgroup.sh +++ b/sh/rc-cgroup.sh @@ -1,10 +1,10 @@ # Copyright (c) 2012-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/rc-mount.sh b/sh/rc-mount.sh index b640541f..6cd6a85b 100644 --- a/sh/rc-mount.sh +++ b/sh/rc-mount.sh @@ -1,10 +1,10 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/runit.sh b/sh/runit.sh index 5d82c9f6..d4e37f34 100644 --- a/sh/runit.sh +++ b/sh/runit.sh @@ -1,10 +1,10 @@ # Copyright (c) 2016 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. # Released under the 2-clause BSD license. @@ -2,11 +2,11 @@ # Copyright (c) 2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/start-stop-daemon.sh b/sh/start-stop-daemon.sh index 2e549ae1..95e62dce 100644 --- a/sh/start-stop-daemon.sh +++ b/sh/start-stop-daemon.sh @@ -2,11 +2,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh index e403a789..a8541922 100644 --- a/sh/supervise-daemon.sh +++ b/sh/supervise-daemon.sh @@ -2,11 +2,11 @@ # Copyright (c) 2016 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. |