dhcp: add missing copyright

File created in 092462dc10d1a4 by Seth Mos in 2012.
This commit is contained in:
Franco Fichtner 2022-02-14 08:47:44 +01:00
parent edeec7d621
commit b342645e7c
2 changed files with 27 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Copyright (c) 2015 S. Linke <dev@devsash.de>
Copyright (c) 2007 Sam Wenham
Copyright (c) 2007 Scott Dale
Copyright (c) 2003-2012 Scott Ullrich <sullrich@gmail.com>
Copyright (c) 2007-2011 Seth Mos <seth.mos@dds.nl>
Copyright (c) 2007-2012 Seth Mos <seth.mos@dds.nl>
Copyright (c) 2008-2009 Shrew Soft Inc. <mgrooms@shrew.net>
Copyright (c) 2022 Stephan de Wit <stephan.de.wit@deciso.com>
Copyright (c) 2004-2005 T. Lechat <dev@lechat.org>

View File

@ -1,6 +1,32 @@
#!/usr/local/bin/php
<?php
/*
* Copyright (C) 2012 Seth Mos <seth.mos@dds.nl>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
require_once 'util.inc';
$leases_file = "/var/dhcpd/var/db/dhcpd6.leases";