Skip to content

Commit 723e2f1

Browse files
committed
#977 Fix headers, coding style
1 parent 4dc26d6 commit 723e2f1

File tree

81 files changed

+76
-346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+76
-346
lines changed

bin/opus4

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env php
22
<?php
3+
34
/**
45
* This file is part of OPUS. The software OPUS has been originally developed
56
* at the University of Stuttgart with funding from the German Research Net,
@@ -25,8 +26,6 @@
2526
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2627
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2728
*
28-
* @category Application
29-
* @author Jens Schwidder <[email protected]>
3029
* @copyright Copyright (c) 2020, OPUS 4 development team
3130
* @license http://www.gnu.org/licenses/gpl.html General Public License
3231
*/

library/Application/Form/Decorator/FormHelp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/**
44
* This file is part of OPUS. The software OPUS has been originally developed
55
* at the University of Stuttgart with funding from the German Research Net,
66
* the Federal Department of Higher Education and Research and the Ministry

library/Application/Form/Validate/ValuePresentInSubforms.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/**
44
* This file is part of OPUS. The software OPUS has been originally developed
55
* at the University of Stuttgart with funding from the German Research Net,
66
* the Federal Department of Higher Education and Research and the Ministry

library/Application/View/Helper/IsDisplayField.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/**
44
* This file is part of OPUS. The software OPUS has been originally developed
55
* at the University of Stuttgart with funding from the German Research Net,
66
* the Federal Department of Higher Education and Research and the Ministry

library/Application/View/Partial/tableheader.phtml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* This file is part of OPUS. The software OPUS has been originally developed
45
* at the University of Stuttgart with funding from the German Research Net,
@@ -24,13 +25,10 @@
2425
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2526
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2627
*
27-
* @category Application
28-
* @package Application_View_Partial
29-
* @author Jens Schwidder <[email protected]>
30-
* @copyright Copyright (c) 2008-2013, OPUS 4 development team
28+
* @copyright Copyright (c) 2008, OPUS 4 development team
3129
* @license http://www.gnu.org/licenses/gpl.html General Public License
32-
* @version $Id$
3330
*/
31+
3432
?>
3533

3634
<?PHP $columnCount = $this->element->getColumnCount() ?>

modules/account/Bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
*
2828
* @copyright Copyright (c) 2008, OPUS 4 development team
2929
* @license http://www.gnu.org/licenses/gpl.html General Public License
30-
*
3130
*/
3231

3332
/**

modules/admin/controllers/OailinkController.php

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131

3232
/**
3333
* Main entry point for this module.
34-
*
35-
* @category Application
36-
* @package Admin
3734
*/
3835
class Admin_OailinkController extends Application_Controller_Action
3936
{

modules/admin/forms/Document/Bibliographic.php

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333

3434
/**
3535
* Unterformular fuer weitere Metadaten eines Dokuments.
36-
*
37-
* @category Application
38-
* @package Module_Admin
3936
*/
4037
class Admin_Form_Document_Bibliographic extends Admin_Form_Document_Section
4138
{

modules/admin/forms/Document/Subjects.php

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
* das Feld "Subject" im Dokument zu aktualisieren.
3939
*
4040
* TODO Umgang mit alten Schlagwörtern mit unbekanntem Typ (siehe auch OPUSVIER-2604)
41-
*
42-
* @category Application
43-
* @package Module_Admin
4441
*/
4542
class Admin_Form_Document_Subjects extends Admin_Form_Document_Section
4643
{

modules/admin/models/workflow.ini

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@
2222
; along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2323
; Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2424
;
25-
; @category Application
26-
; @package Module_Admin
27-
; @author Jens Schwidder <[email protected]>
28-
; @copyright Copyright (c) 2008-2012, OPUS 4 development team
25+
; @copyright Copyright (c) 2008, OPUS 4 development team
2926
; @license http://www.gnu.org/licenses/gpl.html General Public License
30-
; @version $Id$
3127

3228
; Defines allowed transitions of PublicationState for documents.
3329
; Used by Admin_WorkflowController.

modules/admin/views/scripts/form/documentActions.phtml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @copyright Copyright (c) 2008, OPUS 4 development team
2929
* @license http://www.gnu.org/licenses/gpl.html General Public License
3030
*/
31+
3132
?>
3233

3334
<?= $this->element->getElement(Admin_Form_Document_Actions::ELEMENT_ID) ?>

modules/admin/views/scripts/index/submenu.phtml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
/*
2+
3+
/**
34
* This file is part of OPUS. The software OPUS has been originally developed
45
* at the University of Stuttgart with funding from the German Research Net,
56
* the Federal Department of Higher Education and Research and the Ministry
@@ -24,13 +25,10 @@
2425
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2526
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2627
*
27-
* @category Application
28-
* @package Module_Admin
29-
* @author Jens Schwidder ([email protected])
3028
* @copyright Copyright (c) 2013, OPUS 4 development team
3129
* @license http://www.gnu.org/licenses/gpl.html General Public License
32-
* @version $Id$
3330
*/
31+
3432
?>
3533

3634
<div id="adminMenuContainer">

modules/admin/views/scripts/info/menu.phtml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
/*
2+
3+
/**
34
* This file is part of OPUS. The software OPUS has been originally developed
45
* at the University of Stuttgart with funding from the German Research Net,
56
* the Federal Department of Higher Education and Research and the Ministry
@@ -24,13 +25,10 @@
2425
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2526
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2627
*
27-
* @category Application
28-
* @package Module_Admin
29-
* @author Jens Schwidder ([email protected])
3028
* @copyright Copyright (c) 2013, OPUS 4 development team
3129
* @license http://www.gnu.org/licenses/gpl.html General Public License
32-
* @version $Id$
3330
*/
31+
3432
?>
3533

3634
<div id="adminMenuContainer">

modules/admin/views/scripts/itemCount_pagination.phtml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?PHP
2-
/*
2+
3+
/**
34
* This file is part of OPUS. The software OPUS has been originally developed
45
* at the University of Stuttgart with funding from the German Research Net,
56
* the Federal Department of Higher Education and Research and the Ministry
@@ -24,11 +25,11 @@
2425
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2526
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2627
*
27-
* @category Application
28-
* @author Jens Schwidder <[email protected]>
29-
* @copyright Copyright (c) 2008-2017, OPUS 4 development team
28+
* @copyright Copyright (c) 2008, OPUS 4 development team
3029
* @license http://www.gnu.org/licenses/gpl.html General Public License
31-
*
30+
*/
31+
32+
/**
3233
* TODO view helper
3334
*/
3435
?>

modules/admin/views/scripts/job/menu.phtml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
/*
2+
3+
/**
34
* This file is part of OPUS. The software OPUS has been originally developed
45
* at the University of Stuttgart with funding from the German Research Net,
56
* the Federal Department of Higher Education and Research and the Ministry
@@ -24,13 +25,10 @@
2425
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2526
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2627
*
27-
* @category Application
28-
* @package Module_Admin
29-
* @author Jens Schwidder ([email protected])
3028
* @copyright Copyright (c) 2013, OPUS 4 development team
3129
* @license http://www.gnu.org/licenses/gpl.html General Public License
32-
* @version $Id$
3330
*/
31+
3432
?>
3533

3634
<div class="wrapper">

modules/admin/views/scripts/report/doi.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/**
44
* This file is part of OPUS. The software OPUS has been originally developed
55
* at the University of Stuttgart with funding from the German Research Net,
66
* the Federal Department of Higher Education and Research and the Ministry

modules/admin/views/scripts/setup/index.phtml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
/*
2+
3+
/**
34
* This file is part of OPUS. The software OPUS has been originally developed
45
* at the University of Stuttgart with funding from the German Research Net,
56
* the Federal Department of Higher Education and Research and the Ministry
@@ -24,13 +25,10 @@
2425
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2526
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2627
*
27-
* @category Application
28-
* @package Module_Admin
29-
* @author Jens Schwidder ([email protected])
3028
* @copyright Copyright (c) 2013, OPUS 4 development team
3129
* @license http://www.gnu.org/licenses/gpl.html General Public License
32-
* @version $Id$
3330
*/
31+
3432
?>
3533

3634
<div id="adminMenuContainer">

modules/citationExport/views/scripts/index/bibtex.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_article.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_book.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_bookpart.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_conferenceobject.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_doctoralthesis.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_masterthesis.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_preprint.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/bibtex_report.xslt

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
32-
* @author Gunar Maiwald <[email protected]>
33-
* @author Jens Schwidder <[email protected]>
34-
* @copyright Copyright (c) 2010-2018, OPUS 4 development team
29+
* @copyright Copyright (c) 2010, OPUS 4 development team
3530
* @license http://www.gnu.org/licenses/gpl.html General Public License
3631
*/
3732
-->

modules/citationExport/views/scripts/index/ris.xslt

-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Oliver Marahrens <[email protected]>
3229
* @copyright Copyright (c) 2010, OPUS 4 development team
3330
* @license http://www.gnu.org/licenses/gpl.html General Public License
34-
* @version $Id$
3531
*/
3632
-->
3733

modules/citationExport/views/scripts/index/utils/bibtex_authors.xslt

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626
* along with OPUS; if not, write to the Free Software Foundation, Inc., 51
2727
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828
*
29-
* @category Application
30-
* @package Module_CitationExport
31-
* @author Sascha Szott <[email protected]>
32-
* @copyright Copyright (c) 2008-2011, OPUS 4 development team
29+
* @copyright Copyright (c) 2008, OPUS 4 development team
3330
* @license http://www.gnu.org/licenses/gpl.html General Public License
34-
* @version $Id$
3531
*/
3632
-->
3733

0 commit comments

Comments
 (0)