[gitg] Added gpl



commit 32840505d38e0fb8a7fca18d0bbff81300331a91
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Sat Nov 6 14:53:26 2010 +0100

    Added gpl

 libgitg/gitg-command.c     |   22 ++++++++++++++++++++++
 libgitg/gitg-command.h     |   22 ++++++++++++++++++++++
 libgitg/gitg-io.c          |   23 ++++++++++++++++++++++-
 libgitg/gitg-io.h          |   22 ++++++++++++++++++++++
 libgitg/gitg-line-parser.c |   23 ++++++++++++++++++++++-
 libgitg/gitg-line-parser.h |   22 ++++++++++++++++++++++
 libgitg/gitg-runner.c      |   22 ++++++++++++++++++++++
 libgitg/gitg-runner.h      |   22 ++++++++++++++++++++++
 8 files changed, 176 insertions(+), 2 deletions(-)
---
diff --git a/libgitg/gitg-command.c b/libgitg/gitg-command.c
index 7395b25..e1b04b0 100644
--- a/libgitg/gitg-command.c
+++ b/libgitg/gitg-command.c
@@ -1,3 +1,25 @@
+/*
+ * gitg-command.c
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gitg 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, or
+ * (at your option) any later version.
+ *
+ * gitg 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 gitg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
+
 #include "gitg-command.h"
 
 #define GITG_COMMAND_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GITG_TYPE_COMMAND, GitgCommandPrivate))
diff --git a/libgitg/gitg-command.h b/libgitg/gitg-command.h
index f31c2c6..0e53292 100644
--- a/libgitg/gitg-command.h
+++ b/libgitg/gitg-command.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-command.h
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gitg 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, or
+ * (at your option) any later version.
+ *
+ * gitg 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 gitg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
+
 #ifndef __GITG_COMMAND_H__
 #define __GITG_COMMAND_H__
 
diff --git a/libgitg/gitg-io.c b/libgitg/gitg-io.c
index 2300adb..d0d1972 100644
--- a/libgitg/gitg-io.c
+++ b/libgitg/gitg-io.c
@@ -1,5 +1,26 @@
-#include "gitg-io.h"
+/*
+ * gitg-io.c
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * 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, 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
 
+#include "gitg-io.h"
 
 #define GITG_IO_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GITG_TYPE_IO, GitgIOPrivate))
 
diff --git a/libgitg/gitg-io.h b/libgitg/gitg-io.h
index f240d16..43afead 100644
--- a/libgitg/gitg-io.h
+++ b/libgitg/gitg-io.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-io.h
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * 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, 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
+
 #ifndef __GITG_IO_H__
 #define __GITG_IO_H__
 
diff --git a/libgitg/gitg-line-parser.c b/libgitg/gitg-line-parser.c
index 1efe4ca..155a203 100644
--- a/libgitg/gitg-line-parser.c
+++ b/libgitg/gitg-line-parser.c
@@ -1,5 +1,26 @@
-#include "gitg-line-parser.h"
+/*
+ * gitg-line-parser.c
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gitg 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, or
+ * (at your option) any later version.
+ *
+ * gitg 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 gitg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
 
+#include "gitg-line-parser.h"
 
 #define GITG_LINE_PARSER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GITG_TYPE_LINE_PARSER, GitgLineParserPrivate))
 
diff --git a/libgitg/gitg-line-parser.h b/libgitg/gitg-line-parser.h
index 5f82317..e492def 100644
--- a/libgitg/gitg-line-parser.h
+++ b/libgitg/gitg-line-parser.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-line-parser.h
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gitg 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, or
+ * (at your option) any later version.
+ *
+ * gitg 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 gitg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
+
 #ifndef __GITG_LINE_PARSER_H__
 #define __GITG_LINE_PARSER_H__
 
diff --git a/libgitg/gitg-runner.c b/libgitg/gitg-runner.c
index dc19547..80450c6 100644
--- a/libgitg/gitg-runner.c
+++ b/libgitg/gitg-runner.c
@@ -1,3 +1,25 @@
+/*
+ * gitg-runner.c
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gitg 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, or
+ * (at your option) any later version.
+ *
+ * gitg 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 gitg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
+
 #include "gitg-runner.h"
 #include "gitg-debug.h"
 
diff --git a/libgitg/gitg-runner.h b/libgitg/gitg-runner.h
index 8b02db4..d6ba1d3 100644
--- a/libgitg/gitg-runner.h
+++ b/libgitg/gitg-runner.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-runner.h
+ * This file is part of gitg
+ *
+ * Copyright (C) 2010 - Jesse van den Kieboom
+ *
+ * gitg 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, or
+ * (at your option) any later version.
+ *
+ * gitg 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 gitg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Boston, MA  02110-1301  USA
+ */
+
 #ifndef __GITG_RUNNER_H__
 #define __GITG_RUNNER_H__
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]