From b00915975b09768d864990a42fb77354c5f1ad82 Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 30 Jun 2021 13:10:04 +0000 Subject: [PATCH] Replace Id: tags with OpenBSD: tags OK deraadt@ --- usr.bin/rsync/blocks.c | 2 +- usr.bin/rsync/client.c | 2 +- usr.bin/rsync/downloader.c | 2 +- usr.bin/rsync/extern.h | 2 +- usr.bin/rsync/fargs.c | 2 +- usr.bin/rsync/flist.c | 2 +- usr.bin/rsync/hash.c | 2 +- usr.bin/rsync/ids.c | 2 +- usr.bin/rsync/io.c | 2 +- usr.bin/rsync/log.c | 2 +- usr.bin/rsync/main.c | 2 +- usr.bin/rsync/receiver.c | 2 +- usr.bin/rsync/sender.c | 2 +- usr.bin/rsync/server.c | 2 +- usr.bin/rsync/session.c | 2 +- usr.bin/rsync/socket.c | 2 +- usr.bin/rsync/symlinks.c | 2 +- usr.bin/rsync/uploader.c | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/usr.bin/rsync/blocks.c b/usr.bin/rsync/blocks.c index 4f21a41833d..81874c8cba0 100644 --- a/usr.bin/rsync/blocks.c +++ b/usr.bin/rsync/blocks.c @@ -1,4 +1,4 @@ -/* $Id: blocks.c,v 1.19 2019/06/02 17:43:34 deraadt Exp $ */ +/* $OpenBSD: blocks.c,v 1.20 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/client.c b/usr.bin/rsync/client.c index 129882230c8..5a07174eea4 100644 --- a/usr.bin/rsync/client.c +++ b/usr.bin/rsync/client.c @@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.16 2021/05/17 11:59:09 claudio Exp $ */ +/* $OpenBSD: client.c,v 1.17 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/downloader.c b/usr.bin/rsync/downloader.c index 9ddb8600a73..cb84c2bfcd9 100644 --- a/usr.bin/rsync/downloader.c +++ b/usr.bin/rsync/downloader.c @@ -1,4 +1,4 @@ -/* $Id: downloader.c,v 1.21 2019/05/08 21:30:11 benno Exp $ */ +/* $OpenBSD: downloader.c,v 1.22 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/extern.h b/usr.bin/rsync/extern.h index f780967d3b9..8f6579c9197 100644 --- a/usr.bin/rsync/extern.h +++ b/usr.bin/rsync/extern.h @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.37 2021/05/17 11:54:14 claudio Exp $ */ +/* $OpenBSD: extern.h,v 1.38 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/fargs.c b/usr.bin/rsync/fargs.c index 10eea6fa572..4047416854b 100644 --- a/usr.bin/rsync/fargs.c +++ b/usr.bin/rsync/fargs.c @@ -1,4 +1,4 @@ -/* $Id: fargs.c,v 1.18 2021/05/17 12:02:58 claudio Exp $ */ +/* $OpenBSD: fargs.c,v 1.19 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/flist.c b/usr.bin/rsync/flist.c index e12cb813f6f..e33f51b16d4 100644 --- a/usr.bin/rsync/flist.c +++ b/usr.bin/rsync/flist.c @@ -1,4 +1,4 @@ -/* $Id: flist.c,v 1.31 2021/03/22 11:49:15 claudio Exp $ */ +/* $OpenBSD: flist.c,v 1.32 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * Copyright (c) 2019 Florian Obser diff --git a/usr.bin/rsync/hash.c b/usr.bin/rsync/hash.c index edad21f13a6..b87c56f527c 100644 --- a/usr.bin/rsync/hash.c +++ b/usr.bin/rsync/hash.c @@ -1,4 +1,4 @@ -/* $Id: hash.c,v 1.3 2019/02/13 05:41:35 tb Exp $ */ +/* $OpenBSD: hash.c,v 1.4 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/ids.c b/usr.bin/rsync/ids.c index 721c455474e..1eef94b0404 100644 --- a/usr.bin/rsync/ids.c +++ b/usr.bin/rsync/ids.c @@ -1,4 +1,4 @@ -/* $Id: ids.c,v 1.14 2021/03/22 11:25:29 claudio Exp $ */ +/* $OpenBSD: ids.c,v 1.15 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/io.c b/usr.bin/rsync/io.c index 27beba693d4..ea35bdb295f 100644 --- a/usr.bin/rsync/io.c +++ b/usr.bin/rsync/io.c @@ -1,4 +1,4 @@ -/* $Id: io.c,v 1.19 2020/11/24 16:54:44 claudio Exp $ */ +/* $OpenBSD: io.c,v 1.20 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/log.c b/usr.bin/rsync/log.c index 860715d3790..e3c75ac24d3 100644 --- a/usr.bin/rsync/log.c +++ b/usr.bin/rsync/log.c @@ -1,4 +1,4 @@ -/* $Id: log.c,v 1.9 2020/05/17 19:54:41 deraadt Exp $ */ +/* $OpenBSD: log.c,v 1.10 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/main.c b/usr.bin/rsync/main.c index 10892565ef6..ff7d48fa071 100644 --- a/usr.bin/rsync/main.c +++ b/usr.bin/rsync/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.54 2021/05/17 12:04:38 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.55 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/receiver.c b/usr.bin/rsync/receiver.c index 054e62799a4..c731211070f 100644 --- a/usr.bin/rsync/receiver.c +++ b/usr.bin/rsync/receiver.c @@ -1,4 +1,4 @@ -/* $Id: receiver.c,v 1.27 2021/05/17 11:59:09 claudio Exp $ */ +/* $OpenBSD: receiver.c,v 1.28 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons diff --git a/usr.bin/rsync/sender.c b/usr.bin/rsync/sender.c index 00add6b4e6c..014d91ae411 100644 --- a/usr.bin/rsync/sender.c +++ b/usr.bin/rsync/sender.c @@ -1,4 +1,4 @@ -/* $Id: sender.c,v 1.28 2021/04/05 18:17:37 deraadt Exp $ */ +/* $OpenBSD: sender.c,v 1.29 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/server.c b/usr.bin/rsync/server.c index 0a4af893525..9ca46261028 100644 --- a/usr.bin/rsync/server.c +++ b/usr.bin/rsync/server.c @@ -1,4 +1,4 @@ -/* $Id: server.c,v 1.13 2021/05/17 11:59:09 claudio Exp $ */ +/* $OpenBSD: server.c,v 1.14 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/session.c b/usr.bin/rsync/session.c index affb4c883fc..d87e45cd238 100644 --- a/usr.bin/rsync/session.c +++ b/usr.bin/rsync/session.c @@ -1,4 +1,4 @@ -/* $Id: session.c,v 1.7 2019/05/08 20:00:25 benno Exp $ */ +/* $OpenBSD: session.c,v 1.8 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/socket.c b/usr.bin/rsync/socket.c index da58f5f2334..953b229afbc 100644 --- a/usr.bin/rsync/socket.c +++ b/usr.bin/rsync/socket.c @@ -1,4 +1,4 @@ -/* $Id: socket.c,v 1.30 2021/05/17 12:02:58 claudio Exp $ */ +/* $OpenBSD: socket.c,v 1.31 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/symlinks.c b/usr.bin/rsync/symlinks.c index da23b66033e..18bdf8ddbf1 100644 --- a/usr.bin/rsync/symlinks.c +++ b/usr.bin/rsync/symlinks.c @@ -1,4 +1,4 @@ -/* $Id: symlinks.c,v 1.5 2019/05/08 21:30:11 benno Exp $ */ +/* $OpenBSD: symlinks.c,v 1.6 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * diff --git a/usr.bin/rsync/uploader.c b/usr.bin/rsync/uploader.c index d0d4c6dca58..e57647c38e5 100644 --- a/usr.bin/rsync/uploader.c +++ b/usr.bin/rsync/uploader.c @@ -1,4 +1,4 @@ -/* $Id: uploader.c,v 1.28 2021/05/17 12:15:48 claudio Exp $ */ +/* $OpenBSD: uploader.c,v 1.29 2021/06/30 13:10:04 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * Copyright (c) 2019 Florian Obser -- 2.20.1