aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/password.lua
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-09-26 16:19:22 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-09-26 16:19:22 +0000
commite12ff891366cf94db4bfe4c2c810b26a5531053d (patch)
treef8559295e6c898f67eeb2d4670461cbc21a9e0bd /stand/lua/password.lua
parentd4f44305039b3f432896fe8a5d011473573d46f3 (diff)
downloadsrc-e12ff891366cf94db4bfe4c2c810b26a5531053d.tar.gz
src-e12ff891366cf94db4bfe4c2c810b26a5531053d.zip
Further normalize copyright notices
- s/C/c/ where I've been inconsistent about it - +SPDX tags - Remove "All rights reserved" where possible Requested by: rgrimes (all rights reserved)
Notes
Notes: svn path=/head/; revision=352757
Diffstat (limited to 'stand/lua/password.lua')
-rw-r--r--stand/lua/password.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/lua/password.lua b/stand/lua/password.lua
index 8042a5d3d0b5..8edd4edd7ec3 100644
--- a/stand/lua/password.lua
+++ b/stand/lua/password.lua
@@ -2,7 +2,7 @@
-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD
--
-- Copyright (c) 2015 Pedro Souza <pedrosouza@freebsd.org>
--- Copyright (C) 2018 Kyle Evans <kevans@FreeBSD.org>
+-- Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without