From 7df30164c97e62318c086f3fe7191270448aa29d Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 1 Jun 2018 08:08:21 -0400 Subject: [PATCH] Adjust version comments. --- harvest/harvest_oai.php | 2 +- harvest/merge-marc.php | 2 +- import/import-xsl.php | 2 +- import/webcrawl.php | 2 +- install.php | 2 +- .../src/VuFind/ChannelProvider/AbstractILSChannelProvider.php | 2 +- .../ChannelProvider/AbstractILSChannelProviderFactory.php | 2 +- .../VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php | 2 +- module/VuFind/src/VuFind/ChannelProvider/NewILSItems.php | 2 +- module/VuFind/src/VuFind/ChannelProvider/RecentlyReturned.php | 2 +- module/VuFind/src/VuFind/ChannelProvider/TrendingILSItems.php | 2 +- module/VuFind/src/VuFind/Service/CsrfValidatorFactory.php | 2 +- util/commit.php | 2 +- util/createHierarchyTrees.php | 2 +- util/cssBuilder.php | 2 +- util/dedupe.php | 2 +- util/deletes.php | 2 +- util/expire_searches.php | 2 +- util/expire_sessions.php | 2 +- util/index_reserves.php | 2 +- util/optimize.php | 2 +- util/sitemap.php | 2 +- util/suppressed.php | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/harvest/harvest_oai.php b/harvest/harvest_oai.php index a364a9a31b9..52c111b9c54 100644 --- a/harvest/harvest_oai.php +++ b/harvest/harvest_oai.php @@ -2,7 +2,7 @@ /** * OAI-PMH Harvest Tool * - * PHP version 5 + * PHP version 7 * * Copyright (c) Demian Katz 2010. * diff --git a/harvest/merge-marc.php b/harvest/merge-marc.php index 779f18766fe..2c2a1929786 100644 --- a/harvest/merge-marc.php +++ b/harvest/merge-marc.php @@ -2,7 +2,7 @@ /** * Merge harvested MARC records into a single <collection> * - * PHP version 5 + * PHP version 7 * * Copyright (c) Demian Katz 2010. * diff --git a/import/import-xsl.php b/import/import-xsl.php index 0aec5d90e4a..30a4b1ca9bb 100644 --- a/import/import-xsl.php +++ b/import/import-xsl.php @@ -2,7 +2,7 @@ /** * XSLT importer support methods. * - * PHP version 5 + * PHP version 7 * * Copyright (c) Demian Katz 2010. * diff --git a/import/webcrawl.php b/import/webcrawl.php index f7e4e53f0da..95cae11aa93 100644 --- a/import/webcrawl.php +++ b/import/webcrawl.php @@ -2,7 +2,7 @@ /** * Command-line tool to crawl website for special index. * - * PHP version 5 + * PHP version 7 * * Copyright (c) Demian Katz 2010. * diff --git a/install.php b/install.php index d6aa2e344a2..d2462409d80 100644 --- a/install.php +++ b/install.php @@ -2,7 +2,7 @@ /** * Command-line tool to begin VuFind installation process * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2012. * diff --git a/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProvider.php b/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProvider.php index 1e684f466cd..efa27299668 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProvider.php +++ b/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProvider.php @@ -2,7 +2,7 @@ /** * Abstract base class for channel providers relying on the ILS. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2018. * diff --git a/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php b/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php index 773d0b3fc42..b3d942f941d 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php @@ -2,7 +2,7 @@ /** * Factory for channel providers relying on the ILS. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2018. * diff --git a/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php b/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php index e5204d9d1d1..b969c763b8b 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php @@ -2,7 +2,7 @@ /** * Factory for channel loader. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2018. * diff --git a/module/VuFind/src/VuFind/ChannelProvider/NewILSItems.php b/module/VuFind/src/VuFind/ChannelProvider/NewILSItems.php index 9d78ebc38af..36f733bc6d6 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/NewILSItems.php +++ b/module/VuFind/src/VuFind/ChannelProvider/NewILSItems.php @@ -2,7 +2,7 @@ /** * "New ILS items" channel provider. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2018. * diff --git a/module/VuFind/src/VuFind/ChannelProvider/RecentlyReturned.php b/module/VuFind/src/VuFind/ChannelProvider/RecentlyReturned.php index 82d7eebb557..f9510843763 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/RecentlyReturned.php +++ b/module/VuFind/src/VuFind/ChannelProvider/RecentlyReturned.php @@ -2,7 +2,7 @@ /** * "Recently returned" channel provider. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2017. * diff --git a/module/VuFind/src/VuFind/ChannelProvider/TrendingILSItems.php b/module/VuFind/src/VuFind/ChannelProvider/TrendingILSItems.php index ee1f4795ddb..78b840fa99b 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/TrendingILSItems.php +++ b/module/VuFind/src/VuFind/ChannelProvider/TrendingILSItems.php @@ -2,7 +2,7 @@ /** * "Trending ILS items" channel provider. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2018. * diff --git a/module/VuFind/src/VuFind/Service/CsrfValidatorFactory.php b/module/VuFind/src/VuFind/Service/CsrfValidatorFactory.php index d998b399b00..fa38fa27299 100644 --- a/module/VuFind/src/VuFind/Service/CsrfValidatorFactory.php +++ b/module/VuFind/src/VuFind/Service/CsrfValidatorFactory.php @@ -2,7 +2,7 @@ /** * CSRF Validator factory. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2014. * Copyright (C) The National Library of Finland 2018. diff --git a/util/commit.php b/util/commit.php index c5ff187b38b..35fb75d6bf8 100644 --- a/util/commit.php +++ b/util/commit.php @@ -2,7 +2,7 @@ /** * Command-line tool to commit the Solr index. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2009. * diff --git a/util/createHierarchyTrees.php b/util/createHierarchyTrees.php index a9fdb0596cc..0ec9eb7b907 100644 --- a/util/createHierarchyTrees.php +++ b/util/createHierarchyTrees.php @@ -8,7 +8,7 @@ * * -!!!!-This script is specifically for trees built for JSTree from Solr.-!!!!- * - * PHP version 5 + * PHP version 7 * * Copyright (C) National Library of Ireland 2012. * diff --git a/util/cssBuilder.php b/util/cssBuilder.php index b2e0e26a2d2..cc82ccd0acd 100644 --- a/util/cssBuilder.php +++ b/util/cssBuilder.php @@ -2,7 +2,7 @@ /** * Compile CSS files from LESS. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2014. * diff --git a/util/dedupe.php b/util/dedupe.php index b7de0743fc1..d5cc104cca3 100644 --- a/util/dedupe.php +++ b/util/dedupe.php @@ -4,7 +4,7 @@ * the alphabetical browse database generator, since Windows sort does not * support deduplication. Assumed presorted * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2010. * diff --git a/util/deletes.php b/util/deletes.php index 9b68a09479a..b29656e32ec 100644 --- a/util/deletes.php +++ b/util/deletes.php @@ -2,7 +2,7 @@ /** * Command-line tool to batch-delete records from the Solr index. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2007. * diff --git a/util/expire_searches.php b/util/expire_searches.php index c1275ff59cb..2ad488392c4 100644 --- a/util/expire_searches.php +++ b/util/expire_searches.php @@ -2,7 +2,7 @@ /** * Command-line tool to clear unwanted entries from search history database table. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2010. * diff --git a/util/expire_sessions.php b/util/expire_sessions.php index 92a46f27a81..75968ec461f 100644 --- a/util/expire_sessions.php +++ b/util/expire_sessions.php @@ -2,7 +2,7 @@ /** * Command-line tool to clear unwanted entries from session database table. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2010. * diff --git a/util/index_reserves.php b/util/index_reserves.php index 546ad8c5f07..6d1d1051067 100644 --- a/util/index_reserves.php +++ b/util/index_reserves.php @@ -2,7 +2,7 @@ /** * Command-line tool to index reserves records to the Solr index. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2009. * diff --git a/util/optimize.php b/util/optimize.php index 3436f6d263f..1fad42d30a0 100644 --- a/util/optimize.php +++ b/util/optimize.php @@ -2,7 +2,7 @@ /** * Command-line tool to optimize the Solr index. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2009. * diff --git a/util/sitemap.php b/util/sitemap.php index 756192e965e..a2976724b29 100644 --- a/util/sitemap.php +++ b/util/sitemap.php @@ -2,7 +2,7 @@ /** * Command-line tool to generate sitemaps based on Solr index contents. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2009. * diff --git a/util/suppressed.php b/util/suppressed.php index 65239ad84a7..52c6b417a0b 100644 --- a/util/suppressed.php +++ b/util/suppressed.php @@ -2,7 +2,7 @@ /** * Command-line tool to delete suppressed records from the index. * - * PHP version 5 + * PHP version 7 * * Copyright (C) Villanova University 2007. * -- GitLab