diff options
Diffstat (limited to 'lib/libc/gen/unvis-compat.c')
-rw-r--r-- | lib/libc/gen/unvis-compat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/unvis-compat.c b/lib/libc/gen/unvis-compat.c index 2249f847621e..4562b8f7a383 100644 --- a/lib/libc/gen/unvis-compat.c +++ b/lib/libc/gen/unvis-compat.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2012 SRI International * All rights reserved. @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <vis.h> |