From 6f326e0fbab9585870f8aefc22d11e54d22fe693 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 11 May 2007 11:17:09 +0000 Subject: [PATCH] No use expanding tags unless there *are* tags... git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1410 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/flopen.h | 4 ++++ varnish-cache/include/vpf.h | 1 + varnish-cache/lib/libvarnish/flopen.c | 1 + varnish-cache/lib/libvarnish/vpf.c | 1 + 4 files changed, 7 insertions(+) diff --git a/varnish-cache/include/flopen.h b/varnish-cache/include/flopen.h index 3af1eb26..c4b7f752 100644 --- a/varnish-cache/include/flopen.h +++ b/varnish-cache/include/flopen.h @@ -23,6 +23,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ + * Derived from: + * $FreeBSD: src/lib/libutil/libutil.h,v 1.44 2007/05/10 15:01:42 des Exp $ */ #ifndef FLOPEN_H_INCLUDED diff --git a/varnish-cache/include/vpf.h b/varnish-cache/include/vpf.h index 8845ee72..d9b95054 100644 --- a/varnish-cache/include/vpf.h +++ b/varnish-cache/include/vpf.h @@ -23,6 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ * Derived from: * $FreeBSD: src/lib/libutil/libutil.h,v 1.41 2005/08/24 17:21:38 pjd Exp $ */ diff --git a/varnish-cache/lib/libvarnish/flopen.c b/varnish-cache/lib/libvarnish/flopen.c index 02eb40f8..009d898a 100644 --- a/varnish-cache/lib/libvarnish/flopen.c +++ b/varnish-cache/lib/libvarnish/flopen.c @@ -24,6 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ * Derived from: * $FreeBSD: src/lib/libutil/flopen.c,v 1.4 2007/05/10 15:01:42 des Exp $ */ diff --git a/varnish-cache/lib/libvarnish/vpf.c b/varnish-cache/lib/libvarnish/vpf.c index a5e8010f..f26ae0bc 100644 --- a/varnish-cache/lib/libvarnish/vpf.c +++ b/varnish-cache/lib/libvarnish/vpf.c @@ -23,6 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ * Derived from: * $FreeBSD: src/lib/libutil/pidfile.c,v 1.5 2007/05/11 11:10:05 des Exp $ */ -- 2.39.5