Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
afi
opacce
Commits
4b83b5d5
Commit
4b83b5d5
authored
Dec 08, 2014
by
Laurent
Browse files
Licence update
parent
3d8fcb8e
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
60 deletions
+60
-60
application/modules/admin/controllers/AccueilController.php
application/modules/admin/controllers/AccueilController.php
+3
-3
application/modules/admin/controllers/AjaxController.php
application/modules/admin/controllers/AjaxController.php
+3
-3
application/modules/admin/controllers/AlbumController.php
application/modules/admin/controllers/AlbumController.php
+3
-3
application/modules/admin/controllers/AmberController.php
application/modules/admin/controllers/AmberController.php
+3
-3
application/modules/admin/controllers/AuthController.php
application/modules/admin/controllers/AuthController.php
+3
-3
application/modules/admin/controllers/BatchController.php
application/modules/admin/controllers/BatchController.php
+3
-3
application/modules/admin/controllers/BibController.php
application/modules/admin/controllers/BibController.php
+3
-3
application/modules/admin/controllers/CatalogueController.php
...ication/modules/admin/controllers/CatalogueController.php
+3
-3
application/modules/admin/controllers/CmsController.php
application/modules/admin/controllers/CmsController.php
+3
-3
application/modules/admin/controllers/CustomFieldsController.php
...tion/modules/admin/controllers/CustomFieldsController.php
+3
-3
application/modules/admin/controllers/CustomFieldsMetaController.php
.../modules/admin/controllers/CustomFieldsMetaController.php
+3
-3
application/modules/admin/controllers/CustomFieldsReportController.php
...odules/admin/controllers/CustomFieldsReportController.php
+3
-3
application/modules/admin/controllers/ErrorController.php
application/modules/admin/controllers/ErrorController.php
+3
-3
application/modules/admin/controllers/FormationController.php
...ication/modules/admin/controllers/FormationController.php
+3
-3
application/modules/admin/controllers/FrbrLinkController.php
application/modules/admin/controllers/FrbrLinkController.php
+3
-3
application/modules/admin/controllers/FrbrLinktypeController.php
...tion/modules/admin/controllers/FrbrLinktypeController.php
+3
-3
application/modules/admin/controllers/HarvestController.php
application/modules/admin/controllers/HarvestController.php
+3
-3
application/modules/admin/controllers/I18nController.php
application/modules/admin/controllers/I18nController.php
+3
-3
application/modules/admin/controllers/IndexController.php
application/modules/admin/controllers/IndexController.php
+3
-3
application/modules/admin/controllers/LieuController.php
application/modules/admin/controllers/LieuController.php
+3
-3
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
application/modules/admin/controllers/AccueilController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_AccueilController
extends
Zend_Controller_Action
{
...
...
application/modules/admin/controllers/AjaxController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/AlbumController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_AlbumController
extends
ZendAfi_Controller_Action
{
...
...
application/modules/admin/controllers/AmberController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_AmberController
extends
Zend_Controller_Action
{
...
...
application/modules/admin/controllers/AuthController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/BatchController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/BibController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/CatalogueController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
//////////////////////////////////////////////////////////////////////////////////////////
...
...
application/modules/admin/controllers/CmsController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_CmsController
extends
ZendAfi_Controller_Action
{
...
...
application/modules/admin/controllers/CustomFieldsController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012-2014, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/CustomFieldsMetaController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012-2014, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/CustomFieldsReportController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012-2014, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/ErrorController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_ErrorController
extends
Zend_Controller_Action
{
...
...
application/modules/admin/controllers/FormationController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_FormationController
extends
ZendAfi_Controller_Action
{
...
...
application/modules/admin/controllers/FrbrLinkController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/FrbrLinktypeController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/HarvestController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
...
...
application/modules/admin/controllers/I18nController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_I18nController
extends
Zend_Controller_Action
{
...
...
application/modules/admin/controllers/IndexController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_IndexController
extends
ZendAfi_Controller_Action
{
...
...
application/modules/admin/controllers/LieuController.php
View file @
4b83b5d5
...
...
@@ -2,20 +2,20 @@
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
*
*
AFI-OPAC 2.0
is free software; you can redistribute it and/or modify
*
BOKEH
is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation.
*
* There are special exceptions to the terms and conditions of the AGPL as it
* is applied to this software (see README file).
*
*
AFI-OPAC 2.0
is distributed in the hope that it will be useful,
*
BOKEH
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 AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with
AFI-OPAC 2.0
; if not, write to the Free Software
* along with
BOKEH
; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class
Admin_LieuController
extends
Zend_Controller_Action
{
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment