From fcbc7e489278c393965dcff7c68d5c008053e0ae Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 4 May 2012 01:16:37 +0100 Subject: [PATCH] Added license to contact module src --- contact.c | 22 ++++++++++++++++++++++ contact.h | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/contact.c b/contact.c index 621d029e..002cb264 100644 --- a/contact.c +++ b/contact.c @@ -1,3 +1,25 @@ +/* + * contact.c + * + * Copyright (C) 2012 James Booth + * + * This file is part of Profanity. + * + * Profanity is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Profanity 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. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Profanity. If not, see . + * + */ + #include #include diff --git a/contact.h b/contact.h index 1e2796d8..86ed1117 100644 --- a/contact.h +++ b/contact.h @@ -1,3 +1,25 @@ +/* + * contact.h + * + * Copyright (C) 2012 James Booth + * + * This file is part of Profanity. + * + * Profanity is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Profanity 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. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Profanity. If not, see . + * + */ + #ifndef CONTACT_H #define CONTACT_H