diff --git a/bin/php/extractdatafromaccesslog.php b/bin/php/extractdatafromaccesslog.php index 63c3d54..1f5df4d 100644 --- a/bin/php/extractdatafromaccesslog.php +++ b/bin/php/extractdatafromaccesslog.php @@ -14,7 +14,7 @@ * . one of the gathered stats can be listed for each url (min, max, avg) (currently: only count) * * @author G. Giunta - * @copyright (C) eZ Systems AS 2012-2014 + * @copyright (C) eZ Systems AS 2012-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/bin/php/muninplugin.php b/bin/php/muninplugin.php index f91e115..107c5e7 100644 --- a/bin/php/muninplugin.php +++ b/bin/php/muninplugin.php @@ -6,7 +6,7 @@ * Designed to be invoked via the shell script ezmuninperflogger_ * * @author G. Giunta - * @copyright (C) eZ Systems AS 2012-2014 + * @copyright (C) eZ Systems AS 2012-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt * * @todo add support for "install" and "uninstall" commands diff --git a/bin/php/rotateperflogs.php b/bin/php/rotateperflogs.php index b19d111..307c20a 100644 --- a/bin/php/rotateperflogs.php +++ b/bin/php/rotateperflogs.php @@ -2,7 +2,7 @@ /** * Munin plugin script * @author G. Giunta - * @copyright (C) eZ Systems AS 2012-2014 + * @copyright (C) eZ Systems AS 2012-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt * * @todo in verbose mode state how many log files were rotated diff --git a/bin/php/updateperfstats.php b/bin/php/updateperfstats.php index 4802666..5c55253 100644 --- a/bin/php/updateperfstats.php +++ b/bin/php/updateperfstats.php @@ -3,7 +3,7 @@ * Same as cronjob, for one-shot runs * * @author G. Giunta - * @copyright (C) eZ Systems AS 2012-2014 + * @copyright (C) eZ Systems AS 2012-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/ezperflogger.php b/classes/ezperflogger.php index 6413b47..7311d60 100644 --- a/classes/ezperflogger.php +++ b/classes/ezperflogger.php @@ -12,7 +12,7 @@ * @todo !important separate the logger, provider, utility parts in separate classes * * @author G. Giunta - * @copyright (C) eZ Systems AS 2008-2014 + * @copyright (C) eZ Systems AS 2008-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/ezperfloggerapachelogger.php b/classes/ezperfloggerapachelogger.php index b53d190..929ab6c 100644 --- a/classes/ezperfloggerapachelogger.php +++ b/classes/ezperfloggerapachelogger.php @@ -6,7 +6,7 @@ * it is not implemented here but in the eZPerfLogger class * * @author G. Giunta - * @copyright (C) eZ Systems AS 2012-2014 + * @copyright (C) eZ Systems AS 2012-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt * * @todo !important rename this class since it does not implement eZPerfLoggerLogger diff --git a/classes/ezperfloggercontentpublishingprocess.php b/classes/ezperfloggercontentpublishingprocess.php index 2838c2a..ae3c812 100644 --- a/classes/ezperfloggercontentpublishingprocess.php +++ b/classes/ezperfloggercontentpublishingprocess.php @@ -1,7 +1,7 @@ tag * * @author G. Giunta - * @copyright (C) eZ Systems AS 2012-2014 + * @copyright (C) eZ Systems AS 2012-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/ezperfloggerpinbalogger.php b/classes/ezperfloggerpinbalogger.php index 79a551f..21895b7 100644 --- a/classes/ezperfloggerpinbalogger.php +++ b/classes/ezperfloggerpinbalogger.php @@ -5,7 +5,7 @@ * us an API which we can use in the way we want * * @author G. Giunta - * @copyright (C) eZ Systems AS 2008-2014 + * @copyright (C) eZ Systems AS 2008-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/ezperfloggerstatsdlogger.php b/classes/ezperfloggerstatsdlogger.php index 8cc167e..1b71c5c 100644 --- a/classes/ezperfloggerstatsdlogger.php +++ b/classes/ezperfloggerstatsdlogger.php @@ -3,7 +3,7 @@ * Class used to log data to Statsd. * * @author G. Giunta - * @copyright (C) eZ Systems AS 2013-2014 + * @copyright (C) eZ Systems AS 2013-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/ezperfloggerurlextractorstorage.php b/classes/ezperfloggerurlextractorstorage.php index 7e8a612..b443dd1 100644 --- a/classes/ezperfloggerurlextractorstorage.php +++ b/classes/ezperfloggerurlextractorstorage.php @@ -3,7 +3,7 @@ * A class devised to hold in memory stats of urls accessed * * @author G. Giunta - * @copyright (C) eZ Systems AS 2008-2014 + * @copyright (C) eZ Systems AS 2008-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/ezxhproflogger.php b/classes/ezxhproflogger.php index 0a0a30f..3c60ce5 100644 --- a/classes/ezxhproflogger.php +++ b/classes/ezxhproflogger.php @@ -5,7 +5,7 @@ * * @author M. Romanovsky * @author G. Giunta - * @copyright (C) eZ Systems AS 2012-2014 + * @copyright (C) eZ Systems AS 2012-2016 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/filters/ezperfLoggermemoryhungrypagesfilter.php b/classes/filters/ezperfLoggermemoryhungrypagesfilter.php index 09685e0..bac6a6f 100644 --- a/classes/filters/ezperfLoggermemoryhungrypagesfilter.php +++ b/classes/filters/ezperfLoggermemoryhungrypagesfilter.php @@ -1,7 +1,7 @@