]> git.itanic.dy.fi Git - scan-pagemap/blobdiff - bintree.c
Add a copyright notes on each source file
[scan-pagemap] / bintree.c
index 416d1050aad63ae65c80a5052b81048563553943..4f3d60e9cfcf52e96bfee942ea86bbea0a3a31b9 100644 (file)
--- a/bintree.c
+++ b/bintree.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2010 Timo Kokkonen <kaapeli@itanic.dy.fi>
+ *
+ * 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 2 of the License.
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #include <stdlib.h>
 
 #include "bintree.h"