Add c-file-style to C source files missing it.
[radsecproxy.git] / tlscommon.h
index 97388e4..4f6eadc 100644 (file)
@@ -1,10 +1,5 @@
-/*
- * Copyright (C) 2006-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) 2007-2009, UNINETT AS */
+/* See LICENSE for licensing information. */
 
 #include <openssl/ssl.h>
 
@@ -33,3 +28,7 @@ int verifyconfcert(X509 *cert, struct clsrvconf *conf);
 int conftls_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val);
 int addmatchcertattr(struct clsrvconf *conf);
 #endif
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */