diff options
Diffstat (limited to 'src/include/gpxe/rotate.h')
-rw-r--r-- | src/include/gpxe/rotate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/rotate.h b/src/include/gpxe/rotate.h index 42ec7196..0371c578 100644 --- a/src/include/gpxe/rotate.h +++ b/src/include/gpxe/rotate.h @@ -6,6 +6,8 @@ * Bit operations */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <stdint.h> static inline uint32_t rol32 ( uint32_t data, unsigned int rotation ) { |