Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164284031
D55213.id172175.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
D55213.id172175.diff
View Options
diff --git a/bin/sh/alias.h b/bin/sh/alias.h
--- a/bin/sh/alias.h
+++ b/bin/sh/alias.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/alias.c b/bin/sh/alias.c
--- a/bin/sh/alias.c
+++ b/bin/sh/alias.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/arith.h b/bin/sh/arith.h
--- a/bin/sh/arith.h
+++ b/bin/sh/arith.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/arith_yacc.h b/bin/sh/arith_yacc.h
--- a/bin/sh/arith_yacc.h
+++ b/bin/sh/arith_yacc.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 2007
diff --git a/bin/sh/arith_yacc.c b/bin/sh/arith_yacc.c
--- a/bin/sh/arith_yacc.c
+++ b/bin/sh/arith_yacc.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 2007
diff --git a/bin/sh/arith_yylex.c b/bin/sh/arith_yylex.c
--- a/bin/sh/arith_yylex.c
+++ b/bin/sh/arith_yylex.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 2002
* Herbert Xu.
* Copyright (c) 1993
diff --git a/bin/sh/cd.h b/bin/sh/cd.h
--- a/bin/sh/cd.h
+++ b/bin/sh/cd.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/cd.c b/bin/sh/cd.c
--- a/bin/sh/cd.c
+++ b/bin/sh/cd.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/error.h b/bin/sh/error.h
--- a/bin/sh/error.h
+++ b/bin/sh/error.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/error.c b/bin/sh/error.c
--- a/bin/sh/error.c
+++ b/bin/sh/error.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/eval.h b/bin/sh/eval.h
--- a/bin/sh/eval.h
+++ b/bin/sh/eval.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/exec.h b/bin/sh/exec.h
--- a/bin/sh/exec.h
+++ b/bin/sh/exec.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/expand.h b/bin/sh/expand.h
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/expand.c b/bin/sh/expand.c
--- a/bin/sh/expand.c
+++ b/bin/sh/expand.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1997-2005
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c
--- a/bin/sh/histedit.c
+++ b/bin/sh/histedit.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/input.h b/bin/sh/input.h
--- a/bin/sh/input.h
+++ b/bin/sh/input.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/input.c b/bin/sh/input.c
--- a/bin/sh/input.c
+++ b/bin/sh/input.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/bin/sh/mail.c b/bin/sh/mail.c
--- a/bin/sh/mail.c
+++ b/bin/sh/mail.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 31, 9:24 AM (14 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35779064
Default Alt Text
D55213.id172175.diff (5 KB)
Attached To
Mode
D55213: sh: Add SPDX-License-Identifier tags
Attached
Detach File
Event Timeline
Log In to Comment