]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/Type.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / Type.h
index 3f26b8c3019aa42270af9f2661ea5726223ce0d1..72739e1cb66006f0169843252a2770427effc123 100644 (file)
@@ -1,9 +1,18 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef _SQUID__SRC_AUTH_AUTHTYPE_H
 #define _SQUID__SRC_AUTH_AUTHTYPE_H
 
 #if USE_AUTH
 
-namespace Auth {
+namespace Auth
+{
 
 typedef enum {
     AUTH_UNKNOWN,               /* default */
@@ -20,3 +29,4 @@ extern const char *Type_str[];
 
 #endif /* USE_AUTH */
 #endif
+