about summary refs log tree commit diff stats
path: root/main.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 /main.c
parent7dfea94c88a876c51b86b46578c4cf409605a6c3 (diff)
downloadprofani-tty-a7d89e0e08570dd6991ca544aa2e059f88ebf2b2.tar.gz
Added GPL
Diffstat (limited to 'main.c')
-rw-r--r--main.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/main.c b/main.c
index 103b4190..fd45aaa0 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,25 @@
+/* 
+ * main.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 "log.h"
 #include "windows.h"
 #include "profanity.h"