From f235e0cd66baf1defa04e44dec89bbca34f936de Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 8 Jan 2020 15:50:20 +0100 Subject: [PATCH] Update copyright --- .../cs.dict.itop-portal-base.php | 36 ++++++++---------- .../da.dict.itop-portal-base.php | 6 +-- .../de.dict.itop-portal-base.php | 35 ++++++++---------- .../en.dict.itop-portal-base.php | 6 +-- .../es_cr.dict.itop-portal-base.php | 34 ++++++++--------- .../fr.dict.itop-portal-base.php | 34 ++++++++--------- .../hu.dict.itop-portal-base.php | 6 +-- datamodels/2.x/itop-portal-base/index.php | 2 +- .../it.dict.itop-portal-base.php | 6 +-- .../ja.dict.itop-portal-base.php | 6 +-- .../model.itop-portal-base.php | 4 +- .../module.itop-portal-base.php | 2 +- .../nl.dict.itop-portal-base.php | 37 ++++++++++--------- .../portal/config/bootstrap.php | 2 +- .../portal/config/bundles.php | 4 +- .../config/legacy_silex_compat_layer.php | 4 +- .../config/routes/extensions_extra_routes.php | 4 +- .../public/css/bootstrap-theme-combodo.css | 2 +- .../public/css/bootstrap-theme-combodo.scss | 2 +- .../portal/public/css/portal.css | 18 +++++++++ .../portal/public/css/portal.scss | 18 +++++++++ .../portal/public/css/variables.scss | 18 +++++++++ .../itop-portal-base/portal/public/index.php | 2 +- .../portal/public/js/bootstrap-patches.js | 2 +- .../public/js/bootstrap-portal-modal.js | 2 +- .../dataTables.accentNeutraliseForFilter.js | 20 +++++++++- .../portal/public/js/export.js | 34 ++++++++--------- .../portal/public/js/portal-clipboard.js | 30 +++++++-------- .../portal/public/js/portal_form_field.js | 30 +++++++-------- .../public/js/portal_form_field_html.js | 30 +++++++-------- .../portal/public/js/portal_form_field_set.js | 30 +++++++-------- .../portal/public/js/portal_form_handler.js | 2 +- .../portal/public/js/portal_leave_handler.js | 30 +++++++-------- .../portal/public/js/toolbox.js | 2 +- .../portal/src/Brick/AbstractBrick.php | 2 +- .../portal/src/Brick/AggregatePageBrick.php | 4 +- .../portal/src/Brick/BrickCollection.php | 4 +- .../src/Brick/BrickNotFoundException.php | 4 +- .../portal/src/Brick/BrowseBrick.php | 2 +- .../portal/src/Brick/CreateBrick.php | 2 +- .../portal/src/Brick/FilterBrick.php | 2 +- .../portal/src/Brick/ManageBrick.php | 2 +- .../portal/src/Brick/PortalBrick.php | 4 +- .../src/Brick/PropertyNotFoundException.php | 4 +- .../portal/src/Brick/UserProfileBrick.php | 4 +- .../src/Controller/AbstractController.php | 4 +- ...AggregatePageBrickController.class.inc.php | 4 +- .../portal/src/Controller/BrickController.php | 4 +- .../src/Controller/BrowseBrickController.php | 2 +- .../src/Controller/CreateBrickController.php | 4 +- .../src/Controller/DefaultController.php | 4 +- .../src/Controller/ManageBrickController.php | 2 +- .../src/Controller/ObjectController.php | 2 +- .../AbstractConfiguration.php | 4 +- .../PortalXmlConfiguration/Basic.php | 2 +- .../PortalXmlConfiguration/Forms.php | 2 +- .../PortalXmlConfiguration/Lists.php | 4 +- ...plicationContextSetPluginPropertyClass.php | 30 +++++++-------- .../ApplicationContextSetUrlMakerClass.php | 4 +- .../portal/src/EventListener/UserProvider.php | 4 +- .../portal/src/Form/PasswordFormManager.php | 4 +- .../src/Form/PreferencesFormManager.php | 4 +- .../portal/src/Helper/ApplicationHelper.php | 2 +- .../src/Helper/BrickControllerHelper.php | 4 +- .../portal/src/Helper/BrowseBrickHelper.php | 4 +- .../src/Helper/ContextManipulatorHelper.php | 2 +- .../src/Helper/LifecycleValidatorHelper.php | 4 +- .../src/Helper/NavigationRuleHelper.php | 2 +- .../src/Helper/RequestManipulatorHelper.php | 4 +- .../src/Helper/ScopeValidatorHelper.php | 4 +- .../portal/src/Helper/SecurityHelper.php | 2 +- .../portal/src/Helper/UIExtensionsHelper.php | 2 +- .../itop-portal-base/portal/src/Kernel.php | 4 +- .../src/Routing/ItopExtensionsExtraRoutes.php | 4 +- .../portal/src/Routing/UrlGenerator.php | 4 +- .../portal/src/Twig/AppExtension.php | 4 +- .../portal/src/Twig/AppVariable.php | 4 +- .../src/UrlMaker/AbstractPortalUrlMaker.php | 4 +- .../AbstractStringVariableAccessor.php | 4 +- .../AbstractVariableAccessor.php | 4 +- .../CombodoCurrentContactPhotoUrl.php | 4 +- .../CombodoPortalInstanceConf.php | 4 +- .../portal/vendor/autoload.php | 17 +++++++++ .../portal/vendor/composer/ClassLoader.php | 2 +- .../vendor/composer/autoload_classmap.php | 2 +- .../vendor/composer/autoload_namespaces.php | 17 +++++++++ .../portal/vendor/composer/autoload_psr4.php | 17 +++++++++ .../portal/vendor/composer/autoload_real.php | 17 +++++++++ .../vendor/composer/autoload_static.php | 2 +- .../pt_br.dict.itop-portal-base.php | 34 ++++++++--------- .../ru.dict.itop-portal-base.php | 18 +++++++++ .../sk.dict.itop-portal-base.php | 6 +-- .../tr.dict.itop-portal-base.php | 6 +-- .../zh_cn.dict.itop-portal-base.php | 6 +-- 94 files changed, 430 insertions(+), 402 deletions(-) diff --git a/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php index c33b72e7b..9de27d2f1 100644 --- a/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/cs.dict.itop-portal-base.php @@ -1,28 +1,22 @@ /** - * Localized data. + * Copyright (C) 2013-2020 Combodo SARL * - * @author Lukáš Dvořák - * @author Daniel Rokos - * @copyright Copyright (C) 2010-2016 Combodo SARL - * @license http://opensource.org/licenses/AGPL-3.0 + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ + // Portal Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Page:DefaultTitle' => 'Uživatelský portál %1$s', diff --git a/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php index ade9a5102..5f18ee35a 100644 --- a/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php @@ -1,9 +1,6 @@ */ // Portal Dict::Add('DA DA', 'Danish', 'Dansk', array( diff --git a/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php index dfa3d7f27..33a900c85 100644 --- a/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php @@ -1,25 +1,22 @@ /** - * @copyright Copyright (C) 2010-2012 Combodo SARL - * @copyright Copyright (C) 2016 ITOMIG GmbH - * @license http://opensource.org/licenses/AGPL-3.0 + * Copyright (C) 2013-2020 Combodo SARL + * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ + // Portal Dict::Add('DE DE', 'German', 'Deutsch', array( 'Page:DefaultTitle' => '%1$s - Benutzer Portal', diff --git a/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php index efaf74fbb..ccd819b4e 100644 --- a/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/en.dict.itop-portal-base.php @@ -1,9 +1,6 @@ */ // Portal diff --git a/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php index 8008b8344..04ccf1814 100644 --- a/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/es_cr.dict.itop-portal-base.php @@ -1,24 +1,22 @@ /** - * @copyright Copyright (C) 2010-2012 Combodo SARL - * @license http://opensource.org/licenses/AGPL-3.0 + * Copyright (C) 2013-2020 Combodo SARL + * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ + // Portal Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Page:DefaultTitle' => '%1$s - Portal de Usuario', diff --git a/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php index 2ec988a54..31b24dfb5 100644 --- a/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/fr.dict.itop-portal-base.php @@ -1,24 +1,22 @@ /** - * @copyright Copyright (C) 2010-2012 Combodo SARL - * @license http://opensource.org/licenses/AGPL-3.0 + * Copyright (C) 2013-2020 Combodo SARL + * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ + // Portal Dict::Add('FR FR', 'French', 'Français', array( 'Page:DefaultTitle' => 'Portail utilisateur %1$s', diff --git a/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php index 89a521ecd..519831403 100644 --- a/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php @@ -1,9 +1,6 @@ */ // Portal Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/itop-portal-base/index.php b/datamodels/2.x/itop-portal-base/index.php index 3a086d760..465227a40 100644 --- a/datamodels/2.x/itop-portal-base/index.php +++ b/datamodels/2.x/itop-portal-base/index.php @@ -1,7 +1,7 @@ */ // Portal Dict::Add('IT IT', 'Italian', 'Italiano', array( diff --git a/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php index f2645fabe..d0abd6518 100644 --- a/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php @@ -1,9 +1,6 @@ */ // Portal Dict::Add('JA JP', 'Japanese', '日本語', array( diff --git a/datamodels/2.x/itop-portal-base/model.itop-portal-base.php b/datamodels/2.x/itop-portal-base/model.itop-portal-base.php index 8b598ae3d..7c10f21a6 100644 --- a/datamodels/2.x/itop-portal-base/model.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/model.itop-portal-base.php @@ -1,7 +1,7 @@ /** - * @copyright Copyright (C) 2010-2012 Combodo SARL - * @license http://opensource.org/licenses/AGPL-3.0 + * Copyright (C) 2013-2020 Combodo SARL + * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 + */ + +/** * @author jbostoen (2018) */ + // Portal Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Page:DefaultTitle' => '%1$s Gebruikersportaal', diff --git a/datamodels/2.x/itop-portal-base/portal/config/bootstrap.php b/datamodels/2.x/itop-portal-base/portal/config/bootstrap.php index 896c2a0a1..8a42b6534 100644 --- a/datamodels/2.x/itop-portal-base/portal/config/bootstrap.php +++ b/datamodels/2.x/itop-portal-base/portal/config/bootstrap.php @@ -1,7 +1,7 @@ -// +/* + * Copyright (C) 2013-2020 Combodo SARL + * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 + */ function ExportStartExport() { var oParams = {}; diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/portal-clipboard.js b/datamodels/2.x/itop-portal-base/portal/public/js/portal-clipboard.js index 2cb2c4508..bdd7a03ca 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/portal-clipboard.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/portal-clipboard.js @@ -1,21 +1,19 @@ /* + * Copyright (C) 2013-2020 Combodo SARL * - * * Copyright (C) 2013-2019 Combodo SARL - * * - * * This file is part of iTop. - * * - * * iTop 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, either version 3 of the License, or - * * (at your option) any later version. - * * - * * iTop 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 - * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ /* diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field.js b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field.js index 96dca4518..4b48e07ea 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field.js @@ -1,21 +1,19 @@ /* + * Copyright (C) 2013-2020 Combodo SARL * - * * Copyright (C) 2013-2019 Combodo SARL - * * - * * This file is part of iTop. - * * - * * iTop 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, either version 3 of the License, or - * * (at your option) any later version. - * * - * * iTop 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 - * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ //iTop Portal Form field diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_html.js b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_html.js index ec729b311..d4103327a 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_html.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_html.js @@ -1,21 +1,19 @@ /* + * Copyright (C) 2013-2020 Combodo SARL * - * * Copyright (C) 2013-2019 Combodo SARL - * * - * * This file is part of iTop. - * * - * * iTop 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, either version 3 of the License, or - * * (at your option) any later version. - * * - * * iTop 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 - * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ //iTop Portal Form field HTML diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_set.js b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_set.js index 26114d5b6..8cd98a261 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_set.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_field_set.js @@ -1,21 +1,19 @@ /* + * Copyright (C) 2013-2020 Combodo SARL * - * * Copyright (C) 2013-2019 Combodo SARL - * * - * * This file is part of iTop. - * * - * * iTop 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, either version 3 of the License, or - * * (at your option) any later version. - * * - * * iTop 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 - * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ //iTop Portal Form field Set diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js index 042f48dfc..4480767b8 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Combodo SARL + * Copyright (C) 2013-2020 Combodo SARL * * This file is part of iTop. * diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/portal_leave_handler.js b/datamodels/2.x/itop-portal-base/portal/public/js/portal_leave_handler.js index f372c7ee9..438093ec4 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/portal_leave_handler.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/portal_leave_handler.js @@ -1,21 +1,19 @@ /* + * Copyright (C) 2013-2020 Combodo SARL * - * * Copyright (C) 2013-2019 Combodo SARL - * * - * * This file is part of iTop. - * * - * * iTop 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, either version 3 of the License, or - * * (at your option) any later version. - * * - * * iTop 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 - * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ ; diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/toolbox.js b/datamodels/2.x/itop-portal-base/portal/public/js/toolbox.js index bb94ac14e..096d51bad 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/toolbox.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/toolbox.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Combodo SARL + * Copyright (C) 2013-2020 Combodo SARL * * This file is part of iTop. * diff --git a/datamodels/2.x/itop-portal-base/portal/src/Brick/AbstractBrick.php b/datamodels/2.x/itop-portal-base/portal/src/Brick/AbstractBrick.php index cd9e359a3..cd2c75d01 100644 --- a/datamodels/2.x/itop-portal-base/portal/src/Brick/AbstractBrick.php +++ b/datamodels/2.x/itop-portal-base/portal/src/Brick/AbstractBrick.php @@ -1,7 +1,7 @@ /** - * @copyright Copyright (C) 2010-2012 Combodo SARL - * @license http://opensource.org/licenses/AGPL-3.0 + * Copyright (C) 2013-2020 Combodo SARL + * + * This file is part of iTop. + * + * iTop 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, either version 3 of the License, or + * (at your option) any later version. + * + * iTop 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 */ + // Portal Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'Page:DefaultTitle' => 'Portal do usuário iTop', diff --git a/datamodels/2.x/itop-portal-base/ru.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/ru.dict.itop-portal-base.php index 3d35f7258..e976741b8 100755 --- a/datamodels/2.x/itop-portal-base/ru.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/ru.dict.itop-portal-base.php @@ -1,4 +1,22 @@ */ // Portal Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( diff --git a/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php index a2fcc576b..8ec76c3b6 100644 --- a/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php @@ -1,9 +1,6 @@ */ // Portal Dict::Add('TR TR', 'Turkish', 'Türkçe', array( diff --git a/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php index d9059354a..1c21a365a 100644 --- a/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php @@ -1,9 +1,6 @@ */ // Portal