From 2f8c073f59b4b352ee5ea2fedd6e7d231e8c1a06 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 10 Mar 2020 11:56:52 +0200 Subject: Proof-read the docs. Make configuration file optional. --- examples/ipadd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'examples/ipadd') diff --git a/examples/ipadd b/examples/ipadd index f001950..e4a2184 100755 --- a/examples/ipadd +++ b/examples/ipadd @@ -2,6 +2,21 @@ #! -*-perl-*- eval 'exec perl -x -S $0 ${1+"$@"}' if 0; +# This file is part of Ping903 +# Copyright (C) 2020 Sergey Poznyakoff +# +# Ping903 is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# Ping903 is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Ping903. If not, see . =head1 NAME -- cgit v1.2.1