summaryrefslogtreecommitdiff
path: root/src/login_nopam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/login_nopam.c')
-rw-r--r--src/login_nopam.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/login_nopam.c b/src/login_nopam.c
index 68a37755..df6ba882 100644
--- a/src/login_nopam.c
+++ b/src/login_nopam.c
@@ -1,4 +1,9 @@
/* Taken from logdaemon-5.0, only minimal changes. --marekm */
+/*
+ * SPDX-FileCopyrightText: 1990 - 1995, Wietse Venema.
+ *
+ * SPDX-License-Identifier: Unlicense
+ */
/************************************************************************
* Copyright 1995 by Wietse Venema. All rights reserved. Individual files
@@ -10,7 +15,7 @@
*
* Redistribution and use in source and binary forms are permitted
* provided that this entire copyright notice is duplicated in all such
-* copies.
+* copies.
*
* This software is provided "as is" and without any expressed or implied
* warranties, including, without limitation, the implied warranties of
@@ -30,7 +35,7 @@
* control based on login names and on host (or domain) names, internet
* addresses (or network numbers), or on terminal line names in case of
* non-networked logins. Diagnostics are reported through syslog(3).
- *
+ *
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
*/
#include <sys/types.h>