aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:28 +0000
commit90aea514c6249118e880d75972d063362f4bf492 (patch)
tree7554174a8c3ec3245218734cd94fe1610a1b5625 /bin/cp
parente717cb04bec1a0a911dee2fbbef6079f7107adc5 (diff)
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/Makefile1
-rw-r--r--bin/cp/cp.12
-rw-r--r--bin/cp/cp.c3
-rw-r--r--bin/cp/extern.h2
-rw-r--r--bin/cp/utils.c3
5 files changed, 0 insertions, 11 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index a9c310afc409..6da92d982f63 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <src.opts.mk>
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index b67718bd39b1..0bf28937d7fc 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
-.\"
.Dd February 23, 2022
.Dt CP 1
.Os
diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index 24156e4b4a0b..f8610229e4c8 100644
--- a/bin/cp/cp.c
+++ b/bin/cp/cp.c
@@ -39,9 +39,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
/*
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index a5b86c12b2f9..742b5676f1d7 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -27,8 +27,6 @@
* 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.
- *
- * @(#)extern.h 8.2 (Berkeley) 4/1/94
*/
typedef struct {
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index 02d78350067c..107e6638e453 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -30,9 +30,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/param.h>