aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-20 19:49:47 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-20 19:49:47 +0000
commit8a16b7a18f5d0b031f09832fd7752fba717e2a97 (patch)
tree5827510e6ce5a4c2c06381904731bd7dfefbfde0 /bin/ed
parent2321c474185e657ad1bdb4ef0a323cb10ba09cfc (diff)
downloadsrc-8a16b7a18f5d0b031f09832fd7752fba717e2a97.tar.gz
src-8a16b7a18f5d0b031f09832fd7752fba717e2a97.zip
Notes
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/cbc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c
index 507d454db898..7e1d03c3c634 100644
--- a/bin/ed/cbc.c
+++ b/bin/ed/cbc.c
@@ -1,5 +1,7 @@
/* cbc.c: This file contains the encryption routines for the ed line editor */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1993 The Regents of the University of California.
* All rights reserved.
*