From 36c97ad568e42a4c4c8258591f5cdeb718503b70 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 8 Mar 2012 23:45:21 +0000 Subject: [PATCH] Added license to new files --- contact_list.c | 22 ++++++++++++++++++++++ contact_list.h | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/contact_list.c b/contact_list.c index 04ca1d35..9ce5f843 100644 --- a/contact_list.c +++ b/contact_list.c @@ -1,3 +1,25 @@ +/* + * contact_list.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 #include diff --git a/contact_list.h b/contact_list.h index 753b7e44..99d276fe 100644 --- a/contact_list.h +++ b/contact_list.h @@ -1,3 +1,25 @@ +/* + * contact_list.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_LIST_H #define CONTACT_LIST_H