aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-30 15:10:11 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-30 15:10:11 +0000
commit8820ecc040f2b2392de20f32ee40cb5f3b90d0d3 (patch)
treeb34ef1b30e4869b738a1bd2fd70f329143d0a989 /usr.sbin/watch
parent38c9c65ee409d75b243bbc3449a95dde2394cedd (diff)
downloadsrc-8820ecc040f2b2392de20f32ee40cb5f3b90d0d3.tar.gz
src-8820ecc040f2b2392de20f32ee40cb5f3b90d0d3.zip
SPDX: Fix some cases wrongly attributed to MIT.
In the cases of BSD-style license variants without clauses, use 0BSD for the time being in lack of a better description.
Notes
Notes: svn path=/head/; revision=326398
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r--usr.sbin/watch/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c
index e6c6b230cfb2..afd59279ba8a 100644
--- a/usr.sbin/watch/watch.c
+++ b/usr.sbin/watch/watch.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: 0BSD
*
* Copyright (c) 1995 Ugen J.S.Antsilevich
*