about summary refs log tree commit diff stats
path: root/log.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-20 20:07:38 +0000
committerJames Booth <boothj5@gmail.com>2012-02-20 20:07:38 +0000
commita7d89e0e08570dd6991ca544aa2e059f88ebf2b2 (patch)
tree74461565825ed2b3e2e1c139868591560176ffcf /log.c
parent7dfea94c88a876c51b86b46578c4cf409605a6c3 (diff)
downloadprofani-tty-a7d89e0e08570dd6991ca544aa2e059f88ebf2b2.tar.gz
Added GPL
Diffstat (limited to 'log.c')
-rw-r--r--log.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/log.c b/log.c
index d38d9bec..676dfc0a 100644
--- a/log.c
+++ b/log.c
@@ -1,3 +1,25 @@
+/* 
+ * log.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 <stdio.h>
 
 #include "log.h"