diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-02 19:47:23 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-02 19:47:23 +0000 |
commit | fca15474a0335f83aed5a536ec389a7f28dab6b7 (patch) | |
tree | 6536079266bf52f06026291811dcc28fc46bd2f7 /sys/fs/ext2fs/ext2_balloc.c | |
parent | a2d35545429117e68fbcbc68e14ad55e84265d69 (diff) | |
download | src-fca15474a0335f83aed5a536ec389a7f28dab6b7.tar.gz src-fca15474a0335f83aed5a536ec389a7f28dab6b7.zip |
ext2fs: renumber the license clauses to avoid skipping #3.
This is to keep consistency with other files, and help license-checking
utilities determine the number of clauses that apply.
No functional change.
Notes
Notes:
svn path=/head/; revision=309439
Diffstat (limited to 'sys/fs/ext2fs/ext2_balloc.c')
-rw-r--r-- | sys/fs/ext2fs/ext2_balloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_balloc.c b/sys/fs/ext2fs/ext2_balloc.c index 335c28a5cd2a..090298d2e31f 100644 --- a/sys/fs/ext2fs/ext2_balloc.c +++ b/sys/fs/ext2fs/ext2_balloc.c @@ -16,7 +16,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |