diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 59d88c187..ff694323a 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -50,21 +50,21 @@ jobs:
- name: Lint
run: php vendor/bin/robo --no-interaction code:cs
- phpunit-GLPI-latest:
+ phpunit-GSIT-latest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['7.3', '7.4', '8.0']
- glpi-versions: ['9.5.7']
- name: phpunit-GLPI-latest (${{ matrix.glpi-versions }}) | PHP(${{ matrix.php-versions }})
+ gsit-versions: ['9.5.10']
+ name: phpunit-GSIT-latest (${{ matrix.gsit-versions }}) | PHP(${{ matrix.php-versions }})
env:
extensions: zip, hash, fileinfo, mysqli, gd, bz2, xdebug
key: cache-v1
steps:
- uses: ankane/setup-mariadb@v1
with:
- mariadb-version: 10.5
+ mariadb-version: 10.8
- uses: actions/checkout@v1
- name: Setup cache environment
id: extcache
@@ -95,104 +95,40 @@ jobs:
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-versions }}
- - name: Get GLPI
- run: wget https://github.com/glpi-project/glpi/releases/download/${{ matrix.glpi-versions }}/glpi-${{ matrix.glpi-versions }}.tgz
- - name: Uncompress GLPI
- run: tar zxvf glpi-${{ matrix.glpi-versions }}.tgz
+ - name: Get GSIT
+ run: wget https://github.com/DCS-Easyware/gsit/releases/download/GSIT-${{ matrix.gsit-versions }}/gsit-${{ matrix.gsit-versions }}.tgz
+ - name: Uncompress GSIT
+ run: tar zxvf gsit-${{ matrix.gsit-versions }}.tgz
- name: Copy Plugin FusionInventory
- run: rsync -avr --exclude='glpi' ./* glpi/plugins/fusioninventory/
+ run: rsync -avr --exclude='gsit' ./* gsit/plugins/fusioninventory/
- name: Create the database
- run: mysqladmin create glpi
+ run: mysqladmin create gsit
- name: Check php dependencies
- run: cd glpi && php bin/console glpi:system:check_requirements
- - name: Install GLPI
- run: cd glpi && mkdir tests && php bin/console glpi:database:install -n --config-dir=tests --db-name=glpi --db-user=root
+ run: cd gsit && php bin/console glpi:system:check_requirements
+ - name: Install GSIT
+ run: cd gsit && mkdir tests && php bin/console glpi:database:install -n --config-dir=tests --db-name=glpi --db-user=root
- name: Install plugin FusionInventory
- run: cd glpi && php bin/console glpi:plugin:install -vvv -n --config-dir=tests --username=glpi fusioninventory
+ run: cd gsit && php bin/console glpi:plugin:install -vvv -n --config-dir=tests --username=glpi fusioninventory
- name: Activate plugin FusionInventory
- run: cd glpi && php bin/console glpi:plugin:activate -n --config-dir=tests fusioninventory
+ run: cd gsit && php bin/console glpi:plugin:activate -n --config-dir=tests fusioninventory
- name: run tests
- run: cd glpi/plugins/fusioninventory/ && php vendor/bin/phpunit --testdox tests/
+ run: cd gsit/plugins/fusioninventory/ && php vendor/bin/phpunit --testdox tests/
- phpunit-GLPI-previous:
+ phpunit-GSIT-previous:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['7.4']
- glpi-versions: ['9.5.3','9.5.4','9.5.5','9.5.6']
- name: phpunit-GLPI-latest (${{ matrix.glpi-versions }}) | PHP(${{ matrix.php-versions }})
- env:
- extensions: zip, hash, fileinfo, mysqli, gd, bz2, xdebug
- key: cache-v1
- steps:
- - uses: ankane/setup-mariadb@v1
- with:
- mariadb-version: 10.5
- - uses: actions/checkout@v1
- - name: Setup cache environment
- id: extcache
- uses: shivammathur/cache-extensions@v1
- with:
- php-version: ${{ matrix.php-versions }}
- extensions: ${{ env.extensions }}
- key: ${{ env.key }}
-
- - name: Cache extensions
- uses: actions/cache@v2
- with:
- path: ${{ steps.extcache.outputs.dir }}
- key: ${{ steps.extcache.outputs.key }}
- restore-keys: ${{ steps.extcache.outputs.key }}
-
- - name: Setup PHP
- uses: shivammathur/setup-php@v2
- with:
- php-version: ${{ matrix.php-versions }}
- extensions: ${{ env.extensions }}
-
- - name: Cache Composer dependencies
- uses: actions/cache@v2
- with:
- path: /tmp/composer-cache
- key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- - uses: php-actions/composer@v6
- with:
- php_version: ${{ matrix.php-versions }}
- - name: Get GLPI
- run: wget https://github.com/glpi-project/glpi/releases/download/${{ matrix.glpi-versions }}/glpi-${{ matrix.glpi-versions }}.tgz
- - name: Uncompress GLPI
- run: tar zxvf glpi-${{ matrix.glpi-versions }}.tgz
- - name: Copy Plugin FusionInventory
- run: rsync -avr --exclude='glpi' ./* glpi/plugins/fusioninventory/
- - name: Create the database
- run: mysqladmin create glpi
- - name: Check php dependencies
- run: cd glpi && php bin/console glpi:system:check_requirements
- - name: Install GLPI
- run: cd glpi && mkdir tests && php bin/console glpi:database:install -n --config-dir=tests --db-name=glpi --db-user=root
- - name: Install plugin FusionInventory
- run: cd glpi && php bin/console glpi:plugin:install -vvv -n --config-dir=tests --username=glpi fusioninventory
- - name: Activate plugin FusionInventory
- run: cd glpi && php bin/console glpi:plugin:activate -n --config-dir=tests fusioninventory
- - name: run tests
- run: cd glpi/plugins/fusioninventory/ && php vendor/bin/phpunit --testdox tests/
-
- phpunit-GSIT:
- runs-on: ubuntu-latest
- strategy:
- fail-fast: false
- matrix:
- php-versions: ['7.3', '7.4', '8.0']
- gsit-versions: ['9.5.7']
- name: phpunit-GSIT (${{ matrix.gsit-versions }}) | PHP(${{ matrix.php-versions }})
+ gsit-versions: ['9.5.8','9.5.9']
+ name: phpunit-GSIT-latest (${{ matrix.gsit-versions }}) | PHP(${{ matrix.php-versions }})
env:
extensions: zip, hash, fileinfo, mysqli, gd, bz2, xdebug
key: cache-v1
steps:
- uses: ankane/setup-mariadb@v1
with:
- mariadb-version: 10.5
+ mariadb-version: 10.8
- uses: actions/checkout@v1
- name: Setup cache environment
id: extcache
@@ -224,9 +160,9 @@ jobs:
with:
php_version: ${{ matrix.php-versions }}
- name: Get GSIT
- run: wget https://github.com/DCS-Easyware/gsit/releases/download/GSIT-${{ matrix.gsit-versions }}/gsit-${{ matrix.gsit-versions }}.tar.gz
+ run: wget https://github.com/DCS-Easyware/gsit/releases/download/GSIT-${{ matrix.gsit-versions }}/gsit-${{ matrix.gsit-versions }}.tgz
- name: Uncompress GSIT
- run: tar zxvf gsit-${{ matrix.gsit-versions }}.tar.gz
+ run: tar zxvf gsit-${{ matrix.gsit-versions }}.tgz
- name: Copy Plugin FusionInventory
run: rsync -avr --exclude='gsit' ./* gsit/plugins/fusioninventory/
- name: Create the database
@@ -234,7 +170,7 @@ jobs:
- name: Check php dependencies
run: cd gsit && php bin/console glpi:system:check_requirements
- name: Install GSIT
- run: cd gsit && mkdir tests && php bin/console glpi:database:install -n --config-dir=tests --db-name=gsit --db-user=root
+ run: cd gsit && mkdir tests && php bin/console glpi:database:install -n --config-dir=tests --db-name=glpi --db-user=root
- name: Install plugin FusionInventory
run: cd gsit && php bin/console glpi:plugin:install -vvv -n --config-dir=tests --username=glpi fusioninventory
- name: Activate plugin FusionInventory
diff --git a/README.md b/README.md
index db5ae9126..295b42686 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-## Fusioninventory Plugin
-[![Build Status](https://travis-ci.org/fusioninventory/fusioninventory-for-glpi.svg?branch=master)](https://travis-ci.org/fusioninventory/fusioninventory-for-glpi)
-[![Coverage Status](https://coveralls.io/repos/fusioninventory/fusioninventory-for-glpi/badge.svg)](https://coveralls.io/r/fusioninventory/fusioninventory-for-glpi)
-(![GitHub downloads](https://img.shields.io/github/downloads/fusioninventory/fusioninventory-for-glpi/total.svg) + ![Redmine downloads](https://img.shields.io/badge/downloads%20redmine-218k%20total-brightgreen.svg))
+## Fusioninventory Plugin for GSIT
+[![Build Status](https://github.com/fusioninventory/fusioninventory-for-gsit/actions/workflows/tests.yml/badge.svg)](https://github.com/fusioninventory/fusioninventory-for-glpi/actions)
+[![Coverage Status](https://coveralls.io/repos/fusioninventory/fusioninventory-for-gsit/badge.svg)](https://coveralls.io/r/fusioninventory/fusioninventory-for-gsit)
+(![GitHub downloads](https://img.shields.io/github/downloads/fusioninventory/fusioninventory-for-gsit/total.svg))
-This plugin makes GLPI to process various types of tasks for Fusioninventory agents:
+This plugin makes GSIT to process various types of tasks for Fusioninventory agents:
* Computer inventory
* Network discovery
* Network (SNMP) inventory
@@ -36,4 +36,4 @@ Some icons used in the project comes from the following set of graphics licensed
* [Official website](http://fusioninventory.org/)
* [Translations on transifex service](https://www.transifex.com/ddurieux/FusionInventory/content/)
-* [Issues](https://github.com/fusioninventory/fusioninventory-for-glpi)
+* [Issues](https://github.com/fusioninventory/fusioninventory-for-gsit)
diff --git a/README.tests.md b/README.tests.md
index c682627bc..9e6d5ab53 100644
--- a/README.tests.md
+++ b/README.tests.md
@@ -1,10 +1,10 @@
# How to run tests
-## Install GLPI tests
+## Install GSIT tests
```
-cd glpi/
+cd gsit/
php bin/console glpi:database:install --config-dir=tests --force
php bin/console glpi:plugin:install --config-dir=tests --username=glpi fusioninventory
php bin/console glpi:plugin:activate --config-dir=tests fusioninventory
diff --git a/ajax/cancel_job.php b/ajax/cancel_job.php
index 8245ed09c..94666bdf2 100644
--- a/ajax/cancel_job.php
+++ b/ajax/cancel_job.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/ajax/deploy_displaytypevalue.php b/ajax/deploy_displaytypevalue.php
index 271362f16..76ed7b0ef 100644
--- a/ajax/deploy_displaytypevalue.php
+++ b/ajax/deploy_displaytypevalue.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/deployfilemodal.php b/ajax/deployfilemodal.php
index 9fcf10212..7401225ed 100644
--- a/ajax/deployfilemodal.php
+++ b/ajax/deployfilemodal.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/deploypackage_form.php b/ajax/deploypackage_form.php
index 29c7c15cf..019c455fe 100644
--- a/ajax/deploypackage_form.php
+++ b/ajax/deploypackage_form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/deployuser.logged.in.php b/ajax/deployuser.logged.in.php
index e3789a753..04f25ba2f 100644
--- a/ajax/deployuser.logged.in.php
+++ b/ajax/deployuser.logged.in.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdownCredentials.php b/ajax/dropdownCredentials.php
index 922aa72ef..fb662b9ed 100644
--- a/ajax/dropdownCredentials.php
+++ b/ajax/dropdownCredentials.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdown_taskjob.php b/ajax/dropdown_taskjob.php
index 954074a56..c24a8a5b6 100644
--- a/ajax/dropdown_taskjob.php
+++ b/ajax/dropdown_taskjob.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdownactionlist.php b/ajax/dropdownactionlist.php
index 6b48f6779..845f4fd96 100644
--- a/ajax/dropdownactionlist.php
+++ b/ajax/dropdownactionlist.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdownactionselection.php b/ajax/dropdownactionselection.php
index abef2ed9b..8f426c919 100644
--- a/ajax/dropdownactionselection.php
+++ b/ajax/dropdownactionselection.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdownactiontype.php b/ajax/dropdownactiontype.php
index b941201e8..1842cd174 100644
--- a/ajax/dropdownactiontype.php
+++ b/ajax/dropdownactiontype.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdowndefinitionlist.php b/ajax/dropdowndefinitionlist.php
index c9eac51cb..5640e16fe 100644
--- a/ajax/dropdowndefinitionlist.php
+++ b/ajax/dropdowndefinitionlist.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdowndefinitionselection.php b/ajax/dropdowndefinitionselection.php
index d52490bae..9f1d176ab 100644
--- a/ajax/dropdowndefinitionselection.php
+++ b/ajax/dropdowndefinitionselection.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdowndefinitiontype.php b/ajax/dropdowndefinitiontype.php
index 885667aaf..d2e6d7498 100644
--- a/ajax/dropdowndefinitiontype.php
+++ b/ajax/dropdowndefinitiontype.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdowndefinitiontypelist.php b/ajax/dropdowndefinitiontypelist.php
index 6e28c66ff..3f525695b 100644
--- a/ajax/dropdowndefinitiontypelist.php
+++ b/ajax/dropdowndefinitiontypelist.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdownjobdefinition.php b/ajax/dropdownjobdefinition.php
index 000fe859f..1509da292 100644
--- a/ajax/dropdownjobdefinition.php
+++ b/ajax/dropdownjobdefinition.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdownlist.php b/ajax/dropdownlist.php
index ec002294b..87d65bea9 100644
--- a/ajax/dropdownlist.php
+++ b/ajax/dropdownlist.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdownlocation.php b/ajax/dropdownlocation.php
index bacc2ac96..156ff14a4 100644
--- a/ajax/dropdownlocation.php
+++ b/ajax/dropdownlocation.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdowntype.php b/ajax/dropdowntype.php
index 30d7cead5..52d56a861 100644
--- a/ajax/dropdowntype.php
+++ b/ajax/dropdowntype.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/dropdowntypelist.php b/ajax/dropdowntypelist.php
index 3c480b47a..96e10eaf0 100644
--- a/ajax/dropdowntypelist.php
+++ b/ajax/dropdowntypelist.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/expand_task.php b/ajax/expand_task.php
index 64f6c559f..87ce93300 100644
--- a/ajax/expand_task.php
+++ b/ajax/expand_task.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/jobstates_logs.php b/ajax/jobstates_logs.php
index ebe5569f5..825379554 100644
--- a/ajax/jobstates_logs.php
+++ b/ajax/jobstates_logs.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/remote_status.php b/ajax/remote_status.php
index 5b9fc4e22..269fc8006 100644
--- a/ajax/remote_status.php
+++ b/ajax/remote_status.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/ajax/restart_job.php b/ajax/restart_job.php
index 771cc7e27..6c48dccda 100644
--- a/ajax/restart_job.php
+++ b/ajax/restart_job.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/ajax/serverfilestreesons.php b/ajax/serverfilestreesons.php
index 9b712bfab..fd43b7607 100644
--- a/ajax/serverfilestreesons.php
+++ b/ajax/serverfilestreesons.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/showtaskjoblogdetail.php b/ajax/showtaskjoblogdetail.php
index e52790dec..133e172da 100644
--- a/ajax/showtaskjoblogdetail.php
+++ b/ajax/showtaskjoblogdetail.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskjob_form.php b/ajax/taskjob_form.php
index 90d80a280..c7cf9db00 100644
--- a/ajax/taskjob_form.php
+++ b/ajax/taskjob_form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskjob_itemtypes.php b/ajax/taskjob_itemtypes.php
index 4d65757ff..afa5a45ae 100644
--- a/ajax/taskjob_itemtypes.php
+++ b/ajax/taskjob_itemtypes.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskjob_logs.php b/ajax/taskjob_logs.php
index 196c9bddc..19d0ad8fb 100644
--- a/ajax/taskjob_logs.php
+++ b/ajax/taskjob_logs.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskjob_moduleitems.php b/ajax/taskjob_moduleitems.php
index fb53d5c7c..265b1c7b8 100644
--- a/ajax/taskjob_moduleitems.php
+++ b/ajax/taskjob_moduleitems.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskjob_moduletypes.php b/ajax/taskjob_moduletypes.php
index 45e5aa8d1..b79b28760 100644
--- a/ajax/taskjob_moduletypes.php
+++ b/ajax/taskjob_moduletypes.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskjobaddtype.php b/ajax/taskjobaddtype.php
index 8953eeb94..62ebc5857 100644
--- a/ajax/taskjobaddtype.php
+++ b/ajax/taskjobaddtype.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskjobdeletetype.php b/ajax/taskjobdeletetype.php
index 0e63c29dc..1535c547f 100644
--- a/ajax/taskjobdeletetype.php
+++ b/ajax/taskjobdeletetype.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/ajax/taskmethodupdate.php b/ajax/taskmethodupdate.php
index 616701c46..58e151fa8 100644
--- a/ajax/taskmethodupdate.php
+++ b/ajax/taskmethodupdate.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/b/collect/index.php b/b/collect/index.php
index 59f4c4bc7..b9b40fbd5 100644
--- a/b/collect/index.php
+++ b/b/collect/index.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/b/deploy/index.php b/b/deploy/index.php
index 6be4c9d5c..37450f951 100644
--- a/b/deploy/index.php
+++ b/b/deploy/index.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/b/esx/index.php b/b/esx/index.php
index c442115c9..95891493f 100644
--- a/b/esx/index.php
+++ b/b/esx/index.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/docs/README b/docs/README
index e1fe48914..82e7f8505 100644
--- a/docs/README
+++ b/docs/README
@@ -32,7 +32,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/front/agent.form.php b/front/agent.form.php
index c46cef8ec..1af54957a 100644
--- a/front/agent.form.php
+++ b/front/agent.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/agent.php b/front/agent.php
index 55d9df13e..5ee812687 100644
--- a/front/agent.php
+++ b/front/agent.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/agentmodule.form.php b/front/agentmodule.form.php
index 930c496bf..becbf77e9 100644
--- a/front/agentmodule.form.php
+++ b/front/agentmodule.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/collect.form.php b/front/collect.form.php
index d43be274f..da44bcb47 100644
--- a/front/collect.form.php
+++ b/front/collect.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/collect.php b/front/collect.php
index ebcdb2d6a..c50c8c73e 100644
--- a/front/collect.php
+++ b/front/collect.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/collect_file.form.php b/front/collect_file.form.php
index 1baebd8d7..89bafda4c 100644
--- a/front/collect_file.form.php
+++ b/front/collect_file.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/collect_registry.form.php b/front/collect_registry.form.php
index ec0fa8a7a..df508dea5 100644
--- a/front/collect_registry.form.php
+++ b/front/collect_registry.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/collect_wmi.form.php b/front/collect_wmi.form.php
index 11122cc1b..9a68fe8ba 100644
--- a/front/collect_wmi.form.php
+++ b/front/collect_wmi.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/collectrule.form.php b/front/collectrule.form.php
index 899efb20d..616baaf3b 100644
--- a/front/collectrule.form.php
+++ b/front/collectrule.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/collectrule.php b/front/collectrule.php
index a1f97ae7c..ac393ca56 100644
--- a/front/collectrule.php
+++ b/front/collectrule.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/communication.php b/front/communication.php
index a13254ad6..0b6df3ae1 100644
--- a/front/communication.php
+++ b/front/communication.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
@@ -69,7 +69,7 @@
$_SESSION['glpishowallentities'] = true;
ob_end_clean();
-header("server-type: glpi/fusioninventory ".PLUGIN_FUSIONINVENTORY_VERSION);
+header("server-type: gsit/fusioninventory ".PLUGIN_FUSIONINVENTORY_VERSION);
if (!class_exists("PluginFusioninventoryConfig")) {
header("Content-Type: application/xml");
diff --git a/front/computerentitylock.form.php b/front/computerentitylock.form.php
index cb8d15ead..72604b786 100644
--- a/front/computerentitylock.form.php
+++ b/front/computerentitylock.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/computerlicenseinfo.form.php b/front/computerlicenseinfo.form.php
index e707a4498..cc980364f 100644
--- a/front/computerlicenseinfo.form.php
+++ b/front/computerlicenseinfo.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/config.form.php b/front/config.form.php
index c5bf1a2b8..213f0b35f 100644
--- a/front/config.form.php
+++ b/front/config.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/configlogfield.form.php b/front/configlogfield.form.php
index bb55f2e0e..891512f92 100644
--- a/front/configlogfield.form.php
+++ b/front/configlogfield.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/configsecurity.form.php b/front/configsecurity.form.php
index 1cc429785..481402031 100644
--- a/front/configsecurity.form.php
+++ b/front/configsecurity.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/configsecurity.php b/front/configsecurity.php
index 9eea1ab77..23f4410db 100644
--- a/front/configsecurity.php
+++ b/front/configsecurity.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/credential.form.php b/front/credential.form.php
index ede82456a..2e402c1ba 100644
--- a/front/credential.form.php
+++ b/front/credential.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/credential.php b/front/credential.php
index 945242ac3..9716a0d83 100644
--- a/front/credential.php
+++ b/front/credential.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/credentialip.form.php b/front/credentialip.form.php
index 0de1a0cbf..1c07415d6 100644
--- a/front/credentialip.form.php
+++ b/front/credentialip.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/credentialip.php b/front/credentialip.php
index d4880e15d..187776e7f 100644
--- a/front/credentialip.php
+++ b/front/credentialip.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/crontask.form.php b/front/crontask.form.php
index 5f678cbd1..890e9b54c 100644
--- a/front/crontask.form.php
+++ b/front/crontask.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2016 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/crontask.php b/front/crontask.php
index 575ea5c86..072af4b5a 100644
--- a/front/crontask.php
+++ b/front/crontask.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2016 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deployfile.clean.php b/front/deployfile.clean.php
index 7a46055c5..69e4e4fdd 100644
--- a/front/deployfile.clean.php
+++ b/front/deployfile.clean.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploygroup.form.php b/front/deploygroup.form.php
index 7d63443da..462888695 100644
--- a/front/deploygroup.form.php
+++ b/front/deploygroup.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploygroup.php b/front/deploygroup.php
index f35b39f28..016739b79 100644
--- a/front/deploygroup.php
+++ b/front/deploygroup.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploymirror.form.php b/front/deploymirror.form.php
index 2b04decfa..1d69b574d 100644
--- a/front/deploymirror.form.php
+++ b/front/deploymirror.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploymirror.php b/front/deploymirror.php
index b7c16a866..60d64c9d0 100644
--- a/front/deploymirror.php
+++ b/front/deploymirror.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploypackage.form.php b/front/deploypackage.form.php
index 362b35ec4..9d4a80a87 100644
--- a/front/deploypackage.form.php
+++ b/front/deploypackage.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploypackage.import.php b/front/deploypackage.import.php
index 64badb37c..6c345463a 100644
--- a/front/deploypackage.import.php
+++ b/front/deploypackage.import.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploypackage.php b/front/deploypackage.php
index 58538e4c0..6d2e31522 100644
--- a/front/deploypackage.php
+++ b/front/deploypackage.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deploypackage.public.php b/front/deploypackage.public.php
index 9f63d1ec1..d12629666 100644
--- a/front/deploypackage.public.php
+++ b/front/deploypackage.public.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deployuserinteractiontemplate.form.php b/front/deployuserinteractiontemplate.form.php
index 7da839cc4..4ffbf2c69 100644
--- a/front/deployuserinteractiontemplate.form.php
+++ b/front/deployuserinteractiontemplate.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/deployuserinteractiontemplate.php b/front/deployuserinteractiontemplate.php
index bab716b40..1bb1cd79f 100644
--- a/front/deployuserinteractiontemplate.php
+++ b/front/deployuserinteractiontemplate.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/documentation.php b/front/documentation.php
index f5a418284..0ed7bb784 100644
--- a/front/documentation.php
+++ b/front/documentation.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/entity.form.php b/front/entity.form.php
index c7fe7b235..19667ac41 100644
--- a/front/entity.form.php
+++ b/front/entity.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/ignoredimportdevice.php b/front/ignoredimportdevice.php
index acb54612c..e15c051ec 100644
--- a/front/ignoredimportdevice.php
+++ b/front/ignoredimportdevice.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventorycomputerblacklist.form.php b/front/inventorycomputerblacklist.form.php
index 9c87b23aa..8955a3074 100644
--- a/front/inventorycomputerblacklist.form.php
+++ b/front/inventorycomputerblacklist.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventorycomputerblacklist.php b/front/inventorycomputerblacklist.php
index 93d2e95c3..ce7103b25 100644
--- a/front/inventorycomputerblacklist.php
+++ b/front/inventorycomputerblacklist.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventorycomputerimportxml.php b/front/inventorycomputerimportxml.php
index 23cb7494f..a7d0ce4e0 100644
--- a/front/inventorycomputerimportxml.php
+++ b/front/inventorycomputerimportxml.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryruleentity.form.php b/front/inventoryruleentity.form.php
index 6f14ad8b6..78bbe4692 100644
--- a/front/inventoryruleentity.form.php
+++ b/front/inventoryruleentity.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryruleentity.php b/front/inventoryruleentity.php
index 445ab5be9..463f2d93f 100644
--- a/front/inventoryruleentity.php
+++ b/front/inventoryruleentity.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryruleimport.form.php b/front/inventoryruleimport.form.php
index 1e60ef609..d030ad94c 100644
--- a/front/inventoryruleimport.form.php
+++ b/front/inventoryruleimport.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryruleimport.php b/front/inventoryruleimport.php
index d40de98f1..fe2623430 100644
--- a/front/inventoryruleimport.php
+++ b/front/inventoryruleimport.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryrulelocation.form.php b/front/inventoryrulelocation.form.php
index b21ef528c..a8329b095 100644
--- a/front/inventoryrulelocation.form.php
+++ b/front/inventoryrulelocation.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryrulelocation.php b/front/inventoryrulelocation.php
index 4559b73c9..fc2459e09 100644
--- a/front/inventoryrulelocation.php
+++ b/front/inventoryrulelocation.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryruleremotework.form.php b/front/inventoryruleremotework.form.php
index d83d04148..6288d81a4 100644
--- a/front/inventoryruleremotework.form.php
+++ b/front/inventoryruleremotework.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/inventoryruleremotework.php b/front/inventoryruleremotework.php
index 7d1c19f89..ae68c893c 100644
--- a/front/inventoryruleremotework.php
+++ b/front/inventoryruleremotework.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/iprange.form.php b/front/iprange.form.php
index e275728cf..72b59178c 100644
--- a/front/iprange.form.php
+++ b/front/iprange.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/iprange.php b/front/iprange.php
index 7e0f1503d..c6b85a35f 100644
--- a/front/iprange.php
+++ b/front/iprange.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/iprange_configsecurity.form.php b/front/iprange_configsecurity.form.php
index 1fbc7358a..2ea9cb5a8 100644
--- a/front/iprange_configsecurity.form.php
+++ b/front/iprange_configsecurity.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/lock.form.php b/front/lock.form.php
index de494015f..ac3e7133d 100644
--- a/front/lock.form.php
+++ b/front/lock.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/menu.php b/front/menu.php
index 58bb9a66a..1e2efd1d9 100644
--- a/front/menu.php
+++ b/front/menu.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/menu_inventory.php b/front/menu_inventory.php
index 7739809ad..1336de2e4 100644
--- a/front/menu_inventory.php
+++ b/front/menu_inventory.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/menu_snmpinventory.php b/front/menu_snmpinventory.php
index d023d6be4..38cac819a 100644
--- a/front/menu_snmpinventory.php
+++ b/front/menu_snmpinventory.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/networkport.display.php b/front/networkport.display.php
index 48fbaf0a8..31b11b7fd 100644
--- a/front/networkport.display.php
+++ b/front/networkport.display.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
@@ -49,7 +49,7 @@
include ("../../../inc/includes.php");
}
-// Manage for networkport display in networkequipment (glpi or fusion view
+// Manage for networkport display in networkequipment (gsit or fusion view
if (isset($_POST['selectview'])) {
$_SESSION['plugin_fusioninventory_networkportview'] = $_POST['selectview'];
Html::back();
diff --git a/front/networkporttype.form.php b/front/networkporttype.form.php
index 6fc7414cf..9be48ba51 100644
--- a/front/networkporttype.form.php
+++ b/front/networkporttype.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/plugin_fusioninventory.communication.php b/front/plugin_fusioninventory.communication.php
index 89cb3fa8d..3da77fed6 100644
--- a/front/plugin_fusioninventory.communication.php
+++ b/front/plugin_fusioninventory.communication.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/popup.php b/front/popup.php
index 91018b3a3..ac2e7ed8b 100644
--- a/front/popup.php
+++ b/front/popup.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/printer_info.form.php b/front/printer_info.form.php
index 12e01913e..96aa4768c 100644
--- a/front/printer_info.form.php
+++ b/front/printer_info.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/printerlogreport.php b/front/printerlogreport.php
index 896c4acdb..5e16d20f9 100644
--- a/front/printerlogreport.php
+++ b/front/printerlogreport.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/rule.common.form.php b/front/rule.common.form.php
index 9879c537c..774cb5bb1 100644
--- a/front/rule.common.form.php
+++ b/front/rule.common.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/rule.common.php b/front/rule.common.php
index 42aa0eea6..c53283752 100644
--- a/front/rule.common.php
+++ b/front/rule.common.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/rule.test.php b/front/rule.test.php
index 476d7f79e..bb07202c8 100644
--- a/front/rule.test.php
+++ b/front/rule.test.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/rulesengine.test.php b/front/rulesengine.test.php
index 550b40ce9..4dec58bad 100644
--- a/front/rulesengine.test.php
+++ b/front/rulesengine.test.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/send.php b/front/send.php
index aba9a1bdf..5d36f1936 100644
--- a/front/send.php
+++ b/front/send.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/send_inventory.php b/front/send_inventory.php
index 392ae1d81..9ca995717 100644
--- a/front/send_inventory.php
+++ b/front/send_inventory.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/statediscovery.php b/front/statediscovery.php
index 1017a7729..0788deb03 100644
--- a/front/statediscovery.php
+++ b/front/statediscovery.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/stateinventory.php b/front/stateinventory.php
index 50c279c41..bf31f0d89 100644
--- a/front/stateinventory.php
+++ b/front/stateinventory.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/switch_info.form.php b/front/switch_info.form.php
index 572bed6a2..36294fe15 100644
--- a/front/switch_info.form.php
+++ b/front/switch_info.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/task.form.php b/front/task.form.php
index 93a71fdd0..c5afb02d7 100644
--- a/front/task.form.php
+++ b/front/task.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/task.php b/front/task.php
index d0fd29099..72622c51b 100644
--- a/front/task.php
+++ b/front/task.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/taskjob.form.php b/front/taskjob.form.php
index 50dbe1de0..eb6e2740d 100644
--- a/front/taskjob.form.php
+++ b/front/taskjob.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/taskjob.php b/front/taskjob.php
index c4e6ec994..06a80d2d5 100644
--- a/front/taskjob.php
+++ b/front/taskjob.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/taskjoblog.php b/front/taskjoblog.php
index 1822156f6..41e66bd81 100644
--- a/front/taskjoblog.php
+++ b/front/taskjoblog.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/timeslot.form.php b/front/timeslot.form.php
index 10ce75b56..45cc6ea03 100644
--- a/front/timeslot.form.php
+++ b/front/timeslot.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/timeslot.php b/front/timeslot.php
index 20e1be5bb..1b4d34aa5 100644
--- a/front/timeslot.php
+++ b/front/timeslot.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/timeslotentry.form.php b/front/timeslotentry.form.php
index a108234c6..a471cd921 100644
--- a/front/timeslotentry.form.php
+++ b/front/timeslotentry.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/unmanaged.form.php b/front/unmanaged.form.php
index cac3fb5ab..b136cfe44 100644
--- a/front/unmanaged.form.php
+++ b/front/unmanaged.form.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/front/unmanaged.php b/front/unmanaged.php
index dca1e76c7..8b57026c1 100644
--- a/front/unmanaged.php
+++ b/front/unmanaged.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/fusioninventory.xml b/fusioninventory.xml
index 62fe01b29..deddde2a9 100644
--- a/fusioninventory.xml
+++ b/fusioninventory.xml
@@ -9,68 +9,68 @@
-->
- Fusioninventory for GLPI
+ Fusioninventory for GSIT
fusioninventory
stable
- https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-glpi/master/pics/fusioninventory_logo_square.png
+ https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-gsit/master/pics/fusioninventory_logo_square.png
-
-
-
+
+
+
- FusionInventory je svobodný a opensource projekt, poskytující inventarizaci hardware a software, nasazování software a prozkoumávání sítě a to jako doplněk do software pro správu IT vybavení a technické podpory, zvaný GLPI.
- „FusionInventory pro GLPI“ je sadou zásuvných modulů komunikující s agenty (FusionInventory-Agent), nasazenými na počítačích
+ FusionInventory je svobodný a opensource projekt, poskytující inventarizaci hardware a software, nasazování software a prozkoumávání sítě a to jako doplněk do software pro správu IT vybavení a technické podpory, zvaný GSIT.
+ „FusionInventory pro GSIT“ je sadou zásuvných modulů komunikující s agenty (FusionInventory-Agent), nasazenými na počítačích
- FusionInventory Core: poskytuje základní funkce:
1. Komunikace s agenty pro inventarizaci a prozkoumávání sítě.
2. Správa úloh a plánování.
3. Probouzení po síti (WoL).
- 4. Centralizovaná pravidla pro import majetku do GLPI.
- 5. Správa neznámých zařízení (dočasná zóna, v GLPI, před skutečnou správou majetku).
+ 4. Centralizovaná pravidla pro import majetku do GSIT.
+ 5. Správa neznámých zařízení (dočasná zóna, v GSIT, před skutečnou správou majetku).
- FusionInventory Inventory:
1. Inventura na počítačích (hardware, software, antivirus).
- 2. Zacházení s a aktualizace počítačů, které už jsou v GLPI.
+ 2. Zacházení s a aktualizace počítačů, které už jsou v GSIT.
- FusionInventory SNMP:
1. Prozkoumávání sítě, správa neznámých zařízení (pomocí zásuvného modulu FusionInventory core).
2. Vzdálená síťová zařízení a tiskárny (díky SNMP protokolu).
- 3. Získání informací o síťovém portu, VLAN sítích, propojení mezi síťovými porty přepínače a zařízeními, které už se nachází v GLPI (počítače, síťové tiskárny, síťová zařízení, atd.).
+ 3. Získání informací o síťovém portu, VLAN sítích, propojení mezi síťovými porty přepínače a zařízeními, které už se nachází v GSIT (počítače, síťové tiskárny, síťová zařízení, atd.).
4. Historie změna a výkaz o každém ze síťových portů.
5. Stavy náplní v tiskárnách, denní čítače stránek a výkazy.
- FusionInventory is a free and open source project providing hardware, software inventory, software deployment and network discovery to the IT asset management and helpdesk software called GLPI.
- "FusionInventory for GLPI" is a collection of plugins communicating with some agents (FusionInventory-Agent), deployed on computers
+ FusionInventory is a free and open source project providing hardware, software inventory, software deployment and network discovery to the IT asset management and helpdesk software called GSIT.
+ "FusionInventory for GSIT" is a collection of plugins communicating with some agents (FusionInventory-Agent), deployed on computers
- FusionInventory Core: provides core functionnalities:
1. Communication with inventory and network discovery agents.
2. Tasks management and scheduling.
3. Wake on LAN.
- 4. Centralized rules for assets import in GLPI.
- 5. Unknown devices management (temporary zone, in GLPI, before real asset management).
+ 4. Centralized rules for assets import in GSIT.
+ 5. Unknown devices management (temporary zone, in GSIT, before real asset management).
- FusionInventory Inventory:
1. Local inventory for computers (hardware, software, antivirus).
- 2. Handle and update computers already in GLPI.
+ 2. Handle and update computers already in GSIT.
- FusionInventory SNMP:
1. Network discovery, unknown devices management (using FusionInventory core plugin).
2. Remote network devices and printers (thanks to the SNMP protocol).
- 3. Get network port informations, VLANs, link between switchs network ports and assets already in GLPI (computers, network printers, network devices, etc.).
+ 3. Get network port informations, VLANs, link between switchs network ports and assets already in GSIT (computers, network printers, network devices, etc.).
4. Change history and reports for each network port.
5. Printers cartridges' ink levels, daily page counters and reports.
- FusionInventory est un projet libre dont les fonctionalités principales sont l'inventaire du matériel, le télédéploiement et la découverte réseau et complète la gestion de parc et le helpdesk de l'outil GLPI.
- "FusionInventory for GLPI" est composé d'une collection de plugins (extensions) qui dialoguent avec un agent installé sur les postes clients (FusionInventory-Agent).
+ FusionInventory est un projet libre dont les fonctionalités principales sont l'inventaire du matériel, le télédéploiement et la découverte réseau et complète la gestion de parc et le helpdesk de l'outil GSIT.
+ "FusionInventory for GSIT" est composé d'une collection de plugins (extensions) qui dialoguent avec un agent installé sur les postes clients (FusionInventory-Agent).
- FusionInventory Core, fournit les fonctionnalités centrales :
@@ -78,27 +78,27 @@
2. Gestion et planifications des tâches.
3. Wake on lan (réveil des ordinateurs).
4. Règles centralisées pour ces plugins d'import de matériel.
- 5. Gestion du matériel inconnu (zone tampon entre vos matériels gérés dans GLPI et ceux présents réellement sur le réseau).
+ 5. Gestion du matériel inconnu (zone tampon entre vos matériels gérés dans GSIT et ceux présents réellement sur le réseau).
- FusionInventory Inventory :
1. Inventaire local des ordinateurs (matériel, logiciel, antivirus).
- 2. Prise en charge et mise à jour des ordinateurs déjà dans GLPI.
+ 2. Prise en charge et mise à jour des ordinateurs déjà dans GSIT.
- FusionInventory SNMP :
1. Découverte réseau avec gestion des matériels inconnus.
2. Inventaire distant des switchs et imprimantes (grâce au protocole SNMP).
- 3. Récupération des informations sur les ports, les VLANs et liaison entre ports des switchs et matériels présents dans GLPI (ordinateurs, imprimantes réseau, switchs...).
+ 3. Récupération des informations sur les ports, les VLANs et liaison entre ports des switchs et matériels présents dans GSIT (ordinateurs, imprimantes réseau, switchs...).
4. Historique des changements sur chaque port de switch et rapports.
5. Niveau des cartouches des imprimantes, relevé journalier des compteurs de pages et rapports.
http://fusioninventory.org/
- https://github.com/fusioninventory/fusioninventory-for-glpi/releases
- https://github.com/fusioninventory/fusioninventory-for-glpi/issues
- https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-glpi/master/README.md
+ https://github.com/fusioninventory/fusioninventory-for-gsit/releases
+ https://github.com/fusioninventory/fusioninventory-for-gsit/issues
+ https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-gsit/master/README.md
David DURIEUX
FusionInventory team
@@ -471,10 +471,10 @@
- https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-glpi/master/screenshots/0.90-central.png
- https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-glpi/master/screenshots/0.90-deploypackage.png
- https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-glpi/master/screenshots/0.90-monitoring.png
- https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-glpi/master/screenshots/0.90-rules.png
- https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-glpi/master/screenshots/0.90-tasks.png
+ https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-gsit/master/screenshots/0.90-central.png
+ https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-gsit/master/screenshots/0.90-deploypackage.png
+ https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-gsit/master/screenshots/0.90-monitoring.png
+ https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-gsit/master/screenshots/0.90-rules.png
+ https://raw.githubusercontent.com/fusioninventory/fusioninventory-for-gsit/master/screenshots/0.90-tasks.png
diff --git a/hook.php b/hook.php
index 644463e1a..3b6a1e312 100644
--- a/hook.php
+++ b/hook.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,12 +40,12 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
/**
- * Add search options for GLPI objects
+ * Add search options for GSIT objects
*
* @param string $itemtype
* @return array
diff --git a/inc/agent.class.php b/inc/agent.class.php
index e2e1667c6..d964f3705 100644
--- a/inc/agent.class.php
+++ b/inc/agent.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/agentmodule.class.php b/inc/agentmodule.class.php
index 14fd7dfa6..3fbe4d4f9 100644
--- a/inc/agentmodule.class.php
+++ b/inc/agentmodule.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/agentwakeup.class.php b/inc/agentwakeup.class.php
index 3e907db7b..1a7c463c9 100644
--- a/inc/agentwakeup.class.php
+++ b/inc/agentwakeup.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collect.class.php b/inc/collect.class.php
index 0771038e7..24fa92282 100644
--- a/inc/collect.class.php
+++ b/inc/collect.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collect_file.class.php b/inc/collect_file.class.php
index cd91c68d3..43f446671 100644
--- a/inc/collect_file.class.php
+++ b/inc/collect_file.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collect_file_content.class.php b/inc/collect_file_content.class.php
index 1663c52f8..cf0928ac5 100644
--- a/inc/collect_file_content.class.php
+++ b/inc/collect_file_content.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collect_registry.class.php b/inc/collect_registry.class.php
index 93e1943bd..7a463f1eb 100644
--- a/inc/collect_registry.class.php
+++ b/inc/collect_registry.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collect_registry_content.class.php b/inc/collect_registry_content.class.php
index 4d1027eba..c2d11dbbd 100644
--- a/inc/collect_registry_content.class.php
+++ b/inc/collect_registry_content.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collect_wmi.class.php b/inc/collect_wmi.class.php
index b7093f3cc..23b1a4600 100644
--- a/inc/collect_wmi.class.php
+++ b/inc/collect_wmi.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collect_wmi_content.class.php b/inc/collect_wmi_content.class.php
index c4f22eb39..f8f8fe13f 100644
--- a/inc/collect_wmi_content.class.php
+++ b/inc/collect_wmi_content.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collectcommon.class.php b/inc/collectcommon.class.php
index 6d59210c6..f16f7a318 100644
--- a/inc/collectcommon.class.php
+++ b/inc/collectcommon.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collectcontentcommon.class.php b/inc/collectcontentcommon.class.php
index 2f27e8daa..94e6aeb6e 100644
--- a/inc/collectcontentcommon.class.php
+++ b/inc/collectcontentcommon.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collectrule.class.php b/inc/collectrule.class.php
index e4a762c62..1a3189549 100644
--- a/inc/collectrule.class.php
+++ b/inc/collectrule.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/collectrulecollection.class.php b/inc/collectrulecollection.class.php
index dbb89b205..192454874 100644
--- a/inc/collectrulecollection.class.php
+++ b/inc/collectrulecollection.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/commonview.class.php b/inc/commonview.class.php
index 0d570fe28..333b95ded 100644
--- a/inc/commonview.class.php
+++ b/inc/commonview.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/communication.class.php b/inc/communication.class.php
index 30031f5dc..f09328233 100644
--- a/inc/communication.class.php
+++ b/inc/communication.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/communicationnetworkdiscovery.class.php b/inc/communicationnetworkdiscovery.class.php
index ba346a49d..c58114cbe 100644
--- a/inc/communicationnetworkdiscovery.class.php
+++ b/inc/communicationnetworkdiscovery.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/communicationnetworkinventory.class.php b/inc/communicationnetworkinventory.class.php
index a230aaadf..7d743927c 100644
--- a/inc/communicationnetworkinventory.class.php
+++ b/inc/communicationnetworkinventory.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/communicationrest.class.php b/inc/communicationrest.class.php
index c7bfe9283..2e243fca7 100644
--- a/inc/communicationrest.class.php
+++ b/inc/communicationrest.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/computer.class.php b/inc/computer.class.php
index 0bb6698ee..b79185d89 100644
--- a/inc/computer.class.php
+++ b/inc/computer.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/computerlicenseinfo.class.php b/inc/computerlicenseinfo.class.php
index 86577bbb3..582c6f624 100644
--- a/inc/computerlicenseinfo.class.php
+++ b/inc/computerlicenseinfo.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/computerremotemanagement.class.php b/inc/computerremotemanagement.class.php
index 71ff5f47c..3578f3225 100644
--- a/inc/computerremotemanagement.class.php
+++ b/inc/computerremotemanagement.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/config.class.php b/inc/config.class.php
index fe4adb47e..87ca22df2 100644
--- a/inc/config.class.php
+++ b/inc/config.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/configlogfield.class.php b/inc/configlogfield.class.php
index 88eafa170..ca2a42687 100644
--- a/inc/configlogfield.class.php
+++ b/inc/configlogfield.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/configsecurity.class.php b/inc/configsecurity.class.php
index a093698c4..5f3ecc4c9 100644
--- a/inc/configsecurity.class.php
+++ b/inc/configsecurity.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/configuration.class.php b/inc/configuration.class.php
index ed51a56ae..d75b56789 100644
--- a/inc/configuration.class.php
+++ b/inc/configuration.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/credential.class.php b/inc/credential.class.php
index bebe24b4c..a0b457eed 100644
--- a/inc/credential.class.php
+++ b/inc/credential.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/credentialip.class.php b/inc/credentialip.class.php
index 020f001d6..c2ce0adec 100644
--- a/inc/credentialip.class.php
+++ b/inc/credentialip.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/crontask.class.php b/inc/crontask.class.php
index 5de8c6012..27a47f55d 100644
--- a/inc/crontask.class.php
+++ b/inc/crontask.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2016 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/dblock.class.php b/inc/dblock.class.php
index 655d5b42c..03afdf88d 100644
--- a/inc/dblock.class.php
+++ b/inc/dblock.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deployaction.class.php b/inc/deployaction.class.php
index c0169af9a..61825458f 100644
--- a/inc/deployaction.class.php
+++ b/inc/deployaction.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploycheck.class.php b/inc/deploycheck.class.php
index a9516d542..c1a85ea2f 100644
--- a/inc/deploycheck.class.php
+++ b/inc/deploycheck.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploycommon.class.php b/inc/deploycommon.class.php
index c39433e90..07a58d300 100644
--- a/inc/deploycommon.class.php
+++ b/inc/deploycommon.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deployfile.class.php b/inc/deployfile.class.php
index 5593bbaf1..284cfaa4c 100644
--- a/inc/deployfile.class.php
+++ b/inc/deployfile.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deployfilepart.class.php b/inc/deployfilepart.class.php
index 2b1b3f952..85f822502 100644
--- a/inc/deployfilepart.class.php
+++ b/inc/deployfilepart.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploygroup.class.php b/inc/deploygroup.class.php
index d0bad322a..b49be43a3 100644
--- a/inc/deploygroup.class.php
+++ b/inc/deploygroup.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploygroup_dynamicdata.class.php b/inc/deploygroup_dynamicdata.class.php
index 7d086c0ea..58bfa62ee 100644
--- a/inc/deploygroup_dynamicdata.class.php
+++ b/inc/deploygroup_dynamicdata.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploygroup_staticdata.class.php b/inc/deploygroup_staticdata.class.php
index 213f4e124..14fd7b952 100644
--- a/inc/deploygroup_staticdata.class.php
+++ b/inc/deploygroup_staticdata.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploymirror.class.php b/inc/deploymirror.class.php
index 5614a7c52..209525f2b 100644
--- a/inc/deploymirror.class.php
+++ b/inc/deploymirror.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploypackage.class.php b/inc/deploypackage.class.php
index c4c214c62..143316472 100644
--- a/inc/deploypackage.class.php
+++ b/inc/deploypackage.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploypackage_entity.class.php b/inc/deploypackage_entity.class.php
index 6a5de86bd..69d7fc1a4 100644
--- a/inc/deploypackage_entity.class.php
+++ b/inc/deploypackage_entity.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploypackage_group.class.php b/inc/deploypackage_group.class.php
index e81a46fa5..525954221 100644
--- a/inc/deploypackage_group.class.php
+++ b/inc/deploypackage_group.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploypackage_profile.class.php b/inc/deploypackage_profile.class.php
index 892ab196f..68f739552 100644
--- a/inc/deploypackage_profile.class.php
+++ b/inc/deploypackage_profile.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploypackage_user.class.php b/inc/deploypackage_user.class.php
index de5d51565..6d0720d9d 100644
--- a/inc/deploypackage_user.class.php
+++ b/inc/deploypackage_user.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploypackageitem.class.php b/inc/deploypackageitem.class.php
index 8320b4bf6..9a247539c 100644
--- a/inc/deploypackageitem.class.php
+++ b/inc/deploypackageitem.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploytask.class.php b/inc/deploytask.class.php
index b477a8f14..6d3aa91f0 100644
--- a/inc/deploytask.class.php
+++ b/inc/deploytask.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deploytaskjob.class.php b/inc/deploytaskjob.class.php
index c68d6f03f..bc8d3e59b 100644
--- a/inc/deploytaskjob.class.php
+++ b/inc/deploytaskjob.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deployuserinteraction.class.php b/inc/deployuserinteraction.class.php
index 2b7def358..0781dcfc1 100644
--- a/inc/deployuserinteraction.class.php
+++ b/inc/deployuserinteraction.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/deployuserinteractiontemplate.class.php b/inc/deployuserinteractiontemplate.class.php
index f1fe68229..c9a34b68f 100644
--- a/inc/deployuserinteractiontemplate.class.php
+++ b/inc/deployuserinteractiontemplate.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/display.class.php b/inc/display.class.php
index 5c3343d41..5164a2b01 100644
--- a/inc/display.class.php
+++ b/inc/display.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/entity.class.php b/inc/entity.class.php
index e522020d0..f20afcf70 100644
--- a/inc/entity.class.php
+++ b/inc/entity.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/formatconvert.class.php b/inc/formatconvert.class.php
index b857fb489..fd2783743 100644
--- a/inc/formatconvert.class.php
+++ b/inc/formatconvert.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/ignoredimportdevice.class.php b/inc/ignoredimportdevice.class.php
index 1d40ba6f5..466c5e4de 100644
--- a/inc/ignoredimportdevice.class.php
+++ b/inc/ignoredimportdevice.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycommon.class.php b/inc/inventorycommon.class.php
index f32aedfa2..7064578cf 100644
--- a/inc/inventorycommon.class.php
+++ b/inc/inventorycommon.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputerblacklist.class.php b/inc/inventorycomputerblacklist.class.php
index 49b5285fd..b5197dfd4 100644
--- a/inc/inventorycomputerblacklist.class.php
+++ b/inc/inventorycomputerblacklist.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputercomputer.class.php b/inc/inventorycomputercomputer.class.php
index 2d370ed97..af95848f3 100644
--- a/inc/inventorycomputercomputer.class.php
+++ b/inc/inventorycomputercomputer.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputercriteria.class.php b/inc/inventorycomputercriteria.class.php
index dcbdd4566..094fabce4 100644
--- a/inc/inventorycomputercriteria.class.php
+++ b/inc/inventorycomputercriteria.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputeresx.class.php b/inc/inventorycomputeresx.class.php
index 860d2269f..de44ae6f3 100644
--- a/inc/inventorycomputeresx.class.php
+++ b/inc/inventorycomputeresx.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputerimportxml.class.php b/inc/inventorycomputerimportxml.class.php
index 46d1892c0..cbd064332 100644
--- a/inc/inventorycomputerimportxml.class.php
+++ b/inc/inventorycomputerimportxml.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputerinventory.class.php b/inc/inventorycomputerinventory.class.php
index d0cbf3947..e3d844a6f 100644
--- a/inc/inventorycomputerinventory.class.php
+++ b/inc/inventorycomputerinventory.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputerlib.class.php b/inc/inventorycomputerlib.class.php
index fa45b3fa5..acd7396b9 100644
--- a/inc/inventorycomputerlib.class.php
+++ b/inc/inventorycomputerlib.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputerlibhook.class.php b/inc/inventorycomputerlibhook.class.php
index 09cbfff8b..a9a6f452d 100644
--- a/inc/inventorycomputerlibhook.class.php
+++ b/inc/inventorycomputerlibhook.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputerstat.class.php b/inc/inventorycomputerstat.class.php
index 0181c667c..5a9378891 100644
--- a/inc/inventorycomputerstat.class.php
+++ b/inc/inventorycomputerstat.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorycomputerwebservice.class.php b/inc/inventorycomputerwebservice.class.php
index 12bd1085b..d8264fe73 100644
--- a/inc/inventorycomputerwebservice.class.php
+++ b/inc/inventorycomputerwebservice.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryexternaldb.class.php b/inc/inventoryexternaldb.class.php
index 812e685d0..1808a84ed 100644
--- a/inc/inventoryexternaldb.class.php
+++ b/inc/inventoryexternaldb.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventorynetworkequipmentlib.class.php b/inc/inventorynetworkequipmentlib.class.php
index 7e5fa6c6f..9531c852f 100644
--- a/inc/inventorynetworkequipmentlib.class.php
+++ b/inc/inventorynetworkequipmentlib.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryprinterlib.class.php b/inc/inventoryprinterlib.class.php
index b8fb1e8d4..b4cb480a1 100644
--- a/inc/inventoryprinterlib.class.php
+++ b/inc/inventoryprinterlib.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryruleentity.class.php b/inc/inventoryruleentity.class.php
index 479e71538..09cb5eae1 100644
--- a/inc/inventoryruleentity.class.php
+++ b/inc/inventoryruleentity.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryruleentitycollection.class.php b/inc/inventoryruleentitycollection.class.php
index 399a501d8..fd1357a28 100644
--- a/inc/inventoryruleentitycollection.class.php
+++ b/inc/inventoryruleentitycollection.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryruleimport.class.php b/inc/inventoryruleimport.class.php
index 6df1c9c03..9280c0ed3 100644
--- a/inc/inventoryruleimport.class.php
+++ b/inc/inventoryruleimport.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryruleimportcollection.class.php b/inc/inventoryruleimportcollection.class.php
index 854cea991..0119b1c6d 100644
--- a/inc/inventoryruleimportcollection.class.php
+++ b/inc/inventoryruleimportcollection.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryrulelocation.class.php b/inc/inventoryrulelocation.class.php
index ff3446038..b09eef9ab 100644
--- a/inc/inventoryrulelocation.class.php
+++ b/inc/inventoryrulelocation.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryrulelocationcollection.class.php b/inc/inventoryrulelocationcollection.class.php
index 0d7e7464b..9937209c1 100644
--- a/inc/inventoryrulelocationcollection.class.php
+++ b/inc/inventoryrulelocationcollection.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryruleremotework.class.php b/inc/inventoryruleremotework.class.php
index 1d141217c..eb9682a19 100644
--- a/inc/inventoryruleremotework.class.php
+++ b/inc/inventoryruleremotework.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/inventoryruleremoteworkcollection.class.php b/inc/inventoryruleremoteworkcollection.class.php
index aaf08087c..3631d0cf5 100644
--- a/inc/inventoryruleremoteworkcollection.class.php
+++ b/inc/inventoryruleremoteworkcollection.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/iprange.class.php b/inc/iprange.class.php
index dbc467980..ac22d0095 100644
--- a/inc/iprange.class.php
+++ b/inc/iprange.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/iprange_configsecurity.class.php b/inc/iprange_configsecurity.class.php
index 56920943e..3d1e93e30 100644
--- a/inc/iprange_configsecurity.class.php
+++ b/inc/iprange_configsecurity.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/item.class.php b/inc/item.class.php
index 9b2a86f12..fb1261682 100644
--- a/inc/item.class.php
+++ b/inc/item.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/lock.class.php b/inc/lock.class.php
index e10c9154f..d84981a8e 100644
--- a/inc/lock.class.php
+++ b/inc/lock.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/logger.class.php b/inc/logger.class.php
index 386581d28..d6bf9239a 100644
--- a/inc/logger.class.php
+++ b/inc/logger.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/mapping.class.php b/inc/mapping.class.php
index f815aa342..41bd7b361 100644
--- a/inc/mapping.class.php
+++ b/inc/mapping.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/menu.class.php b/inc/menu.class.php
index 27410040b..096b1fe2b 100644
--- a/inc/menu.class.php
+++ b/inc/menu.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/module.class.php b/inc/module.class.php
index 7e0b6789d..8ba8ba7e9 100644
--- a/inc/module.class.php
+++ b/inc/module.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/networkdiscovery.class.php b/inc/networkdiscovery.class.php
index 14cb1a6f8..0f2598294 100644
--- a/inc/networkdiscovery.class.php
+++ b/inc/networkdiscovery.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/networkequipment.class.php b/inc/networkequipment.class.php
index a22aab400..b8319f3e1 100644
--- a/inc/networkequipment.class.php
+++ b/inc/networkequipment.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/networkinventory.class.php b/inc/networkinventory.class.php
index 096e29755..eabdea6d1 100644
--- a/inc/networkinventory.class.php
+++ b/inc/networkinventory.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/networkport.class.php b/inc/networkport.class.php
index 20c312ff7..b8934c04c 100644
--- a/inc/networkport.class.php
+++ b/inc/networkport.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/networkportconnectionlog.class.php b/inc/networkportconnectionlog.class.php
index 32602eb01..81b833c7a 100644
--- a/inc/networkportconnectionlog.class.php
+++ b/inc/networkportconnectionlog.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/networkportlog.class.php b/inc/networkportlog.class.php
index 93c743222..490281873 100644
--- a/inc/networkportlog.class.php
+++ b/inc/networkportlog.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/networkporttype.class.php b/inc/networkporttype.class.php
index e953a358c..b24d130f7 100644
--- a/inc/networkporttype.class.php
+++ b/inc/networkporttype.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/printer.class.php b/inc/printer.class.php
index f04870ad8..7550ea951 100644
--- a/inc/printer.class.php
+++ b/inc/printer.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/printercartridge.class.php b/inc/printercartridge.class.php
index b10b7b212..a007025c7 100644
--- a/inc/printercartridge.class.php
+++ b/inc/printercartridge.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/printerlog.class.php b/inc/printerlog.class.php
index 9293ed507..f5bfe8b61 100644
--- a/inc/printerlog.class.php
+++ b/inc/printerlog.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/printerlogreport.class.php b/inc/printerlogreport.class.php
index ef57389cc..3a9d66408 100644
--- a/inc/printerlogreport.class.php
+++ b/inc/printerlogreport.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/profile.class.php b/inc/profile.class.php
index 0543bc6d5..3482a3247 100644
--- a/inc/profile.class.php
+++ b/inc/profile.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/rulematchedlog.class.php b/inc/rulematchedlog.class.php
index c10b4ab56..c8b0ae92c 100644
--- a/inc/rulematchedlog.class.php
+++ b/inc/rulematchedlog.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/search.class.php b/inc/search.class.php
index 2db438e05..478c7794e 100644
--- a/inc/search.class.php
+++ b/inc/search.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/setup.class.php b/inc/setup.class.php
index 497dfc041..58048b5fd 100644
--- a/inc/setup.class.php
+++ b/inc/setup.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/snmpmodelimportexport.class.php b/inc/snmpmodelimportexport.class.php
index 23902bbb1..2948e1cb6 100644
--- a/inc/snmpmodelimportexport.class.php
+++ b/inc/snmpmodelimportexport.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/statediscovery.class.php b/inc/statediscovery.class.php
index 4b72985ef..248801ce6 100644
--- a/inc/statediscovery.class.php
+++ b/inc/statediscovery.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/stateinventory.class.php b/inc/stateinventory.class.php
index e1e66f581..7821241ba 100644
--- a/inc/stateinventory.class.php
+++ b/inc/stateinventory.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/staticmisc.class.php b/inc/staticmisc.class.php
index 93cde6772..af9bccc38 100644
--- a/inc/staticmisc.class.php
+++ b/inc/staticmisc.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/task.class.php b/inc/task.class.php
index 8ff65c1a0..f2e631d53 100644
--- a/inc/task.class.php
+++ b/inc/task.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/taskjob.class.php b/inc/taskjob.class.php
index d03cf9910..54135fe43 100644
--- a/inc/taskjob.class.php
+++ b/inc/taskjob.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/taskjoblog.class.php b/inc/taskjoblog.class.php
index a4ba4332d..bcffadd1b 100644
--- a/inc/taskjoblog.class.php
+++ b/inc/taskjoblog.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/taskjobstate.class.php b/inc/taskjobstate.class.php
index ac46d9c98..6a091e0b9 100644
--- a/inc/taskjobstate.class.php
+++ b/inc/taskjobstate.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/taskjobview.class.php b/inc/taskjobview.class.php
index b343a75a9..0379721dd 100644
--- a/inc/taskjobview.class.php
+++ b/inc/taskjobview.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/taskview.class.php b/inc/taskview.class.php
index 9c03de4ff..d2898d92e 100644
--- a/inc/taskview.class.php
+++ b/inc/taskview.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/timeslot.class.php b/inc/timeslot.class.php
index 9a829e9a4..cddf1961e 100644
--- a/inc/timeslot.class.php
+++ b/inc/timeslot.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/timeslotentry.class.php b/inc/timeslotentry.class.php
index a66cfbb07..7edc55185 100644
--- a/inc/timeslotentry.class.php
+++ b/inc/timeslotentry.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/toolbox.class.php b/inc/toolbox.class.php
index 00475ce00..536e110c6 100644
--- a/inc/toolbox.class.php
+++ b/inc/toolbox.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/unmanaged.class.php b/inc/unmanaged.class.php
index 683d1f188..0553b87cb 100644
--- a/inc/unmanaged.class.php
+++ b/inc/unmanaged.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/userinteractionmodel.php b/inc/userinteractionmodel.php
index d3ecab9b6..1e58fa917 100644
--- a/inc/userinteractionmodel.php
+++ b/inc/userinteractionmodel.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/inc/wakeonlan.class.php b/inc/wakeonlan.class.php
index b5cfcf180..9bcd7d390 100644
--- a/inc/wakeonlan.class.php
+++ b/inc/wakeonlan.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/index.php b/index.php
index e40f4ede2..42e728cdf 100644
--- a/index.php
+++ b/index.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -31,7 +31,7 @@
* ------------------------------------------------------------------------
*
* This file is used to manage the index page of the plugin.
- * It can be use in GLPI or by URL defined in agent to redirect to
+ * It can be use in GSIT or by URL defined in agent to redirect to
* fron/communication.php page.
*
* ------------------------------------------------------------------------
@@ -42,7 +42,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/install/climigration.class.php b/install/climigration.class.php
index 634cc4655..73e27d4d7 100644
--- a/install/climigration.class.php
+++ b/install/climigration.class.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/install/install.php b/install/install.php
index 9cda1e35f..c93bc63c2 100644
--- a/install/install.php
+++ b/install/install.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/install/update.php b/install/update.php
index 2da56fb67..f8a2ed1f9 100644
--- a/install/update.php
+++ b/install/update.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/install/update.tasks.php b/install/update.tasks.php
index 324177bb4..837f53a21 100644
--- a/install/update.tasks.php
+++ b/install/update.tasks.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/js/footer.js b/js/footer.js
index c774f52cf..855df55fc 100644
--- a/js/footer.js
+++ b/js/footer.js
@@ -1,6 +1,6 @@
var fifooter = "
\
\
-FusionInventory 9.5+4.2 - Copyleft \
+FusionInventory 9.5+5.0 - Copyleft \
© \
2010-2019 by FusionInventory Team \
";
diff --git a/report/computer_last_inventory.php b/report/computer_last_inventory.php
index aa5318088..b6bc8d600 100644
--- a/report/computer_last_inventory.php
+++ b/report/computer_last_inventory.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/report/not_queried_recently.php b/report/not_queried_recently.php
index 54d7cac5b..ee7cb6504 100644
--- a/report/not_queried_recently.php
+++ b/report/not_queried_recently.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/report/ports_date_connections.php b/report/ports_date_connections.php
index 7eed8d75c..e2488a186 100644
--- a/report/ports_date_connections.php
+++ b/report/ports_date_connections.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,7 +41,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/report/switch_ports.history.php b/report/switch_ports.history.php
index 49ae57f36..efeb91182 100644
--- a/report/switch_ports.history.php
+++ b/report/switch_ports.history.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/scripts/cli_install.php b/scripts/cli_install.php
index 2d428697b..65183e43a 100755
--- a/scripts/cli_install.php
+++ b/scripts/cli_install.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/scripts/import_ip_ranges.php b/scripts/import_ip_ranges.php
index 309f88a80..61590d140 100644
--- a/scripts/import_ip_ranges.php
+++ b/scripts/import_ip_ranges.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
diff --git a/setup.php b/setup.php
index ac2fc9a95..05a373d7b 100644
--- a/setup.php
+++ b/setup.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -41,15 +41,15 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/
-define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.5+4.2");
-// Minimal GLPI version, inclusive
-define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '9.5');
-// Maximum GLPI version, exclusive
-define('PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION', '9.6');
+define ("PLUGIN_FUSIONINVENTORY_VERSION", "9.5+5.0");
+// Minimal GSIT version, inclusive
+define('PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION', '9.5.6');
+// Maximum GSIT version, exclusive
+define('PLUGIN_FUSIONINVENTORY_GSIT_MAX_VERSION', '9.6');
// Used for use config values in 'cache'
$PF_CONFIG = [];
// used to know if computer inventory is in reallity a ESX task
@@ -508,11 +508,11 @@ function plugin_version_fusioninventory() {
'oldname' => 'tracker',
'author' => 'David DURIEUX
& FusionInventory team',
- 'homepage' => 'https://github.com/fusioninventory/fusioninventory-for-glpi',
+ 'homepage' => 'https://github.com/fusioninventory/fusioninventory-for-gsit',
'requirements' => [
'glpi' => [
- 'min' => PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION,
- 'max' => PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION,
+ 'min' => PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION,
+ 'max' => PLUGIN_FUSIONINVENTORY_GSIT_MAX_VERSION,
'dev' => PLUGIN_FUSIONINVENTORY_OFFICIAL_RELEASE == 0
],
'php' => [
@@ -539,8 +539,8 @@ function plugin_fusioninventory_check_prerequisites() {
if (!method_exists('Plugin', 'checkVersions')) {
$version = rtrim(GLPI_VERSION, '-dev');
- if (version_compare($version, PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION, 'lt')) {
- echo "This plugin requires GLPI " . PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION;
+ if (version_compare($version, PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION, 'lt')) {
+ echo "This plugin requires GSIT " . PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION;
return false;
}
@@ -548,16 +548,16 @@ function plugin_fusioninventory_check_prerequisites() {
$_SESSION['glpi_plugins'] = [];
}
- if (version_compare(GLPI_VERSION, PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION.'-dev', '!=')
- && version_compare(GLPI_VERSION, PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION, 'lt')
- || version_compare(GLPI_VERSION, PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION, 'ge')) {
+ if (version_compare(GLPI_VERSION, PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION.'-dev', '!=')
+ && version_compare(GLPI_VERSION, PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION, 'lt')
+ || version_compare(GLPI_VERSION, PLUGIN_FUSIONINVENTORY_GSIT_MAX_VERSION, 'ge')) {
if (method_exists('Plugin', 'messageIncompatible')) {
- echo Plugin::messageIncompatible('core', PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION, PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION);
+ echo Plugin::messageIncompatible('core', PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION, PLUGIN_FUSIONINVENTORY_GSIT_MAX_VERSION);
} else {
- // TRANS: %1$s is the minimum GLPI version inclusive, %2$s the maximum version exclusive
- echo sprintf(__('Your GLPI version not compatible, require >= %1$s and < %2$s', 'fusioninventory'),
- PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION,
- PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION);
+ // TRANS: %1$s is the minimum GSIT version inclusive, %2$s the maximum version exclusive
+ echo sprintf(__('Your GSIT version not compatible, require >= %1$s and < %2$s', 'fusioninventory'),
+ PLUGIN_FUSIONINVENTORY_GSIT_MIN_VERSION,
+ PLUGIN_FUSIONINVENTORY_GSIT_MAX_VERSION);
}
return false;
}
@@ -571,7 +571,7 @@ function plugin_fusioninventory_check_prerequisites() {
$a_plugins = ['fusinvinventory', 'fusinvsnmp', 'fusinvdeploy'];
foreach ($a_plugins as $pluginname) {
if (file_exists(GLPI_ROOT.'/plugins/'.$pluginname)) {
- printf(__('Please remove folder %s in glpi/plugins/', 'fusioninventory'), $pluginname);
+ printf(__('Please remove folder %s in gsit/plugins/', 'fusioninventory'), $pluginname);
return false;
}
}
@@ -603,7 +603,7 @@ function plugin_fusioninventory_haveTypeRight($type, $right) {
/**
- * Add the FusionInventory footer in GLPI interface
+ * Add the FusionInventory footer in GSIT interface
*
* @param string $baseroot
*/
diff --git a/tests/Installation/FusinvDB.php b/tests/Installation/FusinvDB.php
index 5fae8d71e..5868588b5 100644
--- a/tests/Installation/FusinvDB.php
+++ b/tests/Installation/FusinvDB.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/tests/Installation/InstallationTest.php b/tests/Installation/InstallationTest.php
index d90da9919..061ed2020 100644
--- a/tests/Installation/InstallationTest.php
+++ b/tests/Installation/InstallationTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/tests/Installation/UpdateTest.php b/tests/Installation/UpdateTest.php
index 0f31d83a2..268cb43ef 100644
--- a/tests/Installation/UpdateTest.php
+++ b/tests/Installation/UpdateTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/tests/Integration/CollectRuleTest.php b/tests/Integration/CollectRuleTest.php
index f6cb216d4..f51fe7058 100644
--- a/tests/Integration/CollectRuleTest.php
+++ b/tests/Integration/CollectRuleTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/CollectsTest.php b/tests/Integration/CollectsTest.php
index 5d23be8c1..3917c022c 100644
--- a/tests/Integration/CollectsTest.php
+++ b/tests/Integration/CollectsTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerAntivirusTest.php b/tests/Integration/ComputerAntivirusTest.php
index fbca520df..eadc907bf 100644
--- a/tests/Integration/ComputerAntivirusTest.php
+++ b/tests/Integration/ComputerAntivirusTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerAutoInventoryNumberTest.php b/tests/Integration/ComputerAutoInventoryNumberTest.php
index 0c0fc68c2..2411ef139 100644
--- a/tests/Integration/ComputerAutoInventoryNumberTest.php
+++ b/tests/Integration/ComputerAutoInventoryNumberTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerDeviceBatteryTest.php b/tests/Integration/ComputerDeviceBatteryTest.php
index 8b983beb5..7fb4d476b 100644
--- a/tests/Integration/ComputerDeviceBatteryTest.php
+++ b/tests/Integration/ComputerDeviceBatteryTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerDeviceSimcardTest.php b/tests/Integration/ComputerDeviceSimcardTest.php
index f33aa3998..91d8ef828 100644
--- a/tests/Integration/ComputerDeviceSimcardTest.php
+++ b/tests/Integration/ComputerDeviceSimcardTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerDynamicTest.php b/tests/Integration/ComputerDynamicTest.php
index c918ab820..fb780100b 100644
--- a/tests/Integration/ComputerDynamicTest.php
+++ b/tests/Integration/ComputerDynamicTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerEntityTest.php b/tests/Integration/ComputerEntityTest.php
index 1149b1498..e13c7ce94 100644
--- a/tests/Integration/ComputerEntityTest.php
+++ b/tests/Integration/ComputerEntityTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerHistoryTest.php b/tests/Integration/ComputerHistoryTest.php
index a3f095302..a8a2cad0b 100644
--- a/tests/Integration/ComputerHistoryTest.php
+++ b/tests/Integration/ComputerHistoryTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerLicenseTest.php b/tests/Integration/ComputerLicenseTest.php
index 94367c676..ff7da2833 100644
--- a/tests/Integration/ComputerLicenseTest.php
+++ b/tests/Integration/ComputerLicenseTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerMonitorTest.php b/tests/Integration/ComputerMonitorTest.php
index 3f8026b46..1a986e689 100644
--- a/tests/Integration/ComputerMonitorTest.php
+++ b/tests/Integration/ComputerMonitorTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerPeripheralTest.php b/tests/Integration/ComputerPeripheralTest.php
index 1433539a5..daa4b08d9 100644
--- a/tests/Integration/ComputerPeripheralTest.php
+++ b/tests/Integration/ComputerPeripheralTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/ComputerPrinterTest.php b/tests/Integration/ComputerPrinterTest.php
index d179865dd..cb3d1621e 100644
--- a/tests/Integration/ComputerPrinterTest.php
+++ b/tests/Integration/ComputerPrinterTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/Deploy/DeploymirrorIntTest.php b/tests/Integration/Deploy/DeploymirrorIntTest.php
index 46041986b..41f6e4bbd 100644
--- a/tests/Integration/Deploy/DeploymirrorIntTest.php
+++ b/tests/Integration/Deploy/DeploymirrorIntTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/Deploy/PackageSelfDeployTest.php b/tests/Integration/Deploy/PackageSelfDeployTest.php
index 6e1cca2fb..6ad114b0a 100644
--- a/tests/Integration/Deploy/PackageSelfDeployTest.php
+++ b/tests/Integration/Deploy/PackageSelfDeployTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/Deploy/RepositoryTest.php b/tests/Integration/Deploy/RepositoryTest.php
index 652e58691..a815b23c2 100644
--- a/tests/Integration/Deploy/RepositoryTest.php
+++ b/tests/Integration/Deploy/RepositoryTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
------------------------------------------------------------------------
*/
diff --git a/tests/Integration/Deploy/TaskDeployDynamicGroupTest.php b/tests/Integration/Deploy/TaskDeployDynamicGroupTest.php
index b9b94051f..835f85c3d 100644
--- a/tests/Integration/Deploy/TaskDeployDynamicGroupTest.php
+++ b/tests/Integration/Deploy/TaskDeployDynamicGroupTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/DevicesLocksTest.php b/tests/Integration/DevicesLocksTest.php
index 6a8ec0cd7..36ccd6f18 100644
--- a/tests/Integration/DevicesLocksTest.php
+++ b/tests/Integration/DevicesLocksTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Integration/ModulesNameTest.php b/tests/Integration/ModulesNameTest.php
index 74f25298b..4ff316b3a 100644
--- a/tests/Integration/ModulesNameTest.php
+++ b/tests/Integration/ModulesNameTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/NetworkEquipmentLLDPTest.php b/tests/Integration/NetworkEquipmentLLDPTest.php
index aa14c30cd..144c946db 100644
--- a/tests/Integration/NetworkEquipmentLLDPTest.php
+++ b/tests/Integration/NetworkEquipmentLLDPTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/RemovableMediaImportTest.php b/tests/Integration/RemovableMediaImportTest.php
index 11608669a..f6eef3a5e 100644
--- a/tests/Integration/RemovableMediaImportTest.php
+++ b/tests/Integration/RemovableMediaImportTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
-@link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+@link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/RestURLTest.php b/tests/Integration/RestURLTest.php
index 37acf828b..095645137 100644
--- a/tests/Integration/RestURLTest.php
+++ b/tests/Integration/RestURLTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/RuleEntityTest.php b/tests/Integration/RuleEntityTest.php
index ab07d7706..47faa6a6d 100644
--- a/tests/Integration/RuleEntityTest.php
+++ b/tests/Integration/RuleEntityTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2015
------------------------------------------------------------------------
diff --git a/tests/Integration/RuleIgnoredImportTest.php b/tests/Integration/RuleIgnoredImportTest.php
index 737695207..39e764586 100644
--- a/tests/Integration/RuleIgnoredImportTest.php
+++ b/tests/Integration/RuleIgnoredImportTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/RuleImportTest.php b/tests/Integration/RuleImportTest.php
index 6e6f041a7..2dc64b15c 100644
--- a/tests/Integration/RuleImportTest.php
+++ b/tests/Integration/RuleImportTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/RuleLocationTest.php b/tests/Integration/RuleLocationTest.php
index c9cd2ace2..52b00c6ce 100644
--- a/tests/Integration/RuleLocationTest.php
+++ b/tests/Integration/RuleLocationTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2015
------------------------------------------------------------------------
diff --git a/tests/Integration/RuleRemoteworkTest.php b/tests/Integration/RuleRemoteworkTest.php
index 073c0bb5c..b19721eb2 100644
--- a/tests/Integration/RuleRemoteworkTest.php
+++ b/tests/Integration/RuleRemoteworkTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/SoftwareVersionAddTest.php b/tests/Integration/SoftwareVersionAddTest.php
index 05c691209..007550828 100644
--- a/tests/Integration/SoftwareVersionAddTest.php
+++ b/tests/Integration/SoftwareVersionAddTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/SoftwareVersionUpdateTest.php b/tests/Integration/SoftwareVersionUpdateTest.php
index 6ab0863ee..e7cf12641 100644
--- a/tests/Integration/SoftwareVersionUpdateTest.php
+++ b/tests/Integration/SoftwareVersionUpdateTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/Tasks/CronTaskTest.php b/tests/Integration/Tasks/CronTaskTest.php
index c92734c94..740116362 100644
--- a/tests/Integration/Tasks/CronTaskTest.php
+++ b/tests/Integration/Tasks/CronTaskTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/Tasks/DeleteTaskTest.php b/tests/Integration/Tasks/DeleteTaskTest.php
index e4c463389..c7b0bd53b 100644
--- a/tests/Integration/Tasks/DeleteTaskTest.php
+++ b/tests/Integration/Tasks/DeleteTaskTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/Tasks/GetTaskByFiltersTest.php b/tests/Integration/Tasks/GetTaskByFiltersTest.php
index a6f85954a..75a768aa2 100644
--- a/tests/Integration/Tasks/GetTaskByFiltersTest.php
+++ b/tests/Integration/Tasks/GetTaskByFiltersTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2015
------------------------------------------------------------------------
diff --git a/tests/Integration/Tasks/NetworkDiscoveryTest.php b/tests/Integration/Tasks/NetworkDiscoveryTest.php
index 50e295803..f75547dae 100644
--- a/tests/Integration/Tasks/NetworkDiscoveryTest.php
+++ b/tests/Integration/Tasks/NetworkDiscoveryTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/Tasks/NetworkInventoryTest.php b/tests/Integration/Tasks/NetworkInventoryTest.php
index 026004358..e336f9d45 100644
--- a/tests/Integration/Tasks/NetworkInventoryTest.php
+++ b/tests/Integration/Tasks/NetworkInventoryTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/UnmanagedImportTest.php b/tests/Integration/UnmanagedImportTest.php
index 4702a9045..42c6486af 100644
--- a/tests/Integration/UnmanagedImportTest.php
+++ b/tests/Integration/UnmanagedImportTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Integration/UnmanagedManagedTest.php b/tests/Integration/UnmanagedManagedTest.php
index 04b8ffe0d..239907ef6 100644
--- a/tests/Integration/UnmanagedManagedTest.php
+++ b/tests/Integration/UnmanagedManagedTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/LogTest.php b/tests/LogTest.php
index 398149840..371d9d37d 100644
--- a/tests/LogTest.php
+++ b/tests/LogTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/tests/Unit/CommunicationTest.php b/tests/Unit/CommunicationTest.php
index 1161055dd..6a2ae6226 100644
--- a/tests/Unit/CommunicationTest.php
+++ b/tests/Unit/CommunicationTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2021
------------------------------------------------------------------------
diff --git a/tests/Unit/ComputerLogTest.php b/tests/Unit/ComputerLogTest.php
index d1e6ca442..0152a16d1 100644
--- a/tests/Unit/ComputerLogTest.php
+++ b/tests/Unit/ComputerLogTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/ComputerTransformationTest.php b/tests/Unit/ComputerTransformationTest.php
index c2e885d7a..5fa2d77cb 100644
--- a/tests/Unit/ComputerTransformationTest.php
+++ b/tests/Unit/ComputerTransformationTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/ComputerUpdateTest.php b/tests/Unit/ComputerUpdateTest.php
index d5d146409..554d2f7d7 100644
--- a/tests/Unit/ComputerUpdateTest.php
+++ b/tests/Unit/ComputerUpdateTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/DeleteLinkedObjectsTest.php b/tests/Unit/DeleteLinkedObjectsTest.php
index 1e6b344dd..ce4142d9d 100644
--- a/tests/Unit/DeleteLinkedObjectsTest.php
+++ b/tests/Unit/DeleteLinkedObjectsTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2016
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/DeployUserinteractionTemplateTest.php b/tests/Unit/Deploy/DeployUserinteractionTemplateTest.php
index 9643a71d7..c3c30ec70 100644
--- a/tests/Unit/Deploy/DeployUserinteractionTemplateTest.php
+++ b/tests/Unit/Deploy/DeployUserinteractionTemplateTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/DeployUserinteractionTest.php b/tests/Unit/Deploy/DeployUserinteractionTest.php
index 83cffd173..83b7025dd 100644
--- a/tests/Unit/Deploy/DeployUserinteractionTest.php
+++ b/tests/Unit/Deploy/DeployUserinteractionTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/DeployactionTest.php b/tests/Unit/Deploy/DeployactionTest.php
index 0f1b7d699..7166ed3c6 100644
--- a/tests/Unit/Deploy/DeployactionTest.php
+++ b/tests/Unit/Deploy/DeployactionTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/DeploycheckTest.php b/tests/Unit/Deploy/DeploycheckTest.php
index 8cc8d09fa..8273bea5c 100644
--- a/tests/Unit/Deploy/DeploycheckTest.php
+++ b/tests/Unit/Deploy/DeploycheckTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/DeploygroupTest.php b/tests/Unit/Deploy/DeploygroupTest.php
index 2a21b0132..42c8b137c 100644
--- a/tests/Unit/Deploy/DeploygroupTest.php
+++ b/tests/Unit/Deploy/DeploygroupTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/DeploymirrorTest.php b/tests/Unit/Deploy/DeploymirrorTest.php
index 528777382..b41b569af 100644
--- a/tests/Unit/Deploy/DeploymirrorTest.php
+++ b/tests/Unit/Deploy/DeploymirrorTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/DeploypackageTest.php b/tests/Unit/Deploy/DeploypackageTest.php
index a180115f4..abac6f8b3 100644
--- a/tests/Unit/Deploy/DeploypackageTest.php
+++ b/tests/Unit/Deploy/DeploypackageTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/Deploy/PackageJsonTest.php b/tests/Unit/Deploy/PackageJsonTest.php
index 5e8c67494..4e37441b6 100644
--- a/tests/Unit/Deploy/PackageJsonTest.php
+++ b/tests/Unit/Deploy/PackageJsonTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/FormatConvertDataTest.php b/tests/Unit/FormatConvertDataTest.php
index 29231ffd4..c350041e0 100644
--- a/tests/Unit/FormatConvertDataTest.php
+++ b/tests/Unit/FormatConvertDataTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/ImportRuleTest.php b/tests/Unit/ImportRuleTest.php
index 7aafe482e..6c69d84a1 100644
--- a/tests/Unit/ImportRuleTest.php
+++ b/tests/Unit/ImportRuleTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2018
------------------------------------------------------------------------
diff --git a/tests/Unit/NetworkEquipmentTransformationTest.php b/tests/Unit/NetworkEquipmentTransformationTest.php
index d0c9db7e9..5d1c81790 100644
--- a/tests/Unit/NetworkEquipmentTransformationTest.php
+++ b/tests/Unit/NetworkEquipmentTransformationTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/NetworkEquipmentUpdateDiscoveryTest.php b/tests/Unit/NetworkEquipmentUpdateDiscoveryTest.php
index 2d14b21de..ff5256715 100644
--- a/tests/Unit/NetworkEquipmentUpdateDiscoveryTest.php
+++ b/tests/Unit/NetworkEquipmentUpdateDiscoveryTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/NetworkEquipmentUpdateTest.php b/tests/Unit/NetworkEquipmentUpdateTest.php
index 2625e1915..86d9946da 100644
--- a/tests/Unit/NetworkEquipmentUpdateTest.php
+++ b/tests/Unit/NetworkEquipmentUpdateTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/PluginFusioninventoryCommunicationNetworkInventoryTest.php b/tests/Unit/PluginFusioninventoryCommunicationNetworkInventoryTest.php
index 339a6975f..93346b39a 100644
--- a/tests/Unit/PluginFusioninventoryCommunicationNetworkInventoryTest.php
+++ b/tests/Unit/PluginFusioninventoryCommunicationNetworkInventoryTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/PrinterTransformationTest.php b/tests/Unit/PrinterTransformationTest.php
index 72ffca4c6..8b98d1595 100644
--- a/tests/Unit/PrinterTransformationTest.php
+++ b/tests/Unit/PrinterTransformationTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/PrinterUpdateTest.php b/tests/Unit/PrinterUpdateTest.php
index 4fefec504..5a71e0ec4 100644
--- a/tests/Unit/PrinterUpdateTest.php
+++ b/tests/Unit/PrinterUpdateTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2013
------------------------------------------------------------------------
diff --git a/tests/Unit/SoftwareUpdateTest.php b/tests/Unit/SoftwareUpdateTest.php
index 0a0cb53b2..c459557ad 100644
--- a/tests/Unit/SoftwareUpdateTest.php
+++ b/tests/Unit/SoftwareUpdateTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2010
------------------------------------------------------------------------
diff --git a/tests/Unit/TaskTest.php b/tests/Unit/TaskTest.php
index d48d38d05..7450c6817 100644
--- a/tests/Unit/TaskTest.php
+++ b/tests/Unit/TaskTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2021
------------------------------------------------------------------------
diff --git a/tests/Unit/TimeslotTest.php b/tests/Unit/TimeslotTest.php
index 42a495c32..77b4d28b2 100644
--- a/tests/Unit/TimeslotTest.php
+++ b/tests/Unit/TimeslotTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2014
------------------------------------------------------------------------
diff --git a/tests/Unit/ToolboxTest.php b/tests/Unit/ToolboxTest.php
index c6f8bdd93..be13e6e59 100644
--- a/tests/Unit/ToolboxTest.php
+++ b/tests/Unit/ToolboxTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2021
------------------------------------------------------------------------
diff --git a/tests/Unit/VirtualmachineTest.php b/tests/Unit/VirtualmachineTest.php
index f585ed99f..0d122d6e3 100644
--- a/tests/Unit/VirtualmachineTest.php
+++ b/tests/Unit/VirtualmachineTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2014
------------------------------------------------------------------------
diff --git a/tests/Unit/agentTest.php b/tests/Unit/agentTest.php
index 4b5ab518f..47991623b 100644
--- a/tests/Unit/agentTest.php
+++ b/tests/Unit/agentTest.php
@@ -34,7 +34,7 @@
@license AGPL License 3.0 or (at your option) any later version
http://www.gnu.org/licenses/agpl-3.0-standalone.html
@link http://www.fusioninventory.org/
- @link http://forge.fusioninventory.org/projects/fusioninventory-for-glpi/
+ @link https://github.com/fusioninventory/fusioninventory-for-gsit
@since 2021
------------------------------------------------------------------------
diff --git a/tools/phpdoc.sh b/tools/phpdoc.sh
index 88a63c86c..32f775798 100755
--- a/tools/phpdoc.sh
+++ b/tools/phpdoc.sh
@@ -1 +1 @@
-phpdoc -d ../ -t dev-docs/ --ignore "phpunit*","lib*","tools*","scripts*" --force --title "Plugin FusionInventory for GLPI code documentation"
+phpdoc -d ../ -t dev-docs/ --ignore "phpunit*","lib*","tools*","scripts*" --force --title "Plugin FusionInventory for GSIT code documentation"
diff --git a/tools/setup_snmp_inventory.php b/tools/setup_snmp_inventory.php
index cafc49848..6455e185c 100644
--- a/tools/setup_snmp_inventory.php
+++ b/tools/setup_snmp_inventory.php
@@ -6,7 +6,7 @@
* Copyright (C) 2010-2022 by the FusionInventory Development Team.
*
* http://www.fusioninventory.org/
- * https://github.com/fusioninventory/fusioninventory-for-glpi
+ * https://github.com/fusioninventory/fusioninventory-for-gsit
* http://forge.fusioninventory.org/
*
* ------------------------------------------------------------------------
@@ -40,7 +40,7 @@
* @license AGPL License 3.0 or (at your option) any later version
* http://www.gnu.org/licenses/agpl-3.0-standalone.html
* @link http://www.fusioninventory.org/
- * @link https://github.com/fusioninventory/fusioninventory-for-glpi
+ * @link https://github.com/fusioninventory/fusioninventory-for-gsit
*
*/