Skip to content

Commit

Permalink
Update header comments to reflect PHP version 8. (vufind-org#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored May 11, 2023
1 parent bfe0617 commit 628fa8f
Show file tree
Hide file tree
Showing 2,065 changed files with 2,067 additions and 2,067 deletions.
2 changes: 1 addition & 1 deletion harvest/harvest_oai.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* OAI-PMH Harvest Tool
*
* PHP version 7
* PHP version 8
*
* Copyright (c) Demian Katz 2010.
*
Expand Down
2 changes: 1 addition & 1 deletion harvest/merge-marc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Merge harvested MARC records into a single <collection>
*
* PHP version 7
* PHP version 8
*
* Copyright (c) Demian Katz 2010.
*
Expand Down
2 changes: 1 addition & 1 deletion import/import-xsl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* XSLT importer support methods.
*
* PHP version 7
* PHP version 8
*
* Copyright (c) Demian Katz 2010.
*
Expand Down
2 changes: 1 addition & 1 deletion import/webcrawl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Command-line tool to crawl website for special index.
*
* PHP version 7
* PHP version 8
*
* Copyright (c) Demian Katz 2010.
*
Expand Down
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Command-line tool to begin VuFind installation process
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2012.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Code module for the core of the VuFind application
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2010.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/functions/profiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* PHP profiling support
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2012-2017.
* Copyright (C) The National Library of Finland 2017-2021.
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/AbstractBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Abstract base AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Abstract base class for handlers depending on the ILS and a logged-in user.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for AbstractIlsAndUserAction AJAX handlers.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Abstract Relais Ajax Action
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for AbstractRelaisAction AJAX handlers.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Abstract base class for fetching information about user requests.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2019.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler interface
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Check Request is Valid" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/CommentRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler to comment on a record.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for CommentRecord AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler to delete a comment on a record.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for DeleteRecordComment AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/DoiLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler to look up DOI data.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for DoiLookup AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetACSuggestions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get Autocomplete Suggestions" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetACSuggestions AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetFacetData.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get Facet Data" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetFacetData AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetIlsStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get ILS Status" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetIlsStatus AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetItemStatuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get Item Status" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetItemStatus AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get Library Pickup Locations" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler to get list of comments for a record as HTML.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetRecordCommentsAsHTML AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetRecordCover.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* GetRecordCover AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetRecordCover AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetRecordDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get Record Details" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetRecordDetails AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetRecordRating.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler to get the rating for a record.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) The National Library of Finland 2022.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetRecordRating AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) The National Library of Finland 2022.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetRecordTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler to get all tags for a record as HTML.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetRecordTags AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetRecordVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* AJAX handler for fetching versions link
*
* PHP version 7
* PHP version 8
*
* Copyright (C) The National Library of Finland 2019.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Factory for GetRecordVersions AJAX handler.
*
* PHP version 7
* PHP version 8
*
* Copyright (C) The National Library of Finland 2019.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get Request Group Pickup Locations" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetResolverLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* "Get Resolver Links" AJAX handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Villanova University 2018.
*
Expand Down
Loading

0 comments on commit 628fa8f

Please sign in to comment.