diff options
Diffstat (limited to 'src/include/gpxe/http.h')
-rw-r--r-- | src/include/gpxe/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index fa92a9505..baa6d83ee 100644 --- a/src/include/gpxe/http.h +++ b/src/include/gpxe/http.h @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** HTTP default port */ #define HTTP_PORT 80 |