diff options
Diffstat (limited to 'lib/count-one-bits.h')
| -rw-r--r-- | lib/count-one-bits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/count-one-bits.h b/lib/count-one-bits.h index ae1872b8d33..00569941885 100644 --- a/lib/count-one-bits.h +++ b/lib/count-one-bits.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* count-one-bits.h -- counts the number of 1-bits in a word. | 1 | /* count-one-bits.h -- counts the number of 1-bits in a word. |
| 2 | Copyright (C) 2007-2018 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |