diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-12 09:39:24 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-12 09:39:24 +0100 |
commit | ce4a3e44b0f399d11378f29fdc6d4b953b4ae7eb (patch) | |
tree | 16700cabd28e975e42b2f92a497d9a1e680b8333 | |
parent | a94d2fa076292619b8cd569307f73fa84562b4e3 (diff) |
Change copyright.
ASP64 no more exists and i am the only guy working on it (well i havent
since 2 years i am going to soon).
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | src/bin/conf.c | 6 | ||||
-rw-r--r-- | src/bin/conf.h | 4 | ||||
-rw-r--r-- | src/bin/date.c | 8 | ||||
-rw-r--r-- | src/bin/date.h | 4 | ||||
-rw-r--r-- | src/bin/global.h | 4 | ||||
-rw-r--r-- | src/bin/libconf.c | 6 | ||||
-rw-r--r-- | src/bin/libconf.h | 4 | ||||
-rw-r--r-- | src/bin/logfiles.c | 4 | ||||
-rw-r--r-- | src/bin/logfiles.h | 4 | ||||
-rw-r--r-- | src/bin/logmessages.c | 6 | ||||
-rw-r--r-- | src/bin/logmessages.h | 4 | ||||
-rw-r--r-- | src/bin/main.c | 8 | ||||
-rw-r--r-- | src/bin/main.h | 4 | ||||
-rw-r--r-- | src/bin/rules.c | 6 | ||||
-rw-r--r-- | src/bin/rules.h | 4 | ||||
-rw-r--r-- | src/bin/send.c | 6 | ||||
-rw-r--r-- | src/bin/send.h | 4 | ||||
-rw-r--r-- | src/bin/spy.c | 6 |
19 files changed, 46 insertions, 47 deletions
diff --git a/configure.ac b/configure.ac index e6e8ae9..05e8e5f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -57,4 +57,3 @@ echo " CPPFLAGS.....: $CPPFLAGS" | |||
57 | echo " CFLAGS.......: $CFLAGS" | 57 | echo " CFLAGS.......: $CFLAGS" |
58 | echo " LDFLAGS......: $LDFLAGS" | 58 | echo " LDFLAGS......: $LDFLAGS" |
59 | echo | 59 | echo |
60 | |||
diff --git a/src/bin/conf.c b/src/bin/conf.c index e3f0e43..f60be69 100644 --- a/src/bin/conf.c +++ b/src/bin/conf.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file conf.c | 20 | * @file conf.c |
21 | * @brief Manages configuration loading | 21 | * @brief Manages configuration loading |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Manages configuration loading | 25 | * Manages configuration loading |
diff --git a/src/bin/conf.h b/src/bin/conf.h index cca8743..f598cea 100644 --- a/src/bin/conf.h +++ b/src/bin/conf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file conf.h | 20 | * @file conf.h |
21 | * @brief Contains all includes and prototypes for conf.c | 21 | * @brief Contains all includes and prototypes for conf.c |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains all includes and prototypes for conf.c | 25 | * Contains all includes and prototypes for conf.c |
diff --git a/src/bin/date.c b/src/bin/date.c index e39af8a..44e0857 100644 --- a/src/bin/date.c +++ b/src/bin/date.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file date.c | 20 | * @file date.c |
21 | * @brief Gets us the current date, like logstash does | 21 | * @brief Gets us the current date, like logstash does |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Gets us the current date, like logstash does | 25 | * Gets us the current date, like logstash does |
@@ -41,7 +41,7 @@ char * timestamp_XML(char * date) | |||
41 | time_t temps; | 41 | time_t temps; |
42 | struct tm temp; | 42 | struct tm temp; |
43 | temps=time(NULL); | 43 | temps=time(NULL); |
44 | localtime_r(&temps,&temp); | 44 | localtime_r(&temps,&temp); |
45 | sprintf(date,"%04d-%02d-%02dT%02d:%02d:%02d.000000Z",(temp.tm_year)+1900,(temp.tm_mon)+1,temp.tm_mday,temp.tm_hour,temp.tm_min,temp.tm_sec); | 45 | sprintf(date,"%04d-%02d-%02dT%02d:%02d:%02d.000000Z",(temp.tm_year)+1900,(temp.tm_mon)+1,temp.tm_mday,temp.tm_hour,temp.tm_min,temp.tm_sec); |
46 | return(date); | 46 | return(date); |
47 | } | 47 | } |
diff --git a/src/bin/date.h b/src/bin/date.h index 64cc339..4257e66 100644 --- a/src/bin/date.h +++ b/src/bin/date.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file date.h | 20 | * @file date.h |
21 | * @brief Contains all includes and prototypes for date.c | 21 | * @brief Contains all includes and prototypes for date.c |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains all includes and prototypes for date.c | 25 | * Contains all includes and prototypes for date.c |
diff --git a/src/bin/global.h b/src/bin/global.h index f8611e2..b812464 100644 --- a/src/bin/global.h +++ b/src/bin/global.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file global.h | 20 | * @file global.h |
21 | * @brief Contains all global variables we need | 21 | * @brief Contains all global variables we need |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * @todo It could be improved because not all structs are used everywhere. | 24 | * @todo It could be improved because not all structs are used everywhere. |
25 | * | 25 | * |
diff --git a/src/bin/libconf.c b/src/bin/libconf.c index 2ce1e5c..40edef5 100644 --- a/src/bin/libconf.c +++ b/src/bin/libconf.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file libconf.c | 20 | * @file libconf.c |
21 | * @brief Allows reading of a configuration file | 21 | * @brief Allows reading of a configuration file |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Allows reading of a configuration file. | 25 | * Allows reading of a configuration file. |
diff --git a/src/bin/libconf.h b/src/bin/libconf.h index a54a71e..d26a4a2 100644 --- a/src/bin/libconf.h +++ b/src/bin/libconf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file libconf.h | 20 | * @file libconf.h |
21 | * @brief Contains structs and prototypes of libconf | 21 | * @brief Contains structs and prototypes of libconf |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains structs and prototypes of libconf | 25 | * Contains structs and prototypes of libconf |
diff --git a/src/bin/logfiles.c b/src/bin/logfiles.c index bbe69de..e2cf98c 100644 --- a/src/bin/logfiles.c +++ b/src/bin/logfiles.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file logfiles.c | 20 | * @file logfiles.c |
21 | * @brief Manages log files list | 21 | * @brief Manages log files list |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Manages log files list | 25 | * Manages log files list |
diff --git a/src/bin/logfiles.h b/src/bin/logfiles.h index b0ae200..dc9e0db 100644 --- a/src/bin/logfiles.h +++ b/src/bin/logfiles.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file logfiles.h | 20 | * @file logfiles.h |
21 | * @brief Contains all includes and prototypes for logfiles.c | 21 | * @brief Contains all includes and prototypes for logfiles.c |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains all includes and prototypes for logfiles.c | 25 | * Contains all includes and prototypes for logfiles.c |
diff --git a/src/bin/logmessages.c b/src/bin/logmessages.c index a128de8..6cfc8d9 100644 --- a/src/bin/logmessages.c +++ b/src/bin/logmessages.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file logmessages.c | 20 | * @file logmessages.c |
21 | * @brief Contains functions that helps manipulating logmessage structure | 21 | * @brief Contains functions that helps manipulating logmessage structure |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains functions that helps manipulating logmessage structure | 25 | * Contains functions that helps manipulating logmessage structure |
diff --git a/src/bin/logmessages.h b/src/bin/logmessages.h index aacfcff..ee3af51 100644 --- a/src/bin/logmessages.h +++ b/src/bin/logmessages.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file logmessages.h | 20 | * @file logmessages.h |
21 | * @brief Contains all includes and prototypes for logmessages.c | 21 | * @brief Contains all includes and prototypes for logmessages.c |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains all includes and prototypes for logmessages.c | 25 | * Contains all includes and prototypes for logmessages.c |
diff --git a/src/bin/main.c b/src/bin/main.c index 7a4e891..0a94e1c 100644 --- a/src/bin/main.c +++ b/src/bin/main.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file main.c | 20 | * @file main.c |
21 | * @brief Main functions | 21 | * @brief Main functions |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * @todo make an exit if receiving SIGUSR1 so we never kill -9 it | 25 | * @todo make an exit if receiving SIGUSR1 so we never kill -9 it |
@@ -33,7 +33,7 @@ | |||
33 | /** | 33 | /** |
34 | * @mainpage Syslog Message MANager | 34 | * @mainpage Syslog Message MANager |
35 | * | 35 | * |
36 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 36 | * @author Guillaume Friloux <kuri@efl.so> |
37 | * | 37 | * |
38 | * @section INTRODUCTION Introduction | 38 | * @section INTRODUCTION Introduction |
39 | * SMMan is gateway between syslog files and an <a href=http://www.elasticsearch.com>ElasticSearch</a> database.<br /> | 39 | * SMMan is gateway between syslog files and an <a href=http://www.elasticsearch.com>ElasticSearch</a> database.<br /> |
diff --git a/src/bin/main.h b/src/bin/main.h index 5545c15..9ad717a 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file main.h | 20 | * @file main.h |
21 | * @brief Header file for main.c | 21 | * @brief Header file for main.c |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Header file for main.c | 25 | * Header file for main.c |
diff --git a/src/bin/rules.c b/src/bin/rules.c index 53017e4..70f1785 100644 --- a/src/bin/rules.c +++ b/src/bin/rules.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file rules.c | 20 | * @file rules.c |
21 | * @brief Functions the manipulates rules | 21 | * @brief Functions the manipulates rules |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * @bug : Better parsing of tags (we only escape double quotes right now) | 25 | * @bug : Better parsing of tags (we only escape double quotes right now) |
diff --git a/src/bin/rules.h b/src/bin/rules.h index 5f6e109..7bc2019 100644 --- a/src/bin/rules.h +++ b/src/bin/rules.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file rules.h | 20 | * @file rules.h |
21 | * @brief Contains all includes and prototypes for rules.c | 21 | * @brief Contains all includes and prototypes for rules.c |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains all includes and prototypes for rules.c | 25 | * Contains all includes and prototypes for rules.c |
diff --git a/src/bin/send.c b/src/bin/send.c index 680bedf..9c40d70 100644 --- a/src/bin/send.c +++ b/src/bin/send.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file send.c | 20 | * @file send.c |
21 | * @brief Contains functions to send logs to ES | 21 | * @brief Contains functions to send logs to ES |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains functions to send logs to ES | 25 | * Contains functions to send logs to ES |
diff --git a/src/bin/send.h b/src/bin/send.h index b97c444..ceef713 100644 --- a/src/bin/send.h +++ b/src/bin/send.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file send.h | 20 | * @file send.h |
21 | * @brief Contains all includes and prototypes for send.c | 21 | * @brief Contains all includes and prototypes for send.c |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * Contains all includes and prototypes for send.c | 25 | * Contains all includes and prototypes for send.c |
diff --git a/src/bin/spy.c b/src/bin/spy.c index f97d0e1..9816449 100644 --- a/src/bin/spy.c +++ b/src/bin/spy.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright © 2011 ASP64 <guillaume.friloux@asp64.com> | 2 | * Copyright © 2013 Guillaume Friloux <kuri@efl.so> |
3 | * | 3 | * |
4 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
@@ -19,7 +19,7 @@ | |||
19 | /** | 19 | /** |
20 | * @file spy.c | 20 | * @file spy.c |
21 | * @brief Contains functions that monitors logfiles | 21 | * @brief Contains functions that monitors logfiles |
22 | * @author Guillaume Friloux <guillaume.friloux@asp64.com> | 22 | * @author Guillaume Friloux <kuri@efl.so> |
23 | * @version 1.0 | 23 | * @version 1.0 |
24 | * | 24 | * |
25 | * @bug : In rules, use wildcards only for filenames, not directories | 25 | * @bug : In rules, use wildcards only for filenames, not directories |