aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
commit9ddb49cbe45441fa3f3a10f6dd355e9956480b5f (patch)
tree7dca27c9a790badf045197bb573b3e53ba372480 /bin/ls
parent20ef2e29634f6cc2efc195e55f5742fd09b832fe (diff)
downloadsrc-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.tar.gz
src-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.zip
/*- or .\"- or #- to begin license clauses.
Notes
Notes: svn path=/head/; revision=139969
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/cmp.c2
-rw-r--r--bin/ls/ls.11
-rw-r--r--bin/ls/ls.c2
-rw-r--r--bin/ls/ls.h3
-rw-r--r--bin/ls/print.c2
-rw-r--r--bin/ls/util.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c
index 41f5b8da1f76..903da8b8dfbd 100644
--- a/bin/ls/cmp.c
+++ b/bin/ls/cmp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 3fe48cd4c731..cedc21852487 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -1,3 +1,4 @@
+.\"-
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index 123084a5ce0f..0130ade11478 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/ls/ls.h b/bin/ls/ls.h
index dfb7771a3dd7..d4e5db6ad219 100644
--- a/bin/ls/ls.h
+++ b/bin/ls/ls.h
@@ -1,5 +1,4 @@
-
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/ls/print.c b/bin/ls/print.c
index 075cc5f13034..185b418afe30 100644
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/ls/util.c b/bin/ls/util.c
index 36122df4db78..bf80047494cb 100644
--- a/bin/ls/util.c
+++ b/bin/ls/util.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1994
* The Regents of the University of California. All rights reserved.
*