From: Amos Jeffries Date: Thu, 2 Oct 2014 12:12:52 +0000 (-0700) Subject: Add missing boilerplate for rev.13621 X-Git-Tag: SQUID_3_5_0_1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bead4a89df4733bd2abd6d2ff7d7400d91a3b441;p=thirdparty%2Fsquid.git Add missing boilerplate for rev.13621 --- diff --git a/compat/statvfs.cc b/compat/statvfs.cc index 8f83f20e5d..d95f393484 100644 --- a/compat/statvfs.cc +++ b/compat/statvfs.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 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/statvfs.h" diff --git a/compat/statvfs.h b/compat/statvfs.h index 3b292ad203..66d0a8f225 100644 --- a/compat/statvfs.h +++ b/compat/statvfs.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 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_COMPAT_XSTATVFS_H #define _SQUID_COMPAT_XSTATVFS_H