]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Changed Pedro's address in headers.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 25 Jun 2009 07:33:08 +0000 (07:33 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 25 Jun 2009 07:33:08 +0000 (07:33 +0000)
Changed the line ending of the files that ended with CRLF to the unix standard.

37 files changed:
DONATIONS
auth.c
authfail.c
charset.c
convlog.c
css.c
dansguardian_log.c
dansguardian_report.c
datafile.c
decomp.c
denied.c
download.c
email.c
exclude.c
getconf.c
grepday.c
index.c
indexonly.c
ip2name.c
language.c
lastlog.c
log.c
repday.c
report.c
siteuser.c
smartfilter.c
sort.c
splitlog.c
squidguard_log.c
squidguard_report.c
topsites.c
topuser.c
totday.c
totger.c
usage.c
useragent.c
util.c

index a5eb96cc4a79b76ce51d65803223396f39f81a63..a098f760d991410f9d2a68cc339eb9e282bdb39f 100644 (file)
--- a/DONATIONS
+++ b/DONATIONS
@@ -1,3 +1,3 @@
-If you like SARG and want to contribute, please go to http://sarg.sourceforge.net
+If you like SARG please contribute, go to http://sarg.sourceforge.net
 
 Thank you
diff --git a/auth.c b/auth.c
index 7aad8badcb19550464611470c8ff3340defb9421..332c6b1bb41b7e5b073d0014ff09994232d9877a 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index d3b0c63e1e39c26c79966047dbd868646241ae16..09505208a0d46b970503de629206cf705f0083d3 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 4a08deb88a3f878bd6c5f2f1ec90ab358fe189bd..8d1f6cd34b641ff89efecd35fbaaba6c61972b23 100644 (file)
--- a/charset.c
+++ b/charset.c
@@ -1,66 +1,66 @@
-/*\r
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br\r
- *                                                            1998, 2005\r
- * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net\r
- *\r
- * SARG donations:\r
- *      please look at http://sarg.sourceforge.net/donations.php\r
- * ---------------------------------------------------------------------\r
- *\r
- *  This program is free software; you can redistribute it and/or modify\r
- *  it under the terms of the GNU General Public License as published by\r
- *  the Free Software Foundation; either version 2 of the License, or\r
- *  (at your option) any later version.\r
- *\r
- *  This program is distributed in the hope that it will be useful,\r
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- *  GNU General Public License for more details.\r
- *\r
- *  You should have received a copy of the GNU General Public License\r
- *  along with this program; if not, write to the Free Software\r
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.\r
- *\r
- */\r
-\r
-#include "include/conf.h"\r
-\r
-void ccharset()\r
-{\r
-\r
-   if(strcmp(CharSet,"Latin2") == 0)\r
-      strcpy(CharSet,"ISO-8859-2");\r
-\r
-   if(strcmp(CharSet,"Latin3") == 0)\r
-      strcpy(CharSet,"ISO-8859-3");\r
-\r
-   if(strcmp(CharSet,"Latin4") == 0)\r
-      strcpy(CharSet,"ISO-8859-4");\r
-\r
-   if(strcmp(CharSet,"Cyrillic") == 0)\r
-      strcpy(CharSet,"ISO-8859-5");\r
-\r
-   if(strcmp(CharSet,"Arabic") == 0)\r
-      strcpy(CharSet,"ISO-8859-6");\r
-\r
-   if(strcmp(CharSet,"Greek") == 0)\r
-      strcpy(CharSet,"ISO-8859-7");\r
-\r
-   if(strcmp(CharSet,"Hebrew") == 0)\r
-      strcpy(CharSet,"ISO-8859-8");\r
-\r
-   if(strcmp(CharSet,"Latin5") == 0)\r
-      strcpy(CharSet,"ISO-8859-9");\r
-\r
-   if(strcmp(CharSet,"Latin6") == 0)\r
-      strcpy(CharSet,"ISO-8859-10");\r
-\r
-   if(strcmp(CharSet,"Windows-1251") == 0)\r
-      strcpy(CharSet,"Windows-1251");\r
-\r
-   if(strcmp(CharSet,"Koi8-r") == 0)\r
-      strcpy(CharSet,"KOI8-R");\r
-\r
-   return;\r
-\r
-}\r
+/*
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
+ * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
+ *
+ * SARG donations:
+ *      please look at http://sarg.sourceforge.net/donations.php
+ * ---------------------------------------------------------------------
+ *
+ *  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., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+ *
+ */
+
+#include "include/conf.h"
+
+void ccharset()
+{
+
+   if(strcmp(CharSet,"Latin2") == 0)
+      strcpy(CharSet,"ISO-8859-2");
+
+   if(strcmp(CharSet,"Latin3") == 0)
+      strcpy(CharSet,"ISO-8859-3");
+
+   if(strcmp(CharSet,"Latin4") == 0)
+      strcpy(CharSet,"ISO-8859-4");
+
+   if(strcmp(CharSet,"Cyrillic") == 0)
+      strcpy(CharSet,"ISO-8859-5");
+
+   if(strcmp(CharSet,"Arabic") == 0)
+      strcpy(CharSet,"ISO-8859-6");
+
+   if(strcmp(CharSet,"Greek") == 0)
+      strcpy(CharSet,"ISO-8859-7");
+
+   if(strcmp(CharSet,"Hebrew") == 0)
+      strcpy(CharSet,"ISO-8859-8");
+
+   if(strcmp(CharSet,"Latin5") == 0)
+      strcpy(CharSet,"ISO-8859-9");
+
+   if(strcmp(CharSet,"Latin6") == 0)
+      strcpy(CharSet,"ISO-8859-10");
+
+   if(strcmp(CharSet,"Windows-1251") == 0)
+      strcpy(CharSet,"Windows-1251");
+
+   if(strcmp(CharSet,"Koi8-r") == 0)
+      strcpy(CharSet,"KOI8-R");
+
+   return;
+
+}
index f0deeda28bbb586b2e1dfa0573eae286f23cd681..ab1e3e74fe4f9f47fd05d6c9744bf085cd9fd8f3 100644 (file)
--- a/convlog.c
+++ b/convlog.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
diff --git a/css.c b/css.c
index cd7c3aaff37bc9170f07f756b4f7cff937f0624f..4469190a380b89275e4e6c9c0d731b900bb13b15 100644 (file)
--- a/css.c
+++ b/css.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 920e464f98743c3fd5cf4c2c3b6b5f5ae5ef3038..ce690b831676a62f478db0e84fa6312420bd642c 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 3c1b18d78949be802ea9557e1357b5dcede670ff..d87b8e90fc1379388f3b52a6ae339a1f79af7e54 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index d324365189086e1550dcf9874b16897a68d8a079..e2b2ef361909c924383e5844f38bb190315e8425 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index a4a5c7e006fdb0a5069d1e8b546303bc377ce06b..db59cf24ab229fb1cc64e6f0a7ce694e2ed483aa 100644 (file)
--- a/decomp.c
+++ b/decomp.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index b0fbafd0fac594b985cf0f50811ea9ecb08cc59e..651f6343409576b335454248eeae01bfd0d139e3 100644 (file)
--- a/denied.c
+++ b/denied.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 0610ccc84198dbe98d60c687d795c9702022267d..72506a1dbc2b1db81fa160a7dcf73e98064fb184 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
diff --git a/email.c b/email.c
index 98f3e85a73115fdfe1b0a7aae5f6a930a5d30f69..160679945a980abc4efdc6fbe4f50e04e17856f5 100644 (file)
--- a/email.c
+++ b/email.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 50ff23f371c35cafe598c61378fb562ac7847e7d..d1ff83d97d14b160a66db2fc222fd2e229b1039f 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 140da7523013eda6c07a5ddadfcebb0af1448e75..0718add453b6dc079ff756b615ca3242bdabc757 100644 (file)
--- a/getconf.c
+++ b/getconf.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 4043d261c5aeb7580a898f36f9e3584a6894e0f9..5e53679f12d1a8beb1034c06f45925d5ad31d43d 100644 (file)
--- a/grepday.c
+++ b/grepday.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
diff --git a/index.c b/index.c
index ff2bc7392a1c7c1825e27d03fcf807943b1c2a68..32e39f35e35448bcb786e541efeb79725285078d 100644 (file)
--- a/index.c
+++ b/index.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 7ea557716e436fc029e35983ec58934f2c5b81cd..507392d31cefff33bad7fb6089a83675e202ac0f 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index debdd027715b5e7aa8cf515dad21513aef16cc61..8465861d3df6a573e520ff33314b48ab2d6db689 100644 (file)
--- a/ip2name.c
+++ b/ip2name.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 268ef1af7df48055dbf1397a8af476c290cfc43e..9604af4ec023d3090675180c92f3f1916daad490 100644 (file)
@@ -1,55 +1,55 @@
-/*\r
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br\r
- *                                                            1998, 2005\r
- * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net\r
- *\r
- * SARG donations:\r
- *      please look at http://sarg.sourceforge.net/donations.php\r
- * ---------------------------------------------------------------------\r
- *\r
- *  This program is free software; you can redistribute it and/or modify\r
- *  it under the terms of the GNU General Public License as published by\r
- *  the Free Software Foundation; either version 2 of the License, or\r
- *  (at your option) any later version.\r
- *\r
- *  This program is distributed in the hope that it will be useful,\r
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- *  GNU General Public License for more details.\r
- *\r
- *  You should have received a copy of the GNU General Public License\r
- *  along with this program; if not, write to the Free Software\r
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.\r
- *\r
- */\r
-\r
-#include "include/conf.h"\r
-\r
-void language_load(char *language)\r
-{\r
-\r
-   FILE *fp_text;\r
-   int record=0;\r
-\r
-   sprintf(warea,"%s/languages/%s",SYSCONFDIR,language);\r
-\r
-   if((fp_text=fopen(warea,"r"))==NULL) {\r
-     fprintf(stderr, "SARG: (language) Cannot open language file: %s\n",warea);\r
-     exit(1);\r
-   }\r
-\r
-   while(fgets(buf,MAXLEN,fp_text)!=NULL) {\r
-      getword(warea,buf,'"');\r
-      getword(warea,buf,'"');\r
-      strcpy(text[record],warea);\r
-\r
-      if(langcode)\r
-      printf("%d %s\n",record,warea);\r
-\r
-      record++;\r
-   }\r
-\r
-   fclose(fp_text);\r
-\r
-   return;\r
-}\r
+/*
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
+ * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
+ *
+ * SARG donations:
+ *      please look at http://sarg.sourceforge.net/donations.php
+ * ---------------------------------------------------------------------
+ *
+ *  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., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+ *
+ */
+
+#include "include/conf.h"
+
+void language_load(char *language)
+{
+
+   FILE *fp_text;
+   int record=0;
+
+   sprintf(warea,"%s/languages/%s",SYSCONFDIR,language);
+
+   if((fp_text=fopen(warea,"r"))==NULL) {
+     fprintf(stderr, "SARG: (language) Cannot open language file: %s\n",warea);
+     exit(1);
+   }
+
+   while(fgets(buf,MAXLEN,fp_text)!=NULL) {
+      getword(warea,buf,'"');
+      getword(warea,buf,'"');
+      strcpy(text[record],warea);
+
+      if(langcode)
+      printf("%d %s\n",record,warea);
+
+      record++;
+   }
+
+   fclose(fp_text);
+
+   return;
+}
index 56c0a1cc7b87eb34d22b9affc6a5c34f44f91524..e2ec99cf651f15195c842ec2beed60ae492af394 100644 (file)
--- a/lastlog.c
+++ b/lastlog.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
diff --git a/log.c b/log.c
index f92f8f87a509d2a865f3b43c2f1ae73028d4d23d..e6d84d5b7892216d4d338b19842cd2ee09b69d49 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index e9cb490c66137214b64afff2efb5b1efcdca16fa..02562e6e26847de4bb69e91dd522e8f43f54b855 100644 (file)
--- a/repday.c
+++ b/repday.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 5cc52ec6ddd0df5544e021e1a51f3e88e167a670..116b2fabe5c0acbf5af56dc2fc87ba9ba9736558 100644 (file)
--- a/report.c
+++ b/report.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 7c193e839384a3c83aa402451602eb08387572db..52cb2bd59b256c4ba6aba5e210d3019fced86662 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 66cea1225032fe7c13ac5713fade7018d5216b8b..c38c9ac57f74dc453612f6ae518ab692d8921550 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
diff --git a/sort.c b/sort.c
index 48e936f2ab4dd77cf6b57422a3725a0163eb6b8b..736968b4a509c2befd3eae99ad3be9ae5fbf2bef 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 6eaa1da66f84578af2868bfdfb6b86a14f2826c2..6dbb5e3613474780c59889413a9b38f113e8ce1e 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 54808b1bea32ba8869212aeadc85a22ba76d8630..bf5eb116046e8e5f645107a54c7579133cfb1520 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index ca6c4e6fd82e8f35a905f41069fe750342d6f2f5..6bd0426c941ca6b1a748bed530f838aeea180aa6 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 11c6e8c01ebb0bfc14adddf08305baf5993959c6..0cf74a07ef5de4016fa4947ddeea4aa9732e53a0 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 36b1c07b23d34617cc70d4add8b1e15a9b07f8ab..55a9795f547587f815359ac669ea282cc651a87d 100644 (file)
--- a/topuser.c
+++ b/topuser.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 4d0133802bc45aa4c56be5da3768702cb7ee2317..476593fd084550469a568e5425ebda2808cd295b 100644 (file)
--- a/totday.c
+++ b/totday.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 6c4130f3871cc7e8862f3a8e2558f7f12489b828..a6fed1b9c8b2aff3c2963a73b38e20297b489cd9 100644 (file)
--- a/totger.c
+++ b/totger.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
diff --git a/usage.c b/usage.c
index 2b19c1dfe74b53acc299147f9c8e223c057a5686..cadea24e887b6dae9a79c291b99ab2fd1ba4d25c 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
index 1457521ab5d829a2ba070f07d44456b3da692564..bbb7a53782fa56da5788414622b43ff415375e7e 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations:
diff --git a/util.c b/util.c
index 77067bfe2295091f37651a684839eae7e7b6d74e..0eace43e0a0f65e9e34ea6610eb9a76d8259fe59 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,6 +1,6 @@
 /*
- * AUTHOR: Pedro Lineu Orso                      orso@penguintech.com.br
- *                                                            1998, 2005
+ * AUTHOR: Pedro Lineu Orso                         pedro.orso@gmail.com
+ *                                                            1998, 2008
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
  *
  * SARG donations: