summaryrefslogtreecommitdiff
path: root/mDNSResponder/mDNSShared/GenLinkedList.c
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/mDNSShared/GenLinkedList.c')
-rw-r--r--mDNSResponder/mDNSShared/GenLinkedList.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/mDNSResponder/mDNSShared/GenLinkedList.c b/mDNSResponder/mDNSShared/GenLinkedList.c
index 45dbb7cb..1c6cb5be 100644
--- a/mDNSResponder/mDNSShared/GenLinkedList.c
+++ b/mDNSResponder/mDNSShared/GenLinkedList.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 4 -*-
*
- * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2003-2011 Apple Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,13 +13,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-
- File: GenLinkedList.c
-
- Contains: implementation of generic linked lists.
-
- Version: 1.0
- Tabs: 4 spaces
*/
#include "GenLinkedList.h"