Formatting changes.
[libradsec.git] / hash.c
diff --git a/hash.c b/hash.c
index e5d5881..51f039f 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,10 +1,6 @@
-/*
- * Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
- *
- * 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.
- */
+/* Copyright (c) 2006-2010, UNINETT AS
+ * Copyright (c) 2010-2012, NORDUnet A/S */
+/* See LICENSE for licensing information. */
 
 #include <stdlib.h>
 #include <string.h>
@@ -130,3 +126,7 @@ struct hash_entry *hash_next(struct hash_entry *entry) {
     e->next = (struct list_node *)entry->next->next;
     return e;
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */