diff options
author | 2009-06-04 17:16:00 +0000 | |
---|---|---|
committer | 2009-06-04 17:16:00 +0000 | |
commit | 0f95af2eb5eea73f7c8803456fe92e0b24d40ba0 (patch) | |
tree | d36cf58054f2fd31fc80854e885acc635a25a877 | |
parent | KNF dammit (diff) | |
download | wireguard-openbsd-0f95af2eb5eea73f7c8803456fe92e0b24d40ba0.tar.xz wireguard-openbsd-0f95af2eb5eea73f7c8803456fe92e0b24d40ba0.zip |
Add myself to the copyright, suggested by marco@.
-rw-r--r-- | sys/dev/acpi/acpivideo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpivideo.c b/sys/dev/acpi/acpivideo.c index a23430cc946..a74ee0f85ff 100644 --- a/sys/dev/acpi/acpivideo.c +++ b/sys/dev/acpi/acpivideo.c @@ -1,6 +1,7 @@ -/* $OpenBSD: acpivideo.c,v 1.4 2009/06/04 04:50:08 pirofti Exp $ */ +/* $OpenBSD: acpivideo.c,v 1.5 2009/06/04 17:16:00 pirofti Exp $ */ /* * Copyright (c) 2008 Federico G. Schwindt <fgsch@openbsd.org> + * Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |