diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-04-09 05:12:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-04-09 05:12:47 +0000 |
| commit | ed010cdfa263b86d0950209b943ed1acaf1d6f85 (patch) | |
| tree | 780c3c96077bf66c1826f3f90cdbe949996014df /sys/dev/md | |
| parent | c6b4788ef5b6f980b849b7a50c59cbbf91287d7b (diff) | |
Notes
Diffstat (limited to 'sys/dev/md')
| -rw-r--r-- | sys/dev/md/md.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index e9f14b736e8c..3183a774601e 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -19,6 +19,10 @@ * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * + * This code is derived from software contributed to Berkeley by + * the Systems Programming Group of the University of Utah Computer + * Science Department. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |
