aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
commitb3e7694832e81d7a904a10f525f8797b753bf0d3 (patch)
treeb19639e949c04734767a61d8997b23a935c0015d /bin
parent95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (diff)
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/iconv_stub.c2
-rw-r--r--bin/csh/iconv_stub.h2
-rw-r--r--bin/date/vary.h2
-rw-r--r--bin/dd/gen.c2
-rw-r--r--bin/expr/expr.y2
-rw-r--r--bin/setfacl/setfacl.h2
-rw-r--r--bin/sh/arith_yacc.h2
-rw-r--r--bin/sh/cd.h2
8 files changed, 0 insertions, 16 deletions
diff --git a/bin/csh/iconv_stub.c b/bin/csh/iconv_stub.c
index e20608c60616..67659d9f20a3 100644
--- a/bin/csh/iconv_stub.c
+++ b/bin/csh/iconv_stub.c
@@ -22,8 +22,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.
- *
- * $FreeBSD$
*/
#include <dlfcn.h>
diff --git a/bin/csh/iconv_stub.h b/bin/csh/iconv_stub.h
index a3e069a06e31..d85bcf3b113b 100644
--- a/bin/csh/iconv_stub.h
+++ b/bin/csh/iconv_stub.h
@@ -22,8 +22,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.
- *
- * $FreeBSD$
*/
#ifndef _ICONV_H_
diff --git a/bin/date/vary.h b/bin/date/vary.h
index b39306a2bb23..a63ee64db055 100644
--- a/bin/date/vary.h
+++ b/bin/date/vary.h
@@ -22,8 +22,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.
- *
- * $FreeBSD$
*/
struct vary {
diff --git a/bin/dd/gen.c b/bin/dd/gen.c
index d53d8fb2b5ac..01e0f61b27b1 100644
--- a/bin/dd/gen.c
+++ b/bin/dd/gen.c
@@ -1,7 +1,5 @@
/*-
* This program is in the public domain
- *
- * $FreeBSD$
*/
#include <stdio.h>
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index 4f07275031a3..629ff8d7b9e8 100644
--- a/bin/expr/expr.y
+++ b/bin/expr/expr.y
@@ -4,8 +4,6 @@
* and placed in the public domain.
*
* Largely rewritten by J.T. Conklin (jtc@wimsey.com)
- *
- * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/bin/setfacl/setfacl.h b/bin/setfacl/setfacl.h
index 5ea794d44c74..b7e7cfd8ca1d 100644
--- a/bin/setfacl/setfacl.h
+++ b/bin/setfacl/setfacl.h
@@ -22,8 +22,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.
- *
- * $FreeBSD$
*/
#ifndef _SETFACL_H
diff --git a/bin/sh/arith_yacc.h b/bin/sh/arith_yacc.h
index 7fdd99b75b57..3203c664a8a8 100644
--- a/bin/sh/arith_yacc.h
+++ b/bin/sh/arith_yacc.h
@@ -30,8 +30,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.
- *
- * $FreeBSD$
*/
#define ARITH_ASS 1
diff --git a/bin/sh/cd.h b/bin/sh/cd.h
index a82d6370d57c..e2f8ca54748e 100644
--- a/bin/sh/cd.h
+++ b/bin/sh/cd.h
@@ -25,8 +25,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.
- *
- * $FreeBSD$
*/
void pwd_init(int);