From 2ecef44547258264cd20daf841e29f8dedd9def4 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 7 Jan 2005 02:35:34 +0000 Subject: /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files --- sys/netatalk/COPYRIGHT | 3 ++- sys/netatalk/aarp.c | 4 ++-- sys/netatalk/aarp.h | 23 ++++++++++++++++++++++- sys/netatalk/at.h | 2 +- sys/netatalk/at_control.c | 23 ++++++++++++++++++++++- sys/netatalk/at_extern.h | 26 +++++++++++++++++++++++++- sys/netatalk/at_proto.c | 4 +++- sys/netatalk/at_rmx.c | 2 +- sys/netatalk/at_var.h | 2 +- sys/netatalk/ddp.h | 4 +++- sys/netatalk/ddp_input.c | 4 ++-- sys/netatalk/ddp_output.c | 2 +- sys/netatalk/ddp_pcb.c | 24 ++++++++++++++++++++++-- sys/netatalk/ddp_pcb.h | 25 +++++++++++++++++++++++-- sys/netatalk/ddp_usrreq.c | 25 +++++++++++++++++++++++-- sys/netatalk/ddp_var.h | 25 +++++++++++++++++++++++-- sys/netatalk/endian.h | 4 +++- sys/netatalk/phase2.h | 24 +++++++++++++++++++++++- 18 files changed, 202 insertions(+), 24 deletions(-) (limited to 'sys/netatalk') diff --git a/sys/netatalk/COPYRIGHT b/sys/netatalk/COPYRIGHT index 24805aa..21b86e7 100644 --- a/sys/netatalk/COPYRIGHT +++ b/sys/netatalk/COPYRIGHT @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. * @@ -22,4 +22,5 @@ * Ann Arbor, Michigan * +1-313-764-2278 * netatalk@umich.edu + * $FreeBSD$ */ diff --git a/sys/netatalk/aarp.c b/sys/netatalk/aarp.c index 33d99b2..bdff6af 100644 --- a/sys/netatalk/aarp.c +++ b/sys/netatalk/aarp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Robert N. M. Watson * All rights reserved. * @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1990,1991,1994 Regents of The University of Michigan. * All Rights Reserved. * diff --git a/sys/netatalk/aarp.h b/sys/netatalk/aarp.h index 1a8771c..5b98984 100644 --- a/sys/netatalk/aarp.h +++ b/sys/netatalk/aarp.h @@ -1,7 +1,28 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu + * * $FreeBSD$ */ diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h index 93e91da..866b2f8 100644 --- a/sys/netatalk/at.h +++ b/sys/netatalk/at.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * diff --git a/sys/netatalk/at_control.c b/sys/netatalk/at_control.c index 7742d4a..d24edc4 100644 --- a/sys/netatalk/at_control.c +++ b/sys/netatalk/at_control.c @@ -1,7 +1,28 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu + * * $FreeBSD$ */ diff --git a/sys/netatalk/at_extern.h b/sys/netatalk/at_extern.h index bbb1bc9..c2daf26 100644 --- a/sys/netatalk/at_extern.h +++ b/sys/netatalk/at_extern.h @@ -1,4 +1,28 @@ -/* +/*- + * Copyright (c) 1990,1994 Regents of The University of Michigan. + * All Rights Reserved. + * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu + * * $FreeBSD$ */ struct mbuf; diff --git a/sys/netatalk/at_proto.c b/sys/netatalk/at_proto.c index 365e319..1060ca3 100644 --- a/sys/netatalk/at_proto.c +++ b/sys/netatalk/at_proto.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * @@ -19,6 +19,8 @@ * Ann Arbor, Michigan * +1-313-763-0525 * netatalk@itd.umich.edu + * + * $FreeBSD$ */ #include diff --git a/sys/netatalk/at_rmx.c b/sys/netatalk/at_rmx.c index 85e5797..39c2a2d 100644 --- a/sys/netatalk/at_rmx.c +++ b/sys/netatalk/at_rmx.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1994, 1995 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and diff --git a/sys/netatalk/at_var.h b/sys/netatalk/at_var.h index 4bbe110..e0eb0ed 100644 --- a/sys/netatalk/at_var.h +++ b/sys/netatalk/at_var.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * diff --git a/sys/netatalk/ddp.h b/sys/netatalk/ddp.h index aec009c..702c3f4 100644 --- a/sys/netatalk/ddp.h +++ b/sys/netatalk/ddp.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * @@ -19,6 +19,8 @@ * Ann Arbor, Michigan * +1-313-763-0525 * netatalk@itd.umich.edu + * + * $FreeBSD$ */ #ifndef _NETATALK_DDP_H_ #define _NETATALK_DDP_H_ 1 diff --git a/sys/netatalk/ddp_input.c b/sys/netatalk/ddp_input.c index f0608ce..9ffa10f 100644 --- a/sys/netatalk/ddp_input.c +++ b/sys/netatalk/ddp_input.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 Robert N. M. Watson * All rights reserved. * @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1990,1994 Regents of The University of Michigan. * * Permission to use, copy, modify, and distribute this software and diff --git a/sys/netatalk/ddp_output.c b/sys/netatalk/ddp_output.c index 7270d54..4f8e87dd 100644 --- a/sys/netatalk/ddp_output.c +++ b/sys/netatalk/ddp_output.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * diff --git a/sys/netatalk/ddp_pcb.c b/sys/netatalk/ddp_pcb.c index dda2cb7..23ccd8c 100644 --- a/sys/netatalk/ddp_pcb.c +++ b/sys/netatalk/ddp_pcb.c @@ -1,8 +1,28 @@ -/* +/*- * Copyright (c) 2004-2005 Robert N. M. Watson * Copyright (c) 1990,1994 Regents of The University of Michigan. - * All Rights Reserved. See COPYRIGHT. + * All Rights Reserved. + * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu * $FreeBSD$ */ diff --git a/sys/netatalk/ddp_pcb.h b/sys/netatalk/ddp_pcb.h index 85ec0cc..5ed2872 100644 --- a/sys/netatalk/ddp_pcb.h +++ b/sys/netatalk/ddp_pcb.h @@ -1,7 +1,28 @@ -/* +/*- * Copyright (c) 2004 Robert N. M. Watson * Copyright (c) 1990,1994 Regents of The University of Michigan. - * All Rights Reserved. See COPYRIGHT. + * All Rights Reserved. + * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu * * $FreeBSD$ */ diff --git a/sys/netatalk/ddp_usrreq.c b/sys/netatalk/ddp_usrreq.c index 0478a56..ac733ae 100644 --- a/sys/netatalk/ddp_usrreq.c +++ b/sys/netatalk/ddp_usrreq.c @@ -1,7 +1,28 @@ -/* +/*- * Copyright (c) 2004 Robert N. M. Watson * Copyright (c) 1990,1994 Regents of The University of Michigan. - * All Rights Reserved. See COPYRIGHT. + * All Rights Reserved. + * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu * * $FreeBSD$ */ diff --git a/sys/netatalk/ddp_var.h b/sys/netatalk/ddp_var.h index 6fb3aed..6f6c10a 100644 --- a/sys/netatalk/ddp_var.h +++ b/sys/netatalk/ddp_var.h @@ -1,6 +1,27 @@ -/* +/*- * Copyright (c) 1990,1994 Regents of The University of Michigan. - * All Rights Reserved. See COPYRIGHT. + * All Rights Reserved. + * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu * * $FreeBSD$ */ diff --git a/sys/netatalk/endian.h b/sys/netatalk/endian.h index 4786e8d3..41df5bc 100644 --- a/sys/netatalk/endian.h +++ b/sys/netatalk/endian.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * @@ -19,6 +19,8 @@ * Ann Arbor, Michigan * +1-313-763-0525 * netatalk@itd.umich.edu + * + * $FreeBSD$ */ #ifndef _ATALK_ENDIAN_H_ diff --git a/sys/netatalk/phase2.h b/sys/netatalk/phase2.h index 112c062..e6a4bec 100644 --- a/sys/netatalk/phase2.h +++ b/sys/netatalk/phase2.h @@ -1,6 +1,28 @@ -/* +/*- * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. + * + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appears in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation, and that the name of The University + * of Michigan not be used in advertising or publicity pertaining to + * distribution of the software without specific, written prior + * permission. This software is supplied as is without expressed or + * implied warranties of any kind. + * + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * + * Research Systems Unix Group + * The University of Michigan + * c/o Wesley Craig + * 535 W. William Street + * Ann Arbor, Michigan + * +1-313-764-2278 + * netatalk@umich.edu + * $FreeBSD$ */ #include -- cgit v1.1