------------------------------------------------------------ revno: 13622 revision-id: squid3@treenet.co.nz-20141002121252-i6bkwka4etf89gr4 parent: squid3@treenet.co.nz-20141002120726-8sq3an52oqtk318e committer: Amos Jeffries branch nick: trunk timestamp: Thu 2014-10-02 05:12:52 -0700 message: Add missing boilerplate for rev.13621 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20141002121252-i6bkwka4etf89gr4 # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: e5ed5b661b1c7c0717e95ed56573a04b303772eb # timestamp: 2014-10-06 17:34:28 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk # base_revision_id: squid3@treenet.co.nz-20141002120726-\ # 8sq3an52oqtk318e # # Begin patch === modified file 'compat/statvfs.cc' --- compat/statvfs.cc 2014-10-02 12:07:26 +0000 +++ compat/statvfs.cc 2014-10-02 12:12:52 +0000 @@ -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" === modified file 'compat/statvfs.h' --- compat/statvfs.h 2014-10-02 12:07:26 +0000 +++ compat/statvfs.h 2014-10-02 12:12:52 +0000 @@ -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