summaryrefslogtreecommitdiffstats
path: root/src/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stdint.h')
-rw-r--r--src/include/stdint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/stdint.h b/src/include/stdint.h
index dc4bd8c7..8cc9b84a 100644
--- a/src/include/stdint.h
+++ b/src/include/stdint.h
@@ -1,6 +1,8 @@
#ifndef _STDINT_H
#define _STDINT_H
+FILE_LICENCE ( GPL2_OR_LATER );
+
/*
* This is a standard predefined macro on all gcc's I've seen. It's
* important that we define size_t in the same way as the compiler,