update copyrights

This commit is contained in:
macallan 2007-02-20 01:32:33 +00:00
parent f6a33e5a19
commit 562219389b
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,8 @@
/* $NetBSD: adb_kbd.c,v 1.3 2007/02/20 01:27:25 macallan Exp $ */
/* $NetBSD: adb_kbd.c,v 1.4 2007/02/20 01:32:33 macallan Exp $ */
/*
* Copyright (C) 1998 Colin Wood
* Copyright (C) 2006, 2007 Michael Lorenz
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -31,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adb_kbd.c,v 1.3 2007/02/20 01:27:25 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: adb_kbd.c,v 1.4 2007/02/20 01:32:33 macallan Exp $");
#include <sys/param.h>
#include <sys/device.h>

View File

@ -1,7 +1,8 @@
/* $NetBSD: adb_ms.c,v 1.4 2007/02/10 03:38:47 tsutsui Exp $ */
/* $NetBSD: adb_ms.c,v 1.5 2007/02/20 01:32:33 macallan Exp $ */
/*
* Copyright (C) 1998 Colin Wood
* Copyright (C) 2006, 2007 Michael Lorenz
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -31,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adb_ms.c,v 1.4 2007/02/10 03:38:47 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: adb_ms.c,v 1.5 2007/02/20 01:32:33 macallan Exp $");
#include <sys/param.h>
#include <sys/device.h>