[hipl-commit] [trunk] Rev 3564: Removed GPL clauses for agent header files and moved to c files.

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 9 Feb 2010 15:31:45 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Tue Feb 09 15:31:56 2010 +0200
Revision: 3564
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Removed GPL clauses for agent header files and moved to c files.

Modified:
  M  agent/agent.h
  M  agent/connhipd.c
  M  agent/connhipd.h
  M  agent/gui_interface.c
  M  agent/gui_interface.h
  M  agent/lang_english.h
  M  agent/lang_finnish.h
  M  agent/language.h
  M  agent/tools.c
  M  agent/tools.h

=== modified file 'agent/agent.h'
--- agent/agent.h       2009-12-29 21:08:52 +0000
+++ agent/agent.h       2010-02-09 13:31:56 +0000
@@ -1,10 +1,3 @@
-/*
-    HIP Agent
-    
-    License: GNU/GPL
-    Authors: Antti Partanen <aehparta@xxxxxxxxx>
-*/
-
 #ifndef AGENT_H
 #define AGENT_H
 

=== modified file 'agent/connhipd.c'
--- agent/connhipd.c    2010-01-19 11:18:12 +0000
+++ agent/connhipd.c    2010-02-09 13:31:56 +0000
@@ -1,7 +1,7 @@
 /**
  * @file agent/connhipd.c
  *
- * <LICENSE TEMLPATE LINE - LEAVE THIS LINE INTACT>
+ * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *
  * This file contains all the necessary things for the agent to communicate 
with
  * the hipd, initialization of the socket, handling of the messages, thread to 
ping the

=== modified file 'agent/connhipd.h'
--- agent/connhipd.h    2009-12-29 21:08:52 +0000
+++ agent/connhipd.h    2010-02-09 13:31:56 +0000
@@ -1,10 +1,3 @@
-/*
-    HIP Agent
-    
-    License: GNU/GPL
-    Authors: Antti Partanen <aehparta@xxxxxxxxx>
-*/
-
 #ifndef CONNHIPD_H
 #define CONNHIPD_H
 

=== modified file 'agent/gui_interface.c'
--- agent/gui_interface.c       2010-01-19 11:18:12 +0000
+++ agent/gui_interface.c       2010-02-09 13:31:56 +0000
@@ -1,7 +1,7 @@
 /**
  * @file agent/gui_interface.c
  *
- * <LICENSE TEMLPATE LINE - LEAVE THIS LINE INTACT>
+ * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *
  * This file contains a function that checks if the HIT is already in the 
database 
  * for HITs (local/remote) and if not it calls the GUI to open a dialog to ask 

=== modified file 'agent/gui_interface.h'
--- agent/gui_interface.h       2009-12-29 21:08:52 +0000
+++ agent/gui_interface.h       2010-02-09 13:31:56 +0000
@@ -1,10 +1,3 @@
-/*
-    HIP Agent
-
-    License: GNU/GPL
-    Authors: Antti Partanen <aehparta@xxxxxxxxx>
-*/
-
 #ifndef GUI_INTERFACE_H
 #define GUI_INTERFACE_H
 

=== modified file 'agent/lang_english.h'
--- agent/lang_english.h        2009-12-29 21:08:52 +0000
+++ agent/lang_english.h        2010-02-09 13:31:56 +0000
@@ -1,11 +1,7 @@
-/*
-    HIP Agent
-    
-    English language table file for HIP GUI.
-
-    License: GNU/GPL
-    Authors: Antti Partanen <aehparta@xxxxxxxxx>
-*/
+/**
+ * English language table file for HIP GUI.
+ *
+ */
 
 #ifndef LANG_ENGLISH_H
 #define LANG_ENGLISH_H

=== modified file 'agent/lang_finnish.h'
--- agent/lang_finnish.h        2009-12-29 21:08:52 +0000
+++ agent/lang_finnish.h        2010-02-09 13:31:56 +0000
@@ -1,12 +1,7 @@
-/*
-    HIP Agent
-    
-    Finnish language table file for HIP GUI.
-
-    License: GNU/GPL
-    Authors: Antti Partanen <aehparta@xxxxxxxxx>
-*/
-
+/**
+ * Finnish language table file for HIP GUI.
+ *
+ */
 #ifndef LANG_FINNISH_H
 #define LANG_FINNISH_H
 

=== modified file 'agent/language.h'
--- agent/language.h    2009-12-29 21:08:52 +0000
+++ agent/language.h    2010-02-09 13:31:56 +0000
@@ -1,9 +1,3 @@
-/*
-    HIP Agent
-    
-    License: GNU/GPL
-    Authors: Antti Partanen <aehparta@xxxxxxxxx>
-*/
 #ifndef LANGUAGE_H
 #define LANGUAGE_H
 

=== modified file 'agent/tools.c'
--- agent/tools.c       2010-01-19 09:28:42 +0000
+++ agent/tools.c       2010-02-09 13:31:56 +0000
@@ -1,7 +1,7 @@
 /**
  * @file agent/tools.c
  *
- * <LICENSE TEMLPATE LINE - LEAVE THIS LINE INTACT>
+ * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *
  * This file contains functions for stopping the agent, printing HITs to 
buffers, and 
  * reading them from buffers, and reading them configs from file 

=== modified file 'agent/tools.h'
--- agent/tools.h       2009-12-29 21:08:52 +0000
+++ agent/tools.h       2010-02-09 13:31:56 +0000
@@ -1,11 +1,5 @@
 #ifndef AGENT_TOOLS_H
 #define AGENT_TOOLS_H
-/*
-    HIP Agent
-    
-    License: GNU/GPL
-    Authors: Antti Partanen <aehparta@xxxxxxxxx>
-*/
 
 #include <netinet/in.h>

Other related posts:

  • » [hipl-commit] [trunk] Rev 3564: Removed GPL clauses for agent header files and moved to c files. - Miika Komu