summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bitmap.c1
-rw-r--r--bitmap.h1
-rw-r--r--opacket.c1
-rw-r--r--opacket.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/bitmap.c b/bitmap.c
index 5089b0407..5ecfe68b8 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: bitmap.c,v 1.9 2017/10/20 01:56:39 djm Exp $ */
1/* 2/*
2 * Copyright (c) 2015 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 2015 Damien Miller <djm@mindrot.org>
3 * 4 *
diff --git a/bitmap.h b/bitmap.h
index c1bb1741a..336e90b06 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -1,3 +1,4 @@
1/* $OpenBSD: bitmap.h,v 1.2 2017/10/20 01:56:39 djm Exp $ */
1/* 2/*
2 * Copyright (c) 2015 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 2015 Damien Miller <djm@mindrot.org>
3 * 4 *
diff --git a/opacket.c b/opacket.c
index ad244b452..fca48e5f5 100644
--- a/opacket.c
+++ b/opacket.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: opacket.c,v 1.7 2017/10/20 01:56:39 djm Exp $ */
1/* Written by Markus Friedl. Placed in the public domain. */ 2/* Written by Markus Friedl. Placed in the public domain. */
2 3
3#include "includes.h" 4#include "includes.h"
diff --git a/opacket.h b/opacket.h
index c49d0c04a..b2c2e7f6a 100644
--- a/opacket.h
+++ b/opacket.h
@@ -1,3 +1,4 @@
1/* $OpenBSD: opacket.h,v 1.12 2017/10/20 01:56:39 djm Exp $ */
1#ifndef _OPACKET_H 2#ifndef _OPACKET_H
2/* Written by Markus Friedl. Placed in the public domain. */ 3/* Written by Markus Friedl. Placed in the public domain. */
3 4