mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
maint: avoid regression on copyright listings
Commit f9ce7dad6 tried to kill uses of a raw street address, but missed a few instances. Automate things so we don't introduce new problems in the future. * cfg.mk (sc_copyright_address): New rule. (exclude_file_name_regexp--sc_copyright_address): Add exemption. * bootstrap.conf: Adjust offenders. * build-aux/augeas-gentest.pl: Likewise. * examples/systemtap/events.stp: Likewise. * examples/systemtap/qemu-monitor.stp: Likewise. * examples/systemtap/rpc-monitor.stp: Likewise. * src/dtrace2systemtap.pl: Likewise. * src/esx/esx_vi_generator.py: Likewise. * src/hyperv/hyperv_wmi_generator.py: Likewise. * src/remote/qemu_protocol.x: Likewise. * src/remote/remote_protocol.x: Likewise. * src/rpc/gensystemtap.pl: Likewise. * src/rpc/virnetprotocol.x: Likewise. * tests/object-locking.ml: Likewise. * tools/virt-xml-validate.in: Likewise.
This commit is contained in:
parent
a4bcefbcff
commit
3ad13c92a7
@ -17,7 +17,8 @@ scriptversion=2012-07-19.14; # UTC
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Originally written by Paul Eggert. The canonical version of this
|
# Originally written by Paul Eggert. The canonical version of this
|
||||||
# script is maintained as build-aux/bootstrap in gnulib, however, to
|
# script is maintained as build-aux/bootstrap in gnulib, however, to
|
||||||
|
@ -13,9 +13,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
# gnulib modules used by this package.
|
# gnulib modules used by this package.
|
||||||
gnulib_modules='
|
gnulib_modules='
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Daniel P. Berrange <berrange@redhat.com>
|
# Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
13
cfg.mk
13
cfg.mk
@ -13,7 +13,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Use alpha.gnu.org for alpha and beta releases.
|
# Use alpha.gnu.org for alpha and beta releases.
|
||||||
# Use ftp.gnu.org for major releases.
|
# Use ftp.gnu.org for major releases.
|
||||||
@ -622,6 +623,13 @@ sc_copyright_format:
|
|||||||
halt='spell Red Hat as two words' \
|
halt='spell Red Hat as two words' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
|
# Prefer the new URL listing over the old street address listing when
|
||||||
|
# calling out where to get a copy of the [L]GPL.
|
||||||
|
sc_copyright_address:
|
||||||
|
@prohibit=Boston,' MA' \
|
||||||
|
halt='Point to <http://www.gnu.org/licenses/>, not an address' \
|
||||||
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
# Some functions/macros produce messages intended solely for developers
|
# Some functions/macros produce messages intended solely for developers
|
||||||
# and maintainers. Do not mark them for translation.
|
# and maintainers. Do not mark them for translation.
|
||||||
sc_prohibit_gettext_markup:
|
sc_prohibit_gettext_markup:
|
||||||
@ -736,6 +744,9 @@ exclude_file_name_regexp--sc_avoid_write = \
|
|||||||
|
|
||||||
exclude_file_name_regexp--sc_bindtextdomain = ^(tests|examples)/
|
exclude_file_name_regexp--sc_bindtextdomain = ^(tests|examples)/
|
||||||
|
|
||||||
|
exclude_file_name_regexp--sc_copyright_address = \
|
||||||
|
^COPYING\.LIB$$
|
||||||
|
|
||||||
exclude_file_name_regexp--sc_flags_usage = ^(docs/|src/util/virnetdevtap\.c$$)
|
exclude_file_name_regexp--sc_flags_usage = ^(docs/|src/util/virnetdevtap\.c$$)
|
||||||
|
|
||||||
exclude_file_name_regexp--sc_libvirt_unmarked_diagnostics = \
|
exclude_file_name_regexp--sc_libvirt_unmarked_diagnostics = \
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# Author: Daniel P. Berrange <berrange@redhat.com>
|
# Author: Daniel P. Berrange <berrange@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# Author: Daniel P. Berrange <berrange@redhat.com>
|
# Author: Daniel P. Berrange <berrange@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# Author: Daniel P. Berrange <berrange@redhat.com>
|
# Author: Daniel P. Berrange <berrange@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Red Hat, Inc.
|
# Copyright (C) 2011-2012 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -13,8 +13,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# Author: Daniel P. Berrange <berrange@redhat.com>
|
# Author: Daniel P. Berrange <berrange@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, see
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Author: Chris Lalancette <clalance@redhat.com>
|
* Author: Chris Lalancette <clalance@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, see
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Author: Richard Jones <rjones@redhat.com>
|
* Author: Richard Jones <rjones@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Red Hat, Inc.
|
# Copyright (C) 2011-2012 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -13,8 +13,8 @@
|
|||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# Author: Daniel P. Berrange <berrange@redhat.com>
|
# Author: Daniel P. Berrange <berrange@redhat.com>
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- c -*-
|
/* -*- c -*-
|
||||||
* virnetprotocol.x: basic protocol for all RPC services.
|
* virnetprotocol.x: basic protocol for all RPC services.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2011 Red Hat, Inc.
|
* Copyright (C) 2006-2012 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
@ -14,8 +14,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, see
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Author: Richard Jones <rjones@redhat.com>
|
* Author: Richard Jones <rjones@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=$(pwd)
|
test -z "$srcdir" && srcdir=$(pwd)
|
||||||
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
(*
|
(*
|
||||||
* Analyse libvirt driver API methods for mutex locking mistakes
|
* Analyse libvirt driver API methods for mutex locking mistakes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2010 Red Hat, Inc.
|
* Copyright (C) 2008-2010, 2012 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
@ -14,8 +14,8 @@
|
|||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, see
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Author: Daniel P. Berrange <berrange@redhat.com>
|
* Author: Daniel P. Berrange <berrange@redhat.com>
|
||||||
*)
|
*)
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=`pwd`
|
test -z "$srcdir" && srcdir=`pwd`
|
||||||
test -z "$abs_top_srcdir" && abs_top_srcdir=`pwd`/..
|
test -z "$abs_top_srcdir" && abs_top_srcdir=`pwd`/..
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=`pwd`
|
test -z "$srcdir" && srcdir=`pwd`
|
||||||
test -z "$abs_top_srcdir" && abs_top_srcdir=`pwd`/..
|
test -z "$abs_top_srcdir" && abs_top_srcdir=`pwd`/..
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=$(pwd)
|
test -z "$srcdir" && srcdir=$(pwd)
|
||||||
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=$(pwd)
|
test -z "$srcdir" && srcdir=$(pwd)
|
||||||
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=$(pwd)
|
test -z "$srcdir" && srcdir=$(pwd)
|
||||||
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=$(pwd)
|
test -z "$srcdir" && srcdir=$(pwd)
|
||||||
|
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
: ${srcdir=$(pwd)}
|
: ${srcdir=$(pwd)}
|
||||||
: ${abs_top_srcdir=$(pwd)/..}
|
: ${abs_top_srcdir=$(pwd)/..}
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
: ${srcdir=$(pwd)}
|
: ${srcdir=$(pwd)}
|
||||||
: ${abs_top_srcdir=$(pwd)/..}
|
: ${abs_top_srcdir=$(pwd)/..}
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see
|
||||||
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
test -z "$srcdir" && srcdir=$(pwd)
|
test -z "$srcdir" && srcdir=$(pwd)
|
||||||
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# along with this program; if not, write to the Free Software
|
# License along with this library; if not, see
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user