diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-09-08 10:20:44 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-09-08 10:20:44 +0000 |
| commit | fc024f7a45b0e0f1b113cfbe36d9332a572dc834 (patch) | |
| tree | f43cc7cf8eadc6d25c76231bf0f63d6728e77a7e /sys/geom | |
| parent | c076790223616b840e4d30f8be9584d94fda75a3 (diff) | |
Notes
Diffstat (limited to 'sys/geom')
| -rw-r--r-- | sys/geom/gate/g_gate.c | 2 | ||||
| -rw-r--r-- | sys/geom/gate/g_gate.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index c1d3740aa4b7b..3737ee058689b 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> + * Copyright (c) 2004-2006 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/geom/gate/g_gate.h b/sys/geom/gate/g_gate.h index 63ab35600c138..cd2564d937b2d 100644 --- a/sys/geom/gate/g_gate.h +++ b/sys/geom/gate/g_gate.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> + * Copyright (c) 2004-2006 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
