From 9978e2cb3725c716169ade674c18376b1a401219 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 16 Jul 2013 00:23:09 +0200 Subject: [PATCH] [legal] Add missing FILE_LICENCE declarations Signed-off-by: Michael Brown --- src/include/sys/time.h | 2 ++ src/include/time.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/include/sys/time.h b/src/include/sys/time.h index 6c9b7421b..2647d3588 100644 --- a/src/include/sys/time.h +++ b/src/include/sys/time.h @@ -6,6 +6,8 @@ * Date and time */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include /** Seconds since the Epoch diff --git a/src/include/time.h b/src/include/time.h index bc73af4cd..452a544bb 100644 --- a/src/include/time.h +++ b/src/include/time.h @@ -6,6 +6,8 @@ * Date and time */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include