From e1282e7dfcffa3305e1c533ea5ca45ff859113dc Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 1 Apr 1997 08:19:18 +0000 Subject: [PATCH] Update copyright strings. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1541 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/common/base64.c | 4 ++-- appl/ftp/common/base64.h | 4 ++-- appl/ftp/common/common.h | 4 ++-- appl/ftp/ftp/ftp_locl.h | 4 ++-- appl/ftp/ftp/kauth.c | 4 ++-- appl/ftp/ftp/krb4.c | 4 ++-- appl/ftp/ftp/krb4.h | 4 ++-- appl/ftp/ftpd/auth.c | 4 ++-- appl/ftp/ftpd/auth.h | 4 ++-- appl/ftp/ftpd/kauth.c | 4 ++-- appl/ftp/ftpd/krb4.c | 4 ++-- appl/ftp/ftpd/krb4.h | 4 ++-- appl/ftp/ftpd/logwtmp.c | 4 ++-- appl/kx/common.c | 4 ++-- appl/kx/kx.c | 4 ++-- appl/kx/kx.h | 4 ++-- appl/kx/kxd.c | 4 ++-- appl/login/stty_default.c | 4 ++-- appl/login/utmp_login.c | 4 ++-- appl/otp/otp.c | 4 ++-- appl/otp/otp_locl.h | 4 ++-- appl/otp/otpprint.c | 4 ++-- appl/popper/pop_uidl.c | 4 ++-- lib/auth/afskauthlib/verify.c | 4 ++-- lib/auth/pam/pam.c | 4 ++-- lib/auth/sia/sia.c | 4 ++-- lib/des/des_locl.h | 4 ++-- lib/des/dllmain.c | 4 ++-- lib/des/key_par.c | 4 ++-- lib/des/mdtest.c | 4 ++-- lib/des/passwd_dlg.c | 4 ++-- lib/des/passwd_dlg.h | 4 ++-- lib/des/rnd_keys.c | 4 ++-- lib/editline/edit_compat.c | 4 ++-- lib/kafs/afslib.c | 4 ++-- lib/kafs/afssys.c | 4 ++-- lib/kafs/afssysdefs.h | 4 ++-- lib/kafs/kafs.h | 4 ++-- lib/otp/otp.c | 4 ++-- lib/otp/otp.h | 4 ++-- lib/otp/otp_challenge.c | 4 ++-- lib/otp/otp_db.c | 4 ++-- lib/otp/otp_locl.h | 4 ++-- lib/otp/otp_md.c | 4 ++-- lib/otp/otp_md.h | 4 ++-- lib/otp/otp_parse.c | 4 ++-- lib/otp/otp_print.c | 4 ++-- lib/otp/otp_verify.c | 4 ++-- lib/otp/otptest.c | 4 ++-- lib/roken/chown.c | 4 ++-- lib/roken/fchown.c | 4 ++-- lib/roken/get_window_size.c | 4 ++-- lib/roken/getcwd.c | 4 ++-- lib/roken/getdtablesize.c | 4 ++-- lib/roken/gettimeofday.c | 4 ++-- lib/roken/hstrerror.c | 4 ++-- lib/roken/inaddr2str.c | 4 ++-- lib/roken/inet_aton.c | 4 ++-- lib/roken/initgroups.c | 4 ++-- lib/roken/k_getpwnam.c | 4 ++-- lib/roken/k_getpwuid.c | 4 ++-- lib/roken/lstat.c | 4 ++-- lib/roken/memmove.c | 4 ++-- lib/roken/mini_inetd.c | 4 ++-- lib/roken/putenv.c | 4 ++-- lib/roken/rcmd.c | 4 ++-- lib/roken/resolve.c | 4 ++-- lib/roken/resolve.h | 4 ++-- lib/roken/roken.h | 4 ++-- lib/roken/roken.h.in | 4 ++-- lib/roken/setegid.c | 4 ++-- lib/roken/setenv.c | 4 ++-- lib/roken/seteuid.c | 4 ++-- lib/roken/signal.c | 4 ++-- lib/roken/strdup.c | 4 ++-- lib/roken/strerror.c | 4 ++-- lib/roken/strlwr.c | 4 ++-- lib/roken/strnlen.c | 4 ++-- lib/roken/strtok_r.c | 4 ++-- lib/roken/strupr.c | 4 ++-- lib/roken/swab.c | 4 ++-- lib/roken/tm2time.c | 4 ++-- lib/roken/unsetenv.c | 4 ++-- lib/roken/verify.c | 4 ++-- lib/roken/xdbm.h | 4 ++-- lib/sl/sl.c | 4 ++-- lib/sl/sl.h | 4 ++-- lib/sl/sl_locl.h | 4 ++-- 88 files changed, 176 insertions(+), 176 deletions(-) diff --git a/appl/ftp/common/base64.c b/appl/ftp/common/base64.c index 3caf723ce..85d207f70 100644 --- a/appl/ftp/common/base64.c +++ b/appl/ftp/common/base64.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/common/base64.h b/appl/ftp/common/base64.h index b883ad87a..69fdff398 100644 --- a/appl/ftp/common/base64.h +++ b/appl/ftp/common/base64.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/common/common.h b/appl/ftp/common/common.h index a93b6eb2e..5b9c8be52 100644 --- a/appl/ftp/common/common.h +++ b/appl/ftp/common/common.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftp/ftp_locl.h b/appl/ftp/ftp/ftp_locl.h index 83ae9ef73..20fb3d56a 100644 --- a/appl/ftp/ftp/ftp_locl.h +++ b/appl/ftp/ftp/ftp_locl.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftp/kauth.c b/appl/ftp/ftp/kauth.c index 829a7cbed..3d55b7fea 100644 --- a/appl/ftp/ftp/kauth.c +++ b/appl/ftp/ftp/kauth.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftp/krb4.c b/appl/ftp/ftp/krb4.c index dac3d39bb..bb04043ff 100644 --- a/appl/ftp/ftp/krb4.c +++ b/appl/ftp/ftp/krb4.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftp/krb4.h b/appl/ftp/ftp/krb4.h index a1681a23d..1810e0229 100644 --- a/appl/ftp/ftp/krb4.h +++ b/appl/ftp/ftp/krb4.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftpd/auth.c b/appl/ftp/ftpd/auth.c index 7c102f198..eea44563d 100644 --- a/appl/ftp/ftpd/auth.c +++ b/appl/ftp/ftpd/auth.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftpd/auth.h b/appl/ftp/ftpd/auth.h index e3b98ec98..79b2df60b 100644 --- a/appl/ftp/ftpd/auth.h +++ b/appl/ftp/ftpd/auth.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftpd/kauth.c b/appl/ftp/ftpd/kauth.c index 2a0954fe1..94d29de3d 100644 --- a/appl/ftp/ftpd/kauth.c +++ b/appl/ftp/ftpd/kauth.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftpd/krb4.c b/appl/ftp/ftpd/krb4.c index 70dcd6482..47669ad48 100644 --- a/appl/ftp/ftpd/krb4.c +++ b/appl/ftp/ftpd/krb4.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftpd/krb4.h b/appl/ftp/ftpd/krb4.h index eee73e1a9..3fd93a8f5 100644 --- a/appl/ftp/ftpd/krb4.h +++ b/appl/ftp/ftpd/krb4.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/ftp/ftpd/logwtmp.c b/appl/ftp/ftpd/logwtmp.c index 18114f4bf..53571cd63 100644 --- a/appl/ftp/ftpd/logwtmp.c +++ b/appl/ftp/ftpd/logwtmp.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/kx/common.c b/appl/kx/common.c index 5af779f76..b66c4c01d 100644 --- a/appl/kx/common.c +++ b/appl/kx/common.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/kx/kx.c b/appl/kx/kx.c index 5bf36aadf..dfc440db4 100644 --- a/appl/kx/kx.c +++ b/appl/kx/kx.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/kx/kx.h b/appl/kx/kx.h index cbd788a1d..5189dbe91 100644 --- a/appl/kx/kx.h +++ b/appl/kx/kx.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/kx/kxd.c b/appl/kx/kxd.c index c7f8f0f89..2419938b6 100644 --- a/appl/kx/kxd.c +++ b/appl/kx/kxd.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/login/stty_default.c b/appl/login/stty_default.c index c902c4c9d..c840cc5b4 100644 --- a/appl/login/stty_default.c +++ b/appl/login/stty_default.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/login/utmp_login.c b/appl/login/utmp_login.c index 3259a2f20..3526fb313 100644 --- a/appl/login/utmp_login.c +++ b/appl/login/utmp_login.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/otp/otp.c b/appl/otp/otp.c index cd62199ed..ddb811226 100644 --- a/appl/otp/otp.c +++ b/appl/otp/otp.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/otp/otp_locl.h b/appl/otp/otp_locl.h index f8329b74d..4d1251ffc 100644 --- a/appl/otp/otp_locl.h +++ b/appl/otp/otp_locl.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/otp/otpprint.c b/appl/otp/otpprint.c index 289166738..20e3cd0a9 100644 --- a/appl/otp/otpprint.c +++ b/appl/otp/otpprint.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/appl/popper/pop_uidl.c b/appl/popper/pop_uidl.c index 6c1802d2b..5a0c8f74c 100644 --- a/appl/popper/pop_uidl.c +++ b/appl/popper/pop_uidl.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/auth/afskauthlib/verify.c b/lib/auth/afskauthlib/verify.c index 356c29f28..3ffbeecc4 100644 --- a/lib/auth/afskauthlib/verify.c +++ b/lib/auth/afskauthlib/verify.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/auth/pam/pam.c b/lib/auth/pam/pam.c index ef4ccd255..fd5a7b85a 100644 --- a/lib/auth/pam/pam.c +++ b/lib/auth/pam/pam.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/auth/sia/sia.c b/lib/auth/sia/sia.c index a8b352815..12cf4580f 100644 --- a/lib/auth/sia/sia.c +++ b/lib/auth/sia/sia.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/des_locl.h b/lib/des/des_locl.h index e6641286a..b0a916fa6 100644 --- a/lib/des/des_locl.h +++ b/lib/des/des_locl.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/dllmain.c b/lib/des/dllmain.c index 9b69daab6..d1902bbdd 100644 --- a/lib/des/dllmain.c +++ b/lib/des/dllmain.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/key_par.c b/lib/des/key_par.c index 1376e1f77..e2e43c19e 100644 --- a/lib/des/key_par.c +++ b/lib/des/key_par.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/mdtest.c b/lib/des/mdtest.c index 07c5db305..58135a6a2 100644 --- a/lib/des/mdtest.c +++ b/lib/des/mdtest.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/passwd_dlg.c b/lib/des/passwd_dlg.c index 687133f34..ea270f58e 100644 --- a/lib/des/passwd_dlg.c +++ b/lib/des/passwd_dlg.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/passwd_dlg.h b/lib/des/passwd_dlg.h index 4859fe15f..a6ebe5407 100644 --- a/lib/des/passwd_dlg.h +++ b/lib/des/passwd_dlg.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index cf337da78..d4cc82314 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/editline/edit_compat.c b/lib/editline/edit_compat.c index 3b6ef048c..275597df3 100644 --- a/lib/editline/edit_compat.c +++ b/lib/editline/edit_compat.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/kafs/afslib.c b/lib/kafs/afslib.c index 6cb5cb46b..e9499aad2 100644 --- a/lib/kafs/afslib.c +++ b/lib/kafs/afslib.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/kafs/afssys.c b/lib/kafs/afssys.c index 61399d037..cf1f42cac 100644 --- a/lib/kafs/afssys.c +++ b/lib/kafs/afssys.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/kafs/afssysdefs.h b/lib/kafs/afssysdefs.h index f155d0623..ad8a16637 100644 --- a/lib/kafs/afssysdefs.h +++ b/lib/kafs/afssysdefs.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/kafs/kafs.h b/lib/kafs/kafs.h index 239f6d910..23d59a67a 100644 --- a/lib/kafs/kafs.h +++ b/lib/kafs/kafs.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp.c b/lib/otp/otp.c index 90a582863..8a512aef6 100644 --- a/lib/otp/otp.c +++ b/lib/otp/otp.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp.h b/lib/otp/otp.h index bf72ae9d9..20eda202c 100644 --- a/lib/otp/otp.h +++ b/lib/otp/otp.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_challenge.c b/lib/otp/otp_challenge.c index 154015063..cfac2b955 100644 --- a/lib/otp/otp_challenge.c +++ b/lib/otp/otp_challenge.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_db.c b/lib/otp/otp_db.c index e6700bc85..a1567e815 100644 --- a/lib/otp/otp_db.c +++ b/lib/otp/otp_db.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_locl.h b/lib/otp/otp_locl.h index f0312ba65..2aa6b3152 100644 --- a/lib/otp/otp_locl.h +++ b/lib/otp/otp_locl.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_md.c b/lib/otp/otp_md.c index 1f8f745a7..af9673a20 100644 --- a/lib/otp/otp_md.c +++ b/lib/otp/otp_md.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_md.h b/lib/otp/otp_md.h index 5d99508a0..c5b5a7eed 100644 --- a/lib/otp/otp_md.h +++ b/lib/otp/otp_md.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_parse.c b/lib/otp/otp_parse.c index f2e57ebe1..ba9ea3a09 100644 --- a/lib/otp/otp_parse.c +++ b/lib/otp/otp_parse.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_print.c b/lib/otp/otp_print.c index f48abddf1..ce896a31a 100644 --- a/lib/otp/otp_print.c +++ b/lib/otp/otp_print.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otp_verify.c b/lib/otp/otp_verify.c index e57d95dd4..002113b50 100644 --- a/lib/otp/otp_verify.c +++ b/lib/otp/otp_verify.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/otp/otptest.c b/lib/otp/otptest.c index 676ccabbc..4444330cb 100644 --- a/lib/otp/otptest.c +++ b/lib/otp/otptest.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/chown.c b/lib/roken/chown.c index e8e5b5474..0746cf746 100644 --- a/lib/roken/chown.c +++ b/lib/roken/chown.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/fchown.c b/lib/roken/fchown.c index f074c021a..f2f2ef9e5 100644 --- a/lib/roken/fchown.c +++ b/lib/roken/fchown.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/get_window_size.c b/lib/roken/get_window_size.c index b98b6b640..c6a7468e2 100644 --- a/lib/roken/get_window_size.c +++ b/lib/roken/get_window_size.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/getcwd.c b/lib/roken/getcwd.c index 305707a07..f12e9cfe6 100644 --- a/lib/roken/getcwd.c +++ b/lib/roken/getcwd.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/getdtablesize.c b/lib/roken/getdtablesize.c index ebe5d41db..9f335e85b 100644 --- a/lib/roken/getdtablesize.c +++ b/lib/roken/getdtablesize.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/gettimeofday.c b/lib/roken/gettimeofday.c index 163c073ae..8aad65267 100644 --- a/lib/roken/gettimeofday.c +++ b/lib/roken/gettimeofday.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/hstrerror.c b/lib/roken/hstrerror.c index 54259949e..5906c0903 100644 --- a/lib/roken/hstrerror.c +++ b/lib/roken/hstrerror.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/inaddr2str.c b/lib/roken/inaddr2str.c index d50d94a34..91e0c6f99 100644 --- a/lib/roken/inaddr2str.c +++ b/lib/roken/inaddr2str.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/inet_aton.c b/lib/roken/inet_aton.c index f6d2a52cf..ab25a3c6c 100644 --- a/lib/roken/inet_aton.c +++ b/lib/roken/inet_aton.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/initgroups.c b/lib/roken/initgroups.c index 8c94bf54f..084abe739 100644 --- a/lib/roken/initgroups.c +++ b/lib/roken/initgroups.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/k_getpwnam.c b/lib/roken/k_getpwnam.c index bc5d87a80..66098f0e0 100644 --- a/lib/roken/k_getpwnam.c +++ b/lib/roken/k_getpwnam.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/k_getpwuid.c b/lib/roken/k_getpwuid.c index bab49c501..d43080d49 100644 --- a/lib/roken/k_getpwuid.c +++ b/lib/roken/k_getpwuid.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/lstat.c b/lib/roken/lstat.c index efde0e97d..3f96e4ffd 100644 --- a/lib/roken/lstat.c +++ b/lib/roken/lstat.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/memmove.c b/lib/roken/memmove.c index bd07f8dbd..4597ea224 100644 --- a/lib/roken/memmove.c +++ b/lib/roken/memmove.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/mini_inetd.c b/lib/roken/mini_inetd.c index 7712bb83c..dbcc569d5 100644 --- a/lib/roken/mini_inetd.c +++ b/lib/roken/mini_inetd.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/putenv.c b/lib/roken/putenv.c index ed6875b32..6585edb9b 100644 --- a/lib/roken/putenv.c +++ b/lib/roken/putenv.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/rcmd.c b/lib/roken/rcmd.c index c05627deb..20abed616 100644 --- a/lib/roken/rcmd.c +++ b/lib/roken/rcmd.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/resolve.c b/lib/roken/resolve.c index ad8863d1d..364dde982 100644 --- a/lib/roken/resolve.c +++ b/lib/roken/resolve.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/resolve.h b/lib/roken/resolve.h index 3379c1140..126a3d8a5 100644 --- a/lib/roken/resolve.h +++ b/lib/roken/resolve.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/roken.h b/lib/roken/roken.h index fd01964df..dca8e11a2 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index fd01964df..dca8e11a2 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/setegid.c b/lib/roken/setegid.c index a0c1e554a..7a3d489e5 100644 --- a/lib/roken/setegid.c +++ b/lib/roken/setegid.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/setenv.c b/lib/roken/setenv.c index 9cbc598d2..26b35627e 100644 --- a/lib/roken/setenv.c +++ b/lib/roken/setenv.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/seteuid.c b/lib/roken/seteuid.c index 28811800d..217020f15 100644 --- a/lib/roken/seteuid.c +++ b/lib/roken/seteuid.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/signal.c b/lib/roken/signal.c index b0060a98a..0bb14f1bb 100644 --- a/lib/roken/signal.c +++ b/lib/roken/signal.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/strdup.c b/lib/roken/strdup.c index 92c92ed4c..8437f1eec 100644 --- a/lib/roken/strdup.c +++ b/lib/roken/strdup.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/strerror.c b/lib/roken/strerror.c index f417ddc6b..a38639139 100644 --- a/lib/roken/strerror.c +++ b/lib/roken/strerror.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/strlwr.c b/lib/roken/strlwr.c index 4b39e9c2b..175b53ac4 100644 --- a/lib/roken/strlwr.c +++ b/lib/roken/strlwr.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/strnlen.c b/lib/roken/strnlen.c index 6d9b12258..b2410d93e 100644 --- a/lib/roken/strnlen.c +++ b/lib/roken/strnlen.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/strtok_r.c b/lib/roken/strtok_r.c index b6ca9abce..66ab0b553 100644 --- a/lib/roken/strtok_r.c +++ b/lib/roken/strtok_r.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/strupr.c b/lib/roken/strupr.c index 96706631b..3b3bec9eb 100644 --- a/lib/roken/strupr.c +++ b/lib/roken/strupr.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/swab.c b/lib/roken/swab.c index 5b8c5fbf0..3ba132a74 100644 --- a/lib/roken/swab.c +++ b/lib/roken/swab.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/tm2time.c b/lib/roken/tm2time.c index 163b970b5..78158cd23 100644 --- a/lib/roken/tm2time.c +++ b/lib/roken/tm2time.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/unsetenv.c b/lib/roken/unsetenv.c index f8fa1f681..34e985c68 100644 --- a/lib/roken/unsetenv.c +++ b/lib/roken/unsetenv.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/verify.c b/lib/roken/verify.c index 1d4f0739c..9e7785e49 100644 --- a/lib/roken/verify.c +++ b/lib/roken/verify.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/roken/xdbm.h b/lib/roken/xdbm.h index b87a374cf..e2dea4642 100644 --- a/lib/roken/xdbm.h +++ b/lib/roken/xdbm.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/sl/sl.c b/lib/sl/sl.c index 6063bf68f..cc2aff308 100644 --- a/lib/sl/sl.c +++ b/lib/sl/sl.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/sl/sl.h b/lib/sl/sl.h index 3ec3ef7c5..fb785cb4a 100644 --- a/lib/sl/sl.h +++ b/lib/sl/sl.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/sl/sl_locl.h b/lib/sl/sl_locl.h index 720ea375d..a5b8d12b1 100644 --- a/lib/sl/sl_locl.h +++ b/lib/sl/sl_locl.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1995, 1996 Kungliga Tekniska Högskolan (Royal Institute - * of Technology, Stockholm, Sweden). + * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without