aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-11-24 12:45:02 +0100
committerAnton Khirnov <anton@khirnov.net>2014-11-24 12:45:02 +0100
commit7c6e3b743508159bef41a3d2f503809acad1c2e6 (patch)
tree237f4f65a10df927b8e3d7f3c7a37940f1401f55
parente421ae2d7df9bd6bae9e45e33fe76f31a8229a53 (diff)
Add a copyright header to the c file.
-rw-r--r--brill_data.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/brill_data.c b/brill_data.c
index 9902385..159d7c0 100644
--- a/brill_data.c
+++ b/brill_data.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2014 Anton Khirnov <anton@khirnov.net>
+ *
+ * This program 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.
+ *
+ * This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <errno.h>
#include <limits.h>
#include <math.h>