]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/xstrerror.cc
SourceFormat Enforcement
[thirdparty/squid.git] / compat / xstrerror.cc
index f7752658ce5b3369694a413d6ce54d9be4668362..97f2702e526b8bb9ec9650087ee8356c169c4015 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2017 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.
+ */
+
 #include "squid.h"
 #include "compat/xstrerror.h"
 
@@ -99,3 +107,4 @@ xstrerr(int error)
 
     return xstrerror_buf;
 }
+