diff options
author | James Booth <boothj5@gmail.com> | 2012-05-04 01:16:37 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-05-04 01:16:37 +0100 |
commit | fcbc7e489278c393965dcff7c68d5c008053e0ae (patch) | |
tree | 954f4d114975972546332e32abed2981dea95431 | |
parent | 75c51e96667498b91842390ecc5e8c3fdfbab1c9 (diff) | |
download | profani-tty-fcbc7e489278c393965dcff7c68d5c008053e0ae.tar.gz |
Added license to contact module src
-rw-r--r-- | contact.c | 22 | ||||
-rw-r--r-- | contact.h | 22 |
2 files changed, 44 insertions, 0 deletions
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 <boothj5@gmail.com> + * + * 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 <http://www.gnu.org/licenses/>. + * + */ + #include <stdlib.h> #include <string.h> 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 <boothj5@gmail.com> + * + * 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 <http://www.gnu.org/licenses/>. + * + */ + #ifndef CONTACT_H #define CONTACT_H |