set copyright year to 2015
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 12 Sep 2015 10:34:36 +0000 (12:34 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 12 Sep 2015 10:34:36 +0000 (12:34 +0200)
26 files changed:
po/Makefile
po/Makefile.in
po/fr.po
po/ppastats.pot
src/cache.h
src/fcache.h
src/html.c
src/html.h
src/http.c
src/http.h
src/list.c
src/list.h
src/lp.h
src/lp_json.h
src/lp_ws.c
src/lp_ws.h
src/main.c
src/pio.c
src/pio.h
src/plog.h
src/ppastats.1
src/ppastats.h
src/pstr.c
src/pstr.h
src/ptime.c
src/ptime.h

index 5bbff88..06e4268 100644 (file)
@@ -22,7 +22,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /usr
+prefix = /tmp
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
@@ -35,12 +35,12 @@ INSTALL_DATA = ${INSTALL} -m 644
 # We use $(mkdir_p).
 # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /home/jporsini/work/ppastats/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work.local/ppastats/install-sh does not start with $(SHELL), so we add it.
 # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ppastats/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ppastats/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ppastats/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ppastats/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p
 
index 83e4ada..ef740ba 100644 (file)
@@ -22,7 +22,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /usr
+prefix = /tmp
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
@@ -35,12 +35,12 @@ INSTALL_DATA = ${INSTALL} -m 644
 # We use $(mkdir_p).
 # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /home/jporsini/work/ppastats/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work.local/ppastats/install-sh does not start with $(SHELL), so we add it.
 # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ppastats/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ppastats/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ppastats/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ppastats/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p
 
index 2066abc..e4aea42 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ppastats 0.0.x\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-11-02 10:22+0100\n"
+"POT-Creation-Date: 2015-09-09 23:46+0200\n"
 "PO-Revision-Date: 2012-05-05 23:45+0200\n"
 "Last-Translator:  <jeanfi@gmail.com>\n"
 "Language-Team: French\n"
@@ -31,21 +31,21 @@ msgstr ""
 msgid "exceed cache capacity"
 msgstr ""
 
-#: src/html.c:375
+#: src/html.c:408
 msgid "Failed to get the header template"
 msgstr ""
 
-#: src/html.c:382
+#: src/html.c:415
 #, c-format
 msgid "Failed to open: %s"
 msgstr ""
 
-#: src/html.c:428
+#: src/html.c:461
 #, c-format
 msgid "generating %s"
 msgstr ""
 
-#: src/html.c:495 src/html.c:508
+#: src/html.c:528 src/html.c:541
 #, c-format
 msgid "Generating %s"
 msgstr ""
index 95ef14a..9e6be06 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ppastats 1.3.2\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-11-02 10:22+0100\n"
+"POT-Creation-Date: 2015-09-09 23:46+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -31,21 +31,21 @@ msgstr ""
 msgid "exceed cache capacity"
 msgstr ""
 
-#: src/html.c:375
+#: src/html.c:408
 msgid "Failed to get the header template"
 msgstr ""
 
-#: src/html.c:382
+#: src/html.c:415
 #, c-format
 msgid "Failed to open: %s"
 msgstr ""
 
-#: src/html.c:428
+#: src/html.c:461
 #, c-format
 msgid "generating %s"
 msgstr ""
 
-#: src/html.c:495 src/html.c:508
+#: src/html.c:528 src/html.c:541
 #, c-format
 msgid "Generating %s"
 msgstr ""
index 6302e81..2cd8405 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index de50b88..d67f787 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 9d86255..6cca344 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 8dca53d..7c97d05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index dd99249..f6c48bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index c3129dd..e6e9da8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 0d5b02e..29241fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2011-2014 jeanfi@gmail.com
+  Copyright (C) 2011-2015 jeanfi@gmail.com
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
index ac259c6..22c7921 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 1428229..4c30021 100644 (file)
--- a/src/lp.h
+++ b/src/lp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 8ffcbaf..5c33ba3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index fe93e39..523f185 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 83fb2f6..519afdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 4c84444..6c3b508 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -110,7 +110,7 @@ static void print_version()
 "<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"
 "This is free software: you are free to change and redistribute it.\n"
 "There is NO WARRANTY, to the extent permitted by law.\n"),
-              "2011-2014");
+              "2011-2015");
 }
 
 static void print_help()
index 2f806b8..ba2c82c 100644 (file)
--- a/src/pio.c
+++ b/src/pio.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2014 jeanfi@gmail.com
+ * Copyright (C) 2010-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 385ad33..359edc9 100644 (file)
--- a/src/pio.h
+++ b/src/pio.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2010-2014 jeanfi@gmail.com
+    Copyright (C) 2010-2015 jeanfi@gmail.com
 
     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
index 29880e9..cee773b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2010-2014 jeanfi@gmail.com
+  Copyright (C) 2010-2015 jeanfi@gmail.com
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
index 782ec64..ffe729f 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.2.
-.TH PPASTATS "1" "November 2014" "ppastats 1.3.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.5.
+.TH PPASTATS "1" "September 2015" "ppastats 1.3.2" "User Commands"
 .SH NAME
 ppastats \- PPA Statistics command line tool
 .SH SYNOPSIS
@@ -40,7 +40,7 @@ Report bugs to: jeanfi@gmail.com
 .PP
 ppastats home page: <http://wpitchoune.net/ppastats>
 .SH COPYRIGHT
-Copyright \(co 2011\-2014 jeanfi@gmail.com
+Copyright \(co 2011\-2015 jeanfi@gmail.com
 License GPLv2: GNU GPL version 2 or later
 <http://www.gnu.org/licenses/old\-licenses/gpl\-2.0.html>
 .br
index 8a13348..3c63a01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 3a868ee..12d12a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright (C) 2011-2014 jeanfi@gmail.com
+ Copyright (C) 2011-2015 jeanfi@gmail.com
 
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as
index d9598d2..23ec20d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright (C) 2011-2014 jeanfi@gmail.com
+ Copyright (C) 2011-2015 jeanfi@gmail.com
 
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as
index 2c06c7c..93e0bfd 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2010-2014 jeanfi@gmail.com
+  Copyright (C) 2010-2015 jeanfi@gmail.com
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
index eac7342..96247e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2014 jeanfi@gmail.com
+ * Copyright (C) 2010-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as