summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-02-16 10:49:38 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-02-16 10:49:38 +0000
commitbde7fc53535f4c2ef83015b50263e8e84b69d90c (patch)
tree75e31bf7cd2390653b652cd7ace02bb9faaebf49 /usr.bin
parentdcc11850d67870846e7f3e305cf7f62d98b59226 (diff)
I did some work here.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rsync/flist.c3
-rw-r--r--usr.bin/rsync/mktemp.c3
-rw-r--r--usr.bin/rsync/receiver.c3
-rw-r--r--usr.bin/rsync/uploader.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/rsync/flist.c b/usr.bin/rsync/flist.c
index 0561893659f..3a36c306f30 100644
--- a/usr.bin/rsync/flist.c
+++ b/usr.bin/rsync/flist.c
@@ -1,6 +1,7 @@
-/* $Id: flist.c,v 1.15 2019/02/16 10:48:05 florian Exp $ */
+/* $Id: flist.c,v 1.16 2019/02/16 10:49:37 florian Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2019 Florian Obser <florian@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/rsync/mktemp.c b/usr.bin/rsync/mktemp.c
index 90c4b10d78f..46fc38416c2 100644
--- a/usr.bin/rsync/mktemp.c
+++ b/usr.bin/rsync/mktemp.c
@@ -1,7 +1,8 @@
-/* $OpenBSD: mktemp.c,v 1.2 2019/02/16 10:48:05 florian Exp $ */
+/* $OpenBSD: mktemp.c,v 1.3 2019/02/16 10:49:37 florian Exp $ */
/*
* Copyright (c) 1996-1998, 2008 Theo de Raadt
* Copyright (c) 1997, 2008-2009 Todd C. Miller
+ * Copyright (c) 2019 Florian Obser <florian@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/rsync/receiver.c b/usr.bin/rsync/receiver.c
index 510b015fc76..54811792156 100644
--- a/usr.bin/rsync/receiver.c
+++ b/usr.bin/rsync/receiver.c
@@ -1,7 +1,8 @@
-/* $Id: receiver.c,v 1.14 2019/02/16 10:48:05 florian Exp $ */
+/* $Id: receiver.c,v 1.15 2019/02/16 10:49:37 florian Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2019 Florian Obser <florian@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/rsync/uploader.c b/usr.bin/rsync/uploader.c
index cdce449900c..bec7acd6ae0 100644
--- a/usr.bin/rsync/uploader.c
+++ b/usr.bin/rsync/uploader.c
@@ -1,6 +1,7 @@
-/* $Id: uploader.c,v 1.11 2019/02/16 10:48:05 florian Exp $ */
+/* $Id: uploader.c,v 1.12 2019/02/16 10:49:37 florian Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2019 Florian Obser <florian@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above