summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-07-12 09:23:23 -0400
committerThomas Markwalder <tmark@isc.org>2017-07-12 09:23:23 -0400
commit7512d88b9fb650e3c31fcb255676cdbb89d6c7b6 (patch)
tree6d0873b376bc5af1354587fa586e500886a18535 /dhcpctl
parentb3e6fd51761353b40153ac89bace75eef64ecb9c (diff)
downloadisc-dhcp-7512d88b9fb650e3c31fcb255676cdbb89d6c7b6.tar.gz
[master] Replaced licensing text with MPL licensing text throughout
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/callback.c8
-rw-r--r--dhcpctl/cltest.c8
-rw-r--r--dhcpctl/dhcpctl.c9
-rw-r--r--dhcpctl/omshell.c9
-rw-r--r--dhcpctl/remote.c8
5 files changed, 20 insertions, 22 deletions
diff --git a/dhcpctl/callback.c b/dhcpctl/callback.c
index 2027a2d0..95096edf 100644
--- a/dhcpctl/callback.c
+++ b/dhcpctl/callback.c
@@ -3,12 +3,12 @@
The dhcpctl callback object. */
/*
- * Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
- * Permission to use, copy, modify, and 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.
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c
index 3bd524f0..4e2544b1 100644
--- a/dhcpctl/cltest.c
+++ b/dhcpctl/cltest.c
@@ -3,12 +3,12 @@
Example program that uses the dhcpctl library. */
/*
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2000-2003 by Internet Software Consortium
*
- * Permission to use, copy, modify, and 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.
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
diff --git a/dhcpctl/dhcpctl.c b/dhcpctl/dhcpctl.c
index d4d21787..f394fc5d 100644
--- a/dhcpctl/dhcpctl.c
+++ b/dhcpctl/dhcpctl.c
@@ -3,13 +3,12 @@
Subroutines providing general support for objects. */
/*
- * Copyright (c) 2009,2013,2014 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
- * Permission to use, copy, modify, and 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.
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index aaf8981c..c42bab1a 100644
--- a/dhcpctl/omshell.c
+++ b/dhcpctl/omshell.c
@@ -3,13 +3,12 @@
Examine and modify omapi objects. */
/*
- * Copyright (c) 2009-2011,2013-2015 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2001-2003 by Internet Software Consortium
*
- * Permission to use, copy, modify, and 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.
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
diff --git a/dhcpctl/remote.c b/dhcpctl/remote.c
index c8f278db..31964c79 100644
--- a/dhcpctl/remote.c
+++ b/dhcpctl/remote.c
@@ -3,12 +3,12 @@
The dhcpctl remote object. */
/*
- * Copyright (c) 2004,2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
- * Permission to use, copy, modify, and 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.
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF