diff options
author | Jeremy C. Reed <jreed@isc.org> | 2013-02-13 18:45:50 +0100 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2013-02-13 18:45:50 +0100 |
commit | 3f85c6420a49c56d7e74b38634162760849f9e66 (patch) | |
tree | 3d37b37eaad2f483583bfcd32aff9994bafaa4da /src/lib/dhcpsrv/database_backends.dox | |
parent | [master] cleanup mes message files (diff) | |
download | kea-3f85c6420a49c56d7e74b38634162760849f9e66.tar.xz kea-3f85c6420a49c56d7e74b38634162760849f9e66.zip |
[master] add missing copyright and license statements
This had a quick review via jabber.
They were missing in some files that were longer than a few lines.
Not real important, but to be consistent.
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index a3b3b0c210..43594fd608 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -1,3 +1,17 @@ +// Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") +// +// Permission to use, copy, modify, and/or distribute this software for any +// purpose with or without fee is hereby granted, provided that the above +// copyright notice and this permission notice appear in all copies. +// +// THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +// AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +// PERFORMANCE OF THIS SOFTWARE. + /** @page dhcpDatabaseBackends DHCP Database Back-Ends |