use HEAD in git URIs to point to the default branch

This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
This commit is contained in:
Mike Frysinger 2021-12-20 20:07:00 -05:00
parent 04d8234844
commit 301161a7a4
193 changed files with 381 additions and 381 deletions

View File

@ -1,10 +1,10 @@
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2017 The OpenRC Authors. # Copyright (c) 2017 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2017 The OpenRC Authors. # Copyright (c) 2017 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2017 The OpenRC Authors. # Copyright (c) 2017 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2017 The OpenRC Authors. # Copyright (c) 2017 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2017 The OpenRC Authors. # Copyright (c) 2017 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2007-2018 The OpenRC Authors. # Copyright (c) 2007-2018 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2007-2018 The OpenRC Authors. # Copyright (c) 2007-2018 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!/bin/sh #!/bin/sh
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!/bin/sh #!/bin/sh
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!/bin/sh #!/bin/sh
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2017 The OpenRC Authors. # Copyright (c) 2017 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2015 The OpenRC Authors. # Copyright (c) 2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2017 The OpenRC Authors. # Copyright (c) 2017 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2013-2015 The OpenRC Authors. # Copyright (c) 2013-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2015 The OpenRC Authors. # Copyright (c) 2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2009-2015 The OpenRC Authors. # Copyright (c) 2009-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2014-2015 The OpenRC Authors. # Copyright (c) 2014-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2016 The OpenRC Authors. # Copyright (c) 2016 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2015 The OpenRC Authors. # Copyright (c) 2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -3,7 +3,7 @@
# #
# This file is part of OpenRC. It is subject to the license terms in # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -3,7 +3,7 @@
# #
# This file is part of OpenRC. It is subject to the license terms in # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2009-2015 The OpenRC Authors. # Copyright (c) 2009-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2009-2015 The OpenRC Authors. # Copyright (c) 2009-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
#!@SBINDIR@/openrc-run #!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2017 The OpenRC Authors. .\" Copyright (c) 2017 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2017 The OpenRC Authors. .\" Copyright (c) 2017 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2015 The OpenRC Authors. .\" Copyright (c) 2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
.\" Copyright (c) 2007-2015 The OpenRC Authors. .\" Copyright (c) 2007-2015 The OpenRC Authors.
.\" See the Authors file at the top-level directory of this distribution and .\" 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 .\" 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 .\" 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 .\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"

View File

@ -1,10 +1,10 @@
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
# rules to enable debugging support # rules to enable debugging support
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
# Generate .depend # Generate .depend
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
# rules to make a distribution tarball from a git repo # rules to make a distribution tarball from a git repo
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,11 +1,11 @@
# rules to make .gitignore files # rules to make .gitignore files
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -3,11 +3,11 @@
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2013-2015 The OpenRC Authors. # Copyright (c) 2013-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2013-2015 The OpenRC Authors. # Copyright (c) 2013-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2007-2015 The OpenRC Authors. # Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

View File

@ -1,10 +1,10 @@
# Copyright (c) 2008-2015 The OpenRC Authors. # Copyright (c) 2008-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and # 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 # 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 # 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 # This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file. # except according to the terms contained in the LICENSE file.

Some files were not shown because too many files have changed in this diff Show More