diff options
author | 2000-12-20 01:52:12 +0000 | |
---|---|---|
committer | 2000-12-20 01:52:12 +0000 | |
commit | fafad76d119ccf3e544f764b738e1b54500c978d (patch) | |
tree | d6d35c052bba6066dc05fcd8eb1f083ba3daf672 | |
parent | Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi (diff) | |
download | wireguard-openbsd-fafad76d119ccf3e544f764b738e1b54500c978d.tar.xz wireguard-openbsd-fafad76d119ccf3e544f764b738e1b54500c978d.zip |
correct copyright notice
-rw-r--r-- | libexec/login_token/login_token.8 | 4 | ||||
-rw-r--r-- | libexec/login_token/token.c | 4 | ||||
-rw-r--r-- | libexec/login_token/token.h | 4 | ||||
-rw-r--r-- | libexec/login_token/tokendb.c | 4 | ||||
-rw-r--r-- | libexec/login_token/tokendb.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/libexec/login_token/login_token.8 b/libexec/login_token/login_token.8 index 404137656cb..09ad818a6f6 100644 --- a/libexec/login_token/login_token.8 +++ b/libexec/login_token/login_token.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: login_token.8,v 1.1 2000/12/20 01:41:53 millert Exp $ +.\" $OpenBSD: login_token.8,v 1.2 2000/12/20 01:52:12 millert Exp $ .\" -.\" Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved. +.\" Copyright (c) 1995 Migration Associates Corporation. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/libexec/login_token/token.c b/libexec/login_token/token.c index 5ac24a926e7..ec7195fb848 100644 --- a/libexec/login_token/token.c +++ b/libexec/login_token/token.c @@ -1,7 +1,7 @@ -/* $OpenBSD: token.c,v 1.1 2000/12/20 01:41:53 millert Exp $ */ +/* $OpenBSD: token.c,v 1.2 2000/12/20 01:52:12 millert Exp $ */ /*- - * Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved. + * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/libexec/login_token/token.h b/libexec/login_token/token.h index e1d5baf54b6..ef7693abde4 100644 --- a/libexec/login_token/token.h +++ b/libexec/login_token/token.h @@ -1,7 +1,7 @@ -/* $OpenBSD: token.h,v 1.1 2000/12/20 01:41:53 millert Exp $ */ +/* $OpenBSD: token.h,v 1.2 2000/12/20 01:52:12 millert Exp $ */ /*- - * Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved. + * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/libexec/login_token/tokendb.c b/libexec/login_token/tokendb.c index bfc021ac4aa..6648119a8f4 100644 --- a/libexec/login_token/tokendb.c +++ b/libexec/login_token/tokendb.c @@ -1,7 +1,7 @@ -/* $OpenBSD: tokendb.c,v 1.1 2000/12/20 01:41:53 millert Exp $ */ +/* $OpenBSD: tokendb.c,v 1.2 2000/12/20 01:52:12 millert Exp $ */ /*- - * Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved. + * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/libexec/login_token/tokendb.h b/libexec/login_token/tokendb.h index 32a80985088..9479ff6de7b 100644 --- a/libexec/login_token/tokendb.h +++ b/libexec/login_token/tokendb.h @@ -1,7 +1,7 @@ -/* $OpenBSD: tokendb.h,v 1.1 2000/12/20 01:41:53 millert Exp $ */ +/* $OpenBSD: tokendb.h,v 1.2 2000/12/20 01:52:12 millert Exp $ */ /*- - * Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved. + * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |