summaryrefslogtreecommitdiff
path: root/common/tests/test_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tests/test_alloc.c')
-rw-r--r--common/tests/test_alloc.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/common/tests/test_alloc.c b/common/tests/test_alloc.c
index 437e87d3..46314f6d 100644
--- a/common/tests/test_alloc.c
+++ b/common/tests/test_alloc.c
@@ -1,6 +1,19 @@
/*
- * Copyright (c) 2007-2016 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2007-2017 by Internet Systems Consortium, Inc. ("ISC")
*
+ * 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 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.
+ */
+/*
* We test the functions provided in alloc.c here. These are very
* basic functions, and it is very important that they work correctly.
*