]> git.itanic.dy.fi Git - scan-pagemap/commitdiff
Add a copyright notes on each source file
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 19 Sep 2010 14:10:43 +0000 (17:10 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 19 Sep 2010 14:31:27 +0000 (17:31 +0300)
This is a GPLv2 licensed software.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
analyze.c
analyze.h
bintree.c
bintree.h
main.c
pagemap.h
parse.c
parse.h
pidlib.c
pidlib.h
utils.h

index b2ab22c8acc795d26d059b781c27ba3f05197edf..4c1b542df0ba4609e6ea4445555fbc191d8db150 100644 (file)
--- a/analyze.c
+++ b/analyze.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 <string.h>
 #include <stdio.h>
 
 #include <string.h>
 #include <stdio.h>
 
index a80320956796ba4f9ebc2967ddf439e9af78892f..91bbc5d0b4a7504580bd70a4b4f7d63a9ea59f62 100644 (file)
--- a/analyze.h
+++ b/analyze.h
@@ -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.
+ */
+
 #ifndef _ANALYZE_H
 #define _ANALYZE_H
 
 #ifndef _ANALYZE_H
 #define _ANALYZE_H
 
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"
 #include <stdlib.h>
 
 #include "bintree.h"
index a186800e8baa9580d33ad59b0887579512e79d80..5375cbd28ae29c10076fe4734a4e8c6d638fa020 100644 (file)
--- a/bintree.h
+++ b/bintree.h
@@ -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.
+ */
+
 #ifndef _BINTREE_H
 #define _BINTREE_H
 
 #ifndef _BINTREE_H
 #define _BINTREE_H
 
diff --git a/main.c b/main.c
index 838f801288077191e9b108df828bdeb735627e1d..31fc8632d5c011c418fdd8363b7a26ea4951d2c9 100644 (file)
--- a/main.c
+++ b/main.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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 130c30775a16d4e7647cdc15a2478d6708833ad0..3482b4d3e9458acbe4f2473b7ed2db1715a29c55 100644 (file)
--- a/pagemap.h
+++ b/pagemap.h
@@ -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.
+ */
+
 #ifndef _PAGEMAP_H
 #define _PAGEMAP_H
 
 #ifndef _PAGEMAP_H
 #define _PAGEMAP_H
 
diff --git a/parse.c b/parse.c
index be38f2fd067fffc523a34fc8ca19c18640553563..9241526969727ca9dffdffba1cd4c9fd03376e75 100644 (file)
--- a/parse.c
+++ b/parse.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 <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>
diff --git a/parse.h b/parse.h
index d915ce3516a09db8df2365d49e580406efc269ef..a9f1369487d712455653129517a672c98c1f0522 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -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.
+ */
+
 #ifndef _PARSE_H
 #define _PARSE_H
 
 #ifndef _PARSE_H
 #define _PARSE_H
 
index d432e9dc907065dd1ecc73198112af2af83e08f7..ce825c9eb0dec383cddcc17c5abe41b11ae157f3 100644 (file)
--- a/pidlib.c
+++ b/pidlib.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 <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
index f1704f25f3f9ca1b900350aa9e8d526eafca4766..eb9669b0411406d21f23690962b79de5b522675a 100644 (file)
--- a/pidlib.h
+++ b/pidlib.h
@@ -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.
+ */
+
 #ifndef _PIDLIB_H_
 #define _PIDLIB_H_
 
 #ifndef _PIDLIB_H_
 #define _PIDLIB_H_
 
diff --git a/utils.h b/utils.h
index cd544887059ca6eefde997bc3a38a815de411c2f..9c8fc23fca152dd30875551ac6c8057f4a530fa9 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2010 Timo Kokkonen <kaapeli@itanic.dy.fi>
+ *
+ * Some of the code is taken from other GPLv2 sources, such as the
+ * Linux kernel.
+ *
+ * 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.
+ */
+
 #ifndef _UTILS_H
 #define _UTILS_H
 
 #ifndef _UTILS_H
 #define _UTILS_H