diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-02 17:22:55 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-02 17:22:55 +0000 |
commit | 7abc09cddb410487e6a1c9d59f3c01d5ff805be6 (patch) | |
tree | 145001eff27f19979ebb726c373a44af41c9a641 /sys/fs/ext2fs | |
parent | efea29ab9077f808ab5f7f460b6292bcdcc120fe (diff) |
SPDX: Complete license IDs for ext2fs.
Notes
Notes:
svn path=/head/; revision=326474
Diffstat (limited to 'sys/fs/ext2fs')
-rw-r--r-- | sys/fs/ext2fs/ext2_acl.c | 2 | ||||
-rw-r--r-- | sys/fs/ext2fs/ext2_acl.h | 2 | ||||
-rw-r--r-- | sys/fs/ext2fs/ext2_csum.c | 2 | ||||
-rw-r--r-- | sys/fs/ext2fs/ext2_extattr.c | 2 | ||||
-rw-r--r-- | sys/fs/ext2fs/ext2_extattr.h | 2 | ||||
-rw-r--r-- | sys/fs/ext2fs/ext2_inode_cnv.c | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/fs/ext2fs/ext2_acl.c b/sys/fs/ext2fs/ext2_acl.c index fdf71214cb45..a49c98cdb937 100644 --- a/sys/fs/ext2fs/ext2_acl.c +++ b/sys/fs/ext2fs/ext2_acl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017, Fedor Uporov * All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_acl.h b/sys/fs/ext2fs/ext2_acl.h index abcb97d8517a..523edfa734f3 100644 --- a/sys/fs/ext2fs/ext2_acl.h +++ b/sys/fs/ext2fs/ext2_acl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017, Fedor Uporov * All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_csum.c b/sys/fs/ext2fs/ext2_csum.c index e8abe478620c..c30e6cbdbb9a 100644 --- a/sys/fs/ext2fs/ext2_csum.c +++ b/sys/fs/ext2fs/ext2_csum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017, Fedor Uporov * All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_extattr.c b/sys/fs/ext2fs/ext2_extattr.c index a86ffdfebff5..47c0f4ebdcf8 100644 --- a/sys/fs/ext2fs/ext2_extattr.c +++ b/sys/fs/ext2fs/ext2_extattr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017, Fedor Uporov * All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_extattr.h b/sys/fs/ext2fs/ext2_extattr.h index 50ab6908a0de..75632b7fd559 100644 --- a/sys/fs/ext2fs/ext2_extattr.h +++ b/sys/fs/ext2fs/ext2_extattr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017, Fedor Uporov * All rights reserved. * diff --git a/sys/fs/ext2fs/ext2_inode_cnv.c b/sys/fs/ext2fs/ext2_inode_cnv.c index ef2fe60ef3f9..159d15217257 100644 --- a/sys/fs/ext2fs/ext2_inode_cnv.c +++ b/sys/fs/ext2fs/ext2_inode_cnv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: MIT-CMU + * * Copyright (c) 1995 The University of Utah and * the Computer Systems Laboratory at the University of Utah (CSL). * All rights reserved. |