Page MenuHomeFreeBSD

D55208.id171620.diff
No OneTemporary

D55208.id171620.diff

diff --git a/bin/ed/buf.c b/bin/ed/buf.c
--- a/bin/ed/buf.c
+++ b/bin/ed/buf.c
@@ -1,6 +1,8 @@
/* buf.c: This file contains the scratch-file buffer routines for the
ed line editor. */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -1,5 +1,7 @@
/* ed.h: type and constant definitions for the ed editor. */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore
* All rights reserved.
*
diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c
--- a/bin/ed/glbl.c
+++ b/bin/ed/glbl.c
@@ -1,6 +1,8 @@
/* glob.c: This file contains the global command routines for the ed line
editor */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*
diff --git a/bin/ed/io.c b/bin/ed/io.c
--- a/bin/ed/io.c
+++ b/bin/ed/io.c
@@ -1,5 +1,7 @@
/* io.c: This file contains the i/o routines for the ed line editor */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*
diff --git a/bin/ed/main.c b/bin/ed/main.c
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -1,6 +1,8 @@
/* main.c: This file contains the main control and user-interface routines
for the ed line editor. */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*
diff --git a/bin/ed/re.c b/bin/ed/re.c
--- a/bin/ed/re.c
+++ b/bin/ed/re.c
@@ -1,6 +1,8 @@
/* re.c: This file contains the regular expression interface routines for
the ed line editor. */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*
diff --git a/bin/ed/sub.c b/bin/ed/sub.c
--- a/bin/ed/sub.c
+++ b/bin/ed/sub.c
@@ -1,6 +1,8 @@
/* sub.c: This file contains the substitution routines for the ed
line editor */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*
diff --git a/bin/ed/undo.c b/bin/ed/undo.c
--- a/bin/ed/undo.c
+++ b/bin/ed/undo.c
@@ -1,5 +1,7 @@
/* undo.c: This file contains the undo routines for the ed line editor */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved.
*

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 23, 12:24 PM (2 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35401865
Default Alt Text
D55208.id171620.diff (2 KB)

Event Timeline