From owner-p4-projects@FreeBSD.ORG Tue Jun 15 12:49:28 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E5B1E16A4D0; Tue, 15 Jun 2004 12:49:27 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A807316A4CE for ; Tue, 15 Jun 2004 12:49:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2A1243D2F for ; Tue, 15 Jun 2004 12:49:27 +0000 (GMT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5FCnR32055261 for ; Tue, 15 Jun 2004 12:49:27 GMT (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5FCnRck055258 for perforce@freebsd.org; Tue, 15 Jun 2004 12:49:27 GMT (envelope-from jmallett@freebsd.org) Date: Tue, 15 Jun 2004 12:49:27 GMT Message-Id: <200406151249.i5FCnRck055258@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett To: Perforce Change Reviews Subject: PERFORCE change 55017 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 12:49:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=55017 Change 55017 by jmallett@jmallett_oingo on 2004/06/15 12:49:25 Catch up files without 2004 copyright. Affected files ... .. //depot/projects/mips/sys/mips/include/atomic.h#19 edit .. //depot/projects/mips/sys/mips/include/clock.h#2 edit .. //depot/projects/mips/sys/mips/include/elf.h#6 edit .. //depot/projects/mips/sys/mips/include/exec.h#2 edit .. //depot/projects/mips/sys/mips/include/frame.h#5 edit .. //depot/projects/mips/sys/mips/include/hwfunc.h#6 edit .. //depot/projects/mips/sys/mips/include/md_var.h#11 edit .. //depot/projects/mips/sys/mips/include/mutex.h#2 edit .. //depot/projects/mips/sys/mips/include/pcb.h#7 edit .. //depot/projects/mips/sys/mips/include/pcpu.h#5 edit .. //depot/projects/mips/sys/mips/include/pmap.h#16 edit .. //depot/projects/mips/sys/mips/include/proc.h#5 edit .. //depot/projects/mips/sys/mips/include/ptrace.h#2 edit .. //depot/projects/mips/sys/mips/include/reg.h#8 edit .. //depot/projects/mips/sys/mips/include/smp.h#2 edit .. //depot/projects/mips/sys/mips/mips/autoconf.c#6 edit .. //depot/projects/mips/sys/mips/mips/db_hwwatch.c#2 edit .. //depot/projects/mips/sys/mips/mips/elf_machdep.c#4 edit .. //depot/projects/mips/sys/mips/mips/genassym.c#13 edit .. //depot/projects/mips/sys/mips/mips/locore.S#15 edit .. //depot/projects/mips/sys/mips/mips/machdep.c#46 edit .. //depot/projects/mips/sys/mips/mips/sig_machdep.c#3 edit .. //depot/projects/mips/sys/mips/mips/support.S#12 edit .. //depot/projects/mips/sys/mips/mips/sys_machdep.c#2 edit .. //depot/projects/mips/sys/mips/mips/syscall.c#3 edit .. //depot/projects/mips/sys/mips/mips/tlb.c#26 edit .. //depot/projects/mips/sys/mips/mips/trap.c#24 edit .. //depot/projects/mips/sys/mips/mips/vm_machdep.c#19 edit .. //depot/projects/mips/sys/mips/sbmips/clock.c#2 edit .. //depot/projects/mips/sys/mips/sgimips/clock.c#10 edit .. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#36 edit .. //depot/projects/mips/sys/mips/sgimips/models.h#3 edit .. //depot/projects/mips/sys/mips/sgimips/param.h#8 edit .. //depot/projects/mips/sys/mips/sgimips/vmparam.h#3 edit Differences ... ==== //depot/projects/mips/sys/mips/include/atomic.h#19 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett. All rights reserved. + * Copyright (c) 2002-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/clock.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/elf.h#6 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/exec.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/frame.h#5 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett. All rights reserved. + * Copyright (c) 2002-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/hwfunc.h#6 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/md_var.h#11 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/mutex.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett. All rights reserved. + * Copyright (c) 2002-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/pcb.h#7 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/pcpu.h#5 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett + * Copyright (c) 2002-2004 Juli Mallett * Copyright (c) 1999 Luoqi Chen * Copyright (c) Peter Wemm * All rights reserved. ==== //depot/projects/mips/sys/mips/include/pmap.h#16 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett + * Copyright (c) 2002-2004 Juli Mallett * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/mips/sys/mips/include/proc.h#5 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett + * Copyright (c) 2002-2004 Juli Mallett * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/mips/sys/mips/include/ptrace.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/reg.h#8 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/include/smp.h#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/autoconf.c#6 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/db_hwwatch.c#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/elf_machdep.c#4 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/genassym.c#13 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett. All rights reserved. + * Copyright (c) 2002-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/locore.S#15 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett + * Copyright (c) 2003-2004 Juli Mallett * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/mips/sys/mips/mips/machdep.c#46 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett + * Copyright (c) 2002-2004 Juli Mallett * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/mips/sys/mips/mips/sig_machdep.c#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/support.S#12 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett + * Copyright (c) 2003-2004 Juli Mallett * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/mips/sys/mips/mips/sys_machdep.c#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/syscall.c#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/tlb.c#26 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/trap.c#24 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/mips/vm_machdep.c#19 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett + * Copyright (c) 2003-2004 Juli Mallett * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/mips/sys/mips/sbmips/clock.c#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/sgimips/clock.c#10 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#36 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Juli Mallett + * Copyright (c) 2002-2004 Juli Mallett * All rights reserved. * * Redistribution and use in source and binary forms, with or without ==== //depot/projects/mips/sys/mips/sgimips/models.h#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/sgimips/param.h#8 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ==== //depot/projects/mips/sys/mips/sgimips/vmparam.h#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Juli Mallett. All rights reserved. + * Copyright (c) 2003-2004 Juli Mallett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions