diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-03-04 10:22:42 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-03-04 10:22:42 +0000 |
| commit | 32d7144dbcab44a87711beb96503c90029cd4a25 (patch) | |
| tree | 2ba08f9a222e557988cef6794a6fbdf9527b5c8c /sys/geom | |
| parent | 61ecb14af6e0edfdabdeac4a37d232dd717758b2 (diff) | |
Notes
Diffstat (limited to 'sys/geom')
| -rw-r--r-- | sys/geom/concat/g_concat.c | 2 | ||||
| -rw-r--r-- | sys/geom/concat/g_concat.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index 92835f290084..32b4913ffc3f 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Pawel Jakub Dawidek <pjd@FreeBSD.org> + * Copyright (c) 2004 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/concat/g_concat.h b/sys/geom/concat/g_concat.h index 58b02b1daa03..c53e77757aa1 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003 Pawel Jakub Dawidek <pjd@FreeBSD.org> + * Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
