diff options
author | James Booth <boothj5@gmail.com> | 2012-05-02 00:15:56 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-05-02 00:15:56 +0100 |
commit | 5fe3b1ff7990954ec3822f7a41d8ac84df221186 (patch) | |
tree | 09927cd3372b090d66e58e647030ab8e26c00720 | |
parent | 8afe2dd17a0e6e1b906586c09ef3b4977245692c (diff) | |
download | profani-tty-5fe3b1ff7990954ec3822f7a41d8ac84df221186.tar.gz |
Added license to new files
-rw-r--r-- | prof_history.c | 22 | ||||
-rw-r--r-- | prof_history.h | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/prof_history.c b/prof_history.c index 4a107406..f150bb5d 100644 --- a/prof_history.c +++ b/prof_history.c @@ -1,3 +1,25 @@ +/* + * prof_history.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/prof_history.h b/prof_history.h index 04c6fdaf..dce777d5 100644 --- a/prof_history.h +++ b/prof_history.h @@ -1,3 +1,25 @@ +/* + * prof_history.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 PROF_HISTORY_H #define PROF_HISTORY_H |