diff options
-rw-r--r-- | sbin/pdisk/bitfield.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/bitfield.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/convert.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/convert.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/deblock_media.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/deblock_media.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/dpme.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/dump.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/dump.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/errors.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/errors.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/file_media.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/file_media.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/hfs_misc.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/hfs_misc.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/io.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/io.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/media.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/media.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/partition_map.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/partition_map.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/pathname.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/pathname.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/pdisk.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/pdisk.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/util.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/util.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/validate.c | 2 | ||||
-rw-r--r-- | sbin/pdisk/validate.h | 2 | ||||
-rw-r--r-- | sbin/pdisk/version.h | 2 |
30 files changed, 60 insertions, 0 deletions
diff --git a/sbin/pdisk/bitfield.c b/sbin/pdisk/bitfield.c index 252c1052f8a..fa4fdb8b072 100644 --- a/sbin/pdisk/bitfield.c +++ b/sbin/pdisk/bitfield.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bitfield.c,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // bitfield.c - extract and set bit fields // diff --git a/sbin/pdisk/bitfield.h b/sbin/pdisk/bitfield.h index d5fa5bcf232..7f61ddae9dd 100644 --- a/sbin/pdisk/bitfield.h +++ b/sbin/pdisk/bitfield.h @@ -1,3 +1,5 @@ +/* $OpenBSD: bitfield.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // bitfield.h - extract and set bit fields // diff --git a/sbin/pdisk/convert.c b/sbin/pdisk/convert.c index 2b6a26d98d7..db89a477fab 100644 --- a/sbin/pdisk/convert.c +++ b/sbin/pdisk/convert.c @@ -1,3 +1,5 @@ +/* $OpenBSD: convert.c,v 1.8 2016/01/11 07:54:07 jasper Exp $ */ + // // convert.c - Little-endian conversion // diff --git a/sbin/pdisk/convert.h b/sbin/pdisk/convert.h index 275ead94e81..d718c3e49bd 100644 --- a/sbin/pdisk/convert.h +++ b/sbin/pdisk/convert.h @@ -1,3 +1,5 @@ +/* $OpenBSD: convert.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // convert.h - Little-endian conversion // diff --git a/sbin/pdisk/deblock_media.c b/sbin/pdisk/deblock_media.c index 726d7beae4e..adc66022fd2 100644 --- a/sbin/pdisk/deblock_media.c +++ b/sbin/pdisk/deblock_media.c @@ -1,3 +1,5 @@ +/* $OpenBSD: deblock_media.c,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + /* * deblock_media.c - * diff --git a/sbin/pdisk/deblock_media.h b/sbin/pdisk/deblock_media.h index 9ea171fad94..1256d3c13be 100644 --- a/sbin/pdisk/deblock_media.h +++ b/sbin/pdisk/deblock_media.h @@ -1,3 +1,5 @@ +/* $OpenBSD: deblock_media.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + /* * deblock_media.h - * diff --git a/sbin/pdisk/dpme.h b/sbin/pdisk/dpme.h index 175c0cc596a..b3a2cb983ea 100644 --- a/sbin/pdisk/dpme.h +++ b/sbin/pdisk/dpme.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dpme.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // dpme.h - Disk Partition Map Entry (dpme) // diff --git a/sbin/pdisk/dump.c b/sbin/pdisk/dump.c index b6bd3adb918..d5cb14b41de 100644 --- a/sbin/pdisk/dump.c +++ b/sbin/pdisk/dump.c @@ -1,3 +1,5 @@ +/* $OpenBSD: dump.c,v 1.12 2016/01/11 07:54:07 jasper Exp $ */ + // // dump.c - dumping partition maps // diff --git a/sbin/pdisk/dump.h b/sbin/pdisk/dump.h index ce528f36fda..eae27c1d83f 100644 --- a/sbin/pdisk/dump.h +++ b/sbin/pdisk/dump.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dump.h,v 1.5 2016/01/11 07:54:07 jasper Exp $ */ + // // dump.h - dumping partition maps // diff --git a/sbin/pdisk/errors.c b/sbin/pdisk/errors.c index 29d7c1d03f3..0c123821556 100644 --- a/sbin/pdisk/errors.c +++ b/sbin/pdisk/errors.c @@ -1,3 +1,5 @@ +/* $OpenBSD: errors.c,v 1.9 2016/01/11 07:54:07 jasper Exp $ */ + // // errors.c - error & help routines // diff --git a/sbin/pdisk/errors.h b/sbin/pdisk/errors.h index a581a6292f8..83524402883 100644 --- a/sbin/pdisk/errors.h +++ b/sbin/pdisk/errors.h @@ -1,3 +1,5 @@ +/* $OpenBSD: errors.h,v 1.5 2016/01/11 07:54:07 jasper Exp $ */ + // // errors.h - error & help routines // diff --git a/sbin/pdisk/file_media.c b/sbin/pdisk/file_media.c index ebfcc1eb9a3..d3144c86698 100644 --- a/sbin/pdisk/file_media.c +++ b/sbin/pdisk/file_media.c @@ -1,3 +1,5 @@ +/* $OpenBSD: file_media.c,v 1.12 2016/01/11 07:54:07 jasper Exp $ */ + /* * file_media.c - * diff --git a/sbin/pdisk/file_media.h b/sbin/pdisk/file_media.h index 09fe0c7d8e9..f4467c0ee83 100644 --- a/sbin/pdisk/file_media.h +++ b/sbin/pdisk/file_media.h @@ -1,3 +1,5 @@ +/* $OpenBSD: file_media.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + /* * file_media.h - * diff --git a/sbin/pdisk/hfs_misc.c b/sbin/pdisk/hfs_misc.c index eac587deb43..81a3ef911b1 100644 --- a/sbin/pdisk/hfs_misc.c +++ b/sbin/pdisk/hfs_misc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: hfs_misc.c,v 1.6 2016/01/11 07:54:07 jasper Exp $ */ + // // hfs_misc.c - hfs routines // diff --git a/sbin/pdisk/hfs_misc.h b/sbin/pdisk/hfs_misc.h index 80add2a832d..9a5c59c3a70 100644 --- a/sbin/pdisk/hfs_misc.h +++ b/sbin/pdisk/hfs_misc.h @@ -1,3 +1,5 @@ +/* $OpenBSD: hfs_misc.h,v 1.2 2016/01/11 07:54:07 jasper Exp $ */ + // // hfs_misc.h - hfs routines // diff --git a/sbin/pdisk/io.c b/sbin/pdisk/io.c index 2c22ac89685..f0a6aee45b2 100644 --- a/sbin/pdisk/io.c +++ b/sbin/pdisk/io.c @@ -1,3 +1,5 @@ +/* $OpenBSD: io.c,v 1.9 2016/01/11 07:54:07 jasper Exp $ */ + // // io.c - simple io and input parsing routines // diff --git a/sbin/pdisk/io.h b/sbin/pdisk/io.h index 971d0408ef1..6393f93265a 100644 --- a/sbin/pdisk/io.h +++ b/sbin/pdisk/io.h @@ -1,3 +1,5 @@ +/* $OpenBSD: io.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // io.h - simple io and input parsing routines // diff --git a/sbin/pdisk/media.c b/sbin/pdisk/media.c index 1e9701174fe..6fb872b5d19 100644 --- a/sbin/pdisk/media.c +++ b/sbin/pdisk/media.c @@ -1,3 +1,5 @@ +/* $OpenBSD: media.c,v 1.7 2016/01/11 07:54:07 jasper Exp $ */ + /* * media.c - * diff --git a/sbin/pdisk/media.h b/sbin/pdisk/media.h index 1f5a7bcb28b..72b02cdb5bc 100644 --- a/sbin/pdisk/media.h +++ b/sbin/pdisk/media.h @@ -1,3 +1,5 @@ +/* $OpenBSD: media.h,v 1.5 2016/01/11 07:54:07 jasper Exp $ */ + /* * media.h - * diff --git a/sbin/pdisk/partition_map.c b/sbin/pdisk/partition_map.c index 3cc5a6746d5..167fd25d2aa 100644 --- a/sbin/pdisk/partition_map.c +++ b/sbin/pdisk/partition_map.c @@ -1,3 +1,5 @@ +/* $OpenBSD: partition_map.c,v 1.10 2016/01/11 07:54:07 jasper Exp $ */ + // // partition_map.c - partition map routines // diff --git a/sbin/pdisk/partition_map.h b/sbin/pdisk/partition_map.h index 963584cc6fc..0a9b4ef4a7b 100644 --- a/sbin/pdisk/partition_map.h +++ b/sbin/pdisk/partition_map.h @@ -1,3 +1,5 @@ +/* $OpenBSD: partition_map.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // partition_map.h - partition map routines // diff --git a/sbin/pdisk/pathname.c b/sbin/pdisk/pathname.c index a149ddf1ffa..afbf9bdc955 100644 --- a/sbin/pdisk/pathname.c +++ b/sbin/pdisk/pathname.c @@ -1,3 +1,5 @@ +/* $OpenBSD: pathname.c,v 1.8 2016/01/11 07:54:07 jasper Exp $ */ + /* * pathname.c - * diff --git a/sbin/pdisk/pathname.h b/sbin/pdisk/pathname.h index 49f5e093320..81aaa1c36e3 100644 --- a/sbin/pdisk/pathname.h +++ b/sbin/pdisk/pathname.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pathname.h,v 1.5 2016/01/11 07:54:07 jasper Exp $ */ + /* * pathname.h - * diff --git a/sbin/pdisk/pdisk.c b/sbin/pdisk/pdisk.c index c821083dfaa..51f5765b9e3 100644 --- a/sbin/pdisk/pdisk.c +++ b/sbin/pdisk/pdisk.c @@ -1,3 +1,5 @@ +/* $OpenBSD: pdisk.c,v 1.20 2016/01/11 07:54:07 jasper Exp $ */ + // // pdisk - an editor for Apple format partition tables // diff --git a/sbin/pdisk/pdisk.h b/sbin/pdisk/pdisk.h index 546ffe932f2..92533e8ad57 100644 --- a/sbin/pdisk/pdisk.h +++ b/sbin/pdisk/pdisk.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pdisk.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // pdisk.h - general header for pdisk program // diff --git a/sbin/pdisk/util.c b/sbin/pdisk/util.c index 09b8f1de533..efb51445bc3 100644 --- a/sbin/pdisk/util.c +++ b/sbin/pdisk/util.c @@ -1,3 +1,5 @@ +/* $OpenBSD: util.c,v 1.8 2016/01/11 07:54:07 jasper Exp $ */ + /* * util.c - * diff --git a/sbin/pdisk/util.h b/sbin/pdisk/util.h index 2d95a38cb4d..5211b28345c 100644 --- a/sbin/pdisk/util.h +++ b/sbin/pdisk/util.h @@ -1,3 +1,5 @@ +/* $OpenBSD: util.h,v 1.6 2016/01/11 07:54:07 jasper Exp $ */ + /* * util.h - * diff --git a/sbin/pdisk/validate.c b/sbin/pdisk/validate.c index 2c6ca8d4467..525beff8bf8 100644 --- a/sbin/pdisk/validate.c +++ b/sbin/pdisk/validate.c @@ -1,3 +1,5 @@ +/* $OpenBSD: validate.c,v 1.7 2016/01/11 07:54:07 jasper Exp $ */ + // // validate.c - // diff --git a/sbin/pdisk/validate.h b/sbin/pdisk/validate.h index 3d65e084c49..04aea4641cd 100644 --- a/sbin/pdisk/validate.h +++ b/sbin/pdisk/validate.h @@ -1,3 +1,5 @@ +/* $OpenBSD: validate.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ + // // validate.h - // diff --git a/sbin/pdisk/version.h b/sbin/pdisk/version.h index 73da0f217a8..44f05daad35 100644 --- a/sbin/pdisk/version.h +++ b/sbin/pdisk/version.h @@ -1,3 +1,5 @@ +/* $OpenBSD: version.h,v 1.5 2016/01/11 07:54:07 jasper Exp $ */ + /* * version.h - version number for pdisk program * |