ed: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55208
This commit is contained in:
Tuukka Pasanen
2026-02-09 10:05:17 +02:00
committed by Ed Maste
parent 62269b2f23
commit 9eeab27c56
8 changed files with 16 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
/* buf.c: This file contains the scratch-file buffer routines for the /* buf.c: This file contains the scratch-file buffer routines for the
ed line editor. */ ed line editor. */
/*- /*-
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1993 Andrew Moore, Talke Studio. * Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved. * All rights reserved.
* *
+2
View File
@@ -1,5 +1,7 @@
/* ed.h: type and constant definitions for the ed editor. */ /* ed.h: type and constant definitions for the ed editor. */
/*- /*-
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1993 Andrew Moore * Copyright (c) 1993 Andrew Moore
* All rights reserved. * All rights reserved.
* *
+2
View File
@@ -1,6 +1,8 @@
/* glob.c: This file contains the global command routines for the ed line /* glob.c: This file contains the global command routines for the ed line
editor */ editor */
/*- /*-
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1993 Andrew Moore, Talke Studio. * Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved. * All rights reserved.
* *
+2
View File
@@ -1,5 +1,7 @@
/* io.c: This file contains the i/o routines for the ed line editor */ /* 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. * Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved. * All rights reserved.
* *
+2
View File
@@ -1,6 +1,8 @@
/* main.c: This file contains the main control and user-interface routines /* main.c: This file contains the main control and user-interface routines
for the ed line editor. */ for the ed line editor. */
/*- /*-
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1993 Andrew Moore, Talke Studio. * Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved. * All rights reserved.
* *
+2
View File
@@ -1,6 +1,8 @@
/* re.c: This file contains the regular expression interface routines for /* re.c: This file contains the regular expression interface routines for
the ed line editor. */ the ed line editor. */
/*- /*-
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1993 Andrew Moore, Talke Studio. * Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved. * All rights reserved.
* *
+2
View File
@@ -1,6 +1,8 @@
/* sub.c: This file contains the substitution routines for the ed /* sub.c: This file contains the substitution routines for the ed
line editor */ line editor */
/*- /*-
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1993 Andrew Moore, Talke Studio. * Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved. * All rights reserved.
* *
+2
View File
@@ -1,5 +1,7 @@
/* undo.c: This file contains the undo routines for the ed line editor */ /* 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. * Copyright (c) 1993 Andrew Moore, Talke Studio.
* All rights reserved. * All rights reserved.
* *