diff options
Diffstat (limited to 'e2fsprogs/ext2fs/bitops.h')
-rw-r--r-- | e2fsprogs/ext2fs/bitops.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/ext2fs/bitops.h b/e2fsprogs/ext2fs/bitops.h index b6446efa2..4dba050c8 100644 --- a/e2fsprogs/ext2fs/bitops.h +++ b/e2fsprogs/ext2fs/bitops.h | |||
@@ -1,14 +1,14 @@ | |||
1 | /* | 1 | /* |
2 | * bitops.h --- Bitmap frobbing code. The byte swapping routines are | 2 | * bitops.h --- Bitmap frobbing code. The byte swapping routines are |
3 | * also included here. | 3 | * also included here. |
4 | * | 4 | * |
5 | * Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o. | 5 | * Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o. |
6 | * | 6 | * |
7 | * %Begin-Header% | 7 | * %Begin-Header% |
8 | * This file may be redistributed under the terms of the GNU Public | 8 | * This file may be redistributed under the terms of the GNU Public |
9 | * License. | 9 | * License. |
10 | * %End-Header% | 10 | * %End-Header% |
11 | * | 11 | * |
12 | * i386 bitops operations taken from <asm/bitops.h>, Copyright 1992, | 12 | * i386 bitops operations taken from <asm/bitops.h>, Copyright 1992, |
13 | * Linus Torvalds. | 13 | * Linus Torvalds. |
14 | */ | 14 | */ |