Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Update the copyright.
details: https://anonhg.NetBSD.org/src/rev/ea25feb92af9
branches: trunk
changeset: 750522:ea25feb92af9
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Jan 04 10:06:53 2010 +0000
description:
Update the copyright.
diffstat:
sys/dev/acpi/wmi_acpi.c | 6 +++---
sys/dev/acpi/wmi_acpivar.h | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r 43fd524279fa -r ea25feb92af9 sys/dev/acpi/wmi_acpi.c
--- a/sys/dev/acpi/wmi_acpi.c Mon Jan 04 09:43:30 2010 +0000
+++ b/sys/dev/acpi/wmi_acpi.c Mon Jan 04 10:06:53 2010 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: wmi_acpi.c,v 1.6 2010/01/04 09:43:30 jruoho Exp $ */
+/* $NetBSD: wmi_acpi.c,v 1.7 2010/01/04 10:06:53 jruoho Exp $ */
/*-
- * Copyright (c) 2009 Jukka Ruohonen <jruohonen%iki.fi@localhost>
+ * Copyright (c) 2009, 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wmi_acpi.c,v 1.6 2010/01/04 09:43:30 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wmi_acpi.c,v 1.7 2010/01/04 10:06:53 jruoho Exp $");
#include <sys/param.h>
#include <sys/device.h>
diff -r 43fd524279fa -r ea25feb92af9 sys/dev/acpi/wmi_acpivar.h
--- a/sys/dev/acpi/wmi_acpivar.h Mon Jan 04 09:43:30 2010 +0000
+++ b/sys/dev/acpi/wmi_acpivar.h Mon Jan 04 10:06:53 2010 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: wmi_acpivar.h,v 1.5 2010/01/04 09:43:30 jruoho Exp $ */
+/* $NetBSD: wmi_acpivar.h,v 1.6 2010/01/04 10:06:53 jruoho Exp $ */
/*-
- * Copyright (c) 2009 Jukka Ruohonen <jruohonen%iki.fi@localhost>
+ * Copyright (c) 2009, 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
#define WMI_ACPIVAR_H
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wmi_acpivar.h,v 1.5 2010/01/04 09:43:30 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wmi_acpivar.h,v 1.6 2010/01/04 10:06:53 jruoho Exp $");
ACPI_STATUS acpi_wmi_event_register(device_t, ACPI_NOTIFY_HANDLER);
ACPI_STATUS acpi_wmi_event_get(device_t, uint32_t, ACPI_BUFFER *);
Home |
Main Index |
Thread Index |
Old Index