From 8dfe56edad7417cab3a0c10f15250ce71bb60489 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Mon, 17 Aug 2009 11:52:32 -0400 Subject: [PATCH] clib: add copyright notice to nit_{common,main} Signed-off-by: Jean Privat --- lib/nit_common.h | 13 +++++++++++++ lib/nit_main.c | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/lib/nit_common.h b/lib/nit_common.h index 4028129..09561dd 100644 --- a/lib/nit_common.h +++ b/lib/nit_common.h @@ -1,6 +1,19 @@ #ifndef NIT_COMMON_H #define NIT_COMMON_H +/* This file is part of NIT ( http://www.nitlanguage.org ). + * + * Copyright 2006-2009 Jean Privat + * + * This file is free software, which comes along with NIT. This software is + * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. You can modify it is you want, provided this header + * is kept unaltered, and a notification of the changes is added. + * You are allowed to redistribute it and sell it, alone or is a part of + * another product. + */ + #include #include #include diff --git a/lib/nit_main.c b/lib/nit_main.c index d20e393..5ad9df4 100644 --- a/lib/nit_main.c +++ b/lib/nit_main.c @@ -1,3 +1,16 @@ +/* This file is part of NIT ( http://www.nitlanguage.org ). + * + * Copyright 2006-2009 Jean Privat + * + * This file is free software, which comes along with NIT. This software is + * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. You can modify it is you want, provided this header + * is kept unaltered, and a notification of the changes is added. + * You are allowed to redistribute it and sell it, alone or is a part of + * another product. + */ + #include "nit_common.h" #include #include -- 1.7.9.5