Skip to content

Commit

Permalink
Merge pull request #325 from beatrycze-volk/fix-license
Browse files Browse the repository at this point in the history
[MAINTENANCE] Fix license comments
  • Loading branch information
beatrycze-volk authored Dec 4, 2024
2 parents 0ca8a3f + 78ca4ed commit c2bf846
Show file tree
Hide file tree
Showing 35 changed files with 760 additions and 230 deletions.
23 changes: 23 additions & 0 deletions Classes/Controller/SruController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

namespace Slub\Dfgviewer\Controller;

/**
* Copyright notice
*
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
*/

use Kitodo\Dlf\Common\MetsDocument;
use TYPO3\CMS\Core\Page\PageRenderer;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
35 changes: 17 additions & 18 deletions Classes/Controller/UriController.php
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
<?php
namespace Slub\Dfgviewer\Controller;

/***************************************************************
* Copyright notice
/**
* Copyright notice
*
* (c) 2012 Sebastian Meyer <[email protected]>
* (c) 2022 Alexander Bigga <[email protected]>
* All rights reserved
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* This copyright notice MUST APPEAR in all copies of the script!
*/

use Kitodo\Dlf\Common\Helper;
use TYPO3\CMS\Core\Utility\MathUtility;
Expand Down
33 changes: 16 additions & 17 deletions Classes/Middleware/SruMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,27 @@

namespace Slub\Dfgviewer\Middleware;

/*
* Copyright notice
/**
* Copyright notice
*
* (c) 2014 Alexander Bigga <[email protected]>
* (c) 2023 Beatrycze Volk <[email protected]>
* All rights reserved
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
* This copyright notice MUST APPEAR in all copies of the script!
*/

use Psr\Http\Message\ResponseInterface;
Expand Down
23 changes: 23 additions & 0 deletions Classes/ViewHelpers/CalendarDataVariableViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

namespace Slub\Dfgviewer\ViewHelpers;

/**
* Copyright notice
*
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
*/

use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
use TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser;
Expand Down
35 changes: 18 additions & 17 deletions Classes/ViewHelpers/Format/SubStringLastViewHelper.php
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<?php
namespace Slub\Dfgviewer\ViewHelpers\Format;
/***************************************************************
* Copyright notice

/**
* Copyright notice
*
* (c) 2019 Alexander Bigga <[email protected]>
* All rights reserved
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* This copyright notice MUST APPEAR in all copies of the script!
*/

use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;

Expand Down
23 changes: 18 additions & 5 deletions Classes/ViewHelpers/TitleTagViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
namespace Slub\Dfgviewer\ViewHelpers;

/**
* (c) Kitodo. Key to digital objects e.V. <[email protected]>
* Copyright notice
*
* This file is part of the Kitodo and TYPO3 projects.
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* @license GNU General Public License version 3 or later.
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
*/

use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
34 changes: 17 additions & 17 deletions Configuration/RequestMiddlewares.php
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?php

/***************************************************************
* Copyright notice
/**
* Copyright notice
*
* (c) 2023 Beatrycze Volk <[email protected]>
* All rights reserved
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
* This copyright notice MUST APPEAR in all copies of the script!
*/

return [
'frontend' => [
Expand Down
23 changes: 23 additions & 0 deletions Resources/Private/JavaScript/dfgviewerScripts.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/**
* Copyright notice
*
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
*/

/*!
Custom scripts
Expand Down
44 changes: 22 additions & 22 deletions Resources/Private/JavaScript/dfgviewerSru.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
/***************************************************************
* Copyright notice
*
* (c) 2014 Kitodo. Key to digital objects e. V. <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
* Copyright notice
*
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
*/

$(document).ready(function() {

Expand Down
23 changes: 23 additions & 0 deletions Resources/Private/JavaScript/websiteScripts.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/**
* Copyright notice
*
* (c) Saxon State and University Library Dresden <[email protected]>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 3 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
*/

/*!
Custom scripts
Expand Down
Loading

0 comments on commit c2bf846

Please sign in to comment.