diff --git a/tests/unit/components/ADempiere/Badge/index.vue.spec.js b/tests/unit/components/ADempiere/Badge/index.vue.spec.js
index 1b2c6265..6fab77d9 100644
--- a/tests/unit/components/ADempiere/Badge/index.vue.spec.js
+++ b/tests/unit/components/ADempiere/Badge/index.vue.spec.js
@@ -1,6 +1,6 @@
// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
// Copyright (C) 2017-Present Systemhaus Westfalia
-// Contributor(s): Sofia Calderon 54033498+sofia-ester-calderon@users.noreply.github.com www.wetfalia-it.com
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.wetfalia-it.com
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
diff --git a/tests/unit/utils/ADempiere/apiConverts/core.spec.js b/tests/unit/utils/ADempiere/apiConverts/core.spec.js
index d46c8d0b..869dc725 100644
--- a/tests/unit/utils/ADempiere/apiConverts/core.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/core.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import {
convertContextInfo,
convertOrganization,
diff --git a/tests/unit/utils/ADempiere/apiConverts/dashboard.spec.js b/tests/unit/utils/ADempiere/apiConverts/dashboard.spec.js
index 82529390..ba273d57 100644
--- a/tests/unit/utils/ADempiere/apiConverts/dashboard.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/dashboard.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import { convertRecentItemsList, convertFavorite, convertDashboard, convertPendingDocument } from '../../../../../src/utils/ADempiere/apiConverts/dashboard'
import recentListItems from './objects/fromApi/recentListItems.json'
import convertedRecentListItems from './objects/converted/recentListItems.json'
diff --git a/tests/unit/utils/ADempiere/apiConverts/dictionary.spec.js b/tests/unit/utils/ADempiere/apiConverts/dictionary.spec.js
index abb52c4a..0a02e207 100644
--- a/tests/unit/utils/ADempiere/apiConverts/dictionary.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/dictionary.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import {
convertBrowser,
convertForm,
diff --git a/tests/unit/utils/ADempiere/apiConverts/field.spec.js b/tests/unit/utils/ADempiere/apiConverts/field.spec.js
index fe717213..a8558452 100644
--- a/tests/unit/utils/ADempiere/apiConverts/field.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/field.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
const { convertFieldGroup, convertField } = require('@/utils/ADempiere/apiConverts/field')
import fieldGroup from './objects/fromApi/fieldGroup.json'
import convertedFieldGroup from './objects/converted/fieldGroup.json'
diff --git a/tests/unit/utils/ADempiere/apiConverts/persistence.spec.js b/tests/unit/utils/ADempiere/apiConverts/persistence.spec.js
index c9822486..ad678978 100644
--- a/tests/unit/utils/ADempiere/apiConverts/persistence.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/persistence.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import { convertEntity, convertEntityList, convertTranslation } from '@/utils/ADempiere/apiConverts/persistence'
import entityList from './objects/fromApi/entityList.json'
import convertedEntityList from './objects/converted/entityList.json'
diff --git a/tests/unit/utils/ADempiere/apiConverts/pos.spec.js b/tests/unit/utils/ADempiere/apiConverts/pos.spec.js
index 03fc9deb..b03b2186 100644
--- a/tests/unit/utils/ADempiere/apiConverts/pos.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/pos.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import {
convertOrder,
convertPointOfSales,
diff --git a/tests/unit/utils/ADempiere/apiConverts/process.spec.js b/tests/unit/utils/ADempiere/apiConverts/process.spec.js
index c4adbdf4..cc31501e 100644
--- a/tests/unit/utils/ADempiere/apiConverts/process.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/process.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import { convertProcessLog } from '@/utils/ADempiere/apiConverts/process'
import processLog from './objects/fromApi/processLog.json'
import convertedProcessLog from './objects/converted/processLog.json'
diff --git a/tests/unit/utils/ADempiere/apiConverts/report.spec.js b/tests/unit/utils/ADempiere/apiConverts/report.spec.js
index ceb76868..e95467ea 100644
--- a/tests/unit/utils/ADempiere/apiConverts/report.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/report.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import {
convertListPrintFormats,
convertReportOutput,
diff --git a/tests/unit/utils/ADempiere/apiConverts/user.spec.js b/tests/unit/utils/ADempiere/apiConverts/user.spec.js
index ab147938..7cfd47d2 100644
--- a/tests/unit/utils/ADempiere/apiConverts/user.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/user.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import { convertRole, convertSession } from '@/utils/ADempiere/apiConverts/user'
import role from './objects/fromApi/role.json'
import convertedRole from './objects/converted/role.json'
diff --git a/tests/unit/utils/ADempiere/apiConverts/values.spec.js b/tests/unit/utils/ADempiere/apiConverts/values.spec.js
index f0823d7d..4ac1858d 100644
--- a/tests/unit/utils/ADempiere/apiConverts/values.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/values.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import {
convertReference,
convertReferencesList
diff --git a/tests/unit/utils/ADempiere/apiConverts/window.spec.js b/tests/unit/utils/ADempiere/apiConverts/window.spec.js
index 128c3aa2..5bc57ac8 100644
--- a/tests/unit/utils/ADempiere/apiConverts/window.spec.js
+++ b/tests/unit/utils/ADempiere/apiConverts/window.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
import {
convertEntityLog,
convertEntityChat,
diff --git a/tests/unit/utils/ADempiere/transformObject.spec.js b/tests/unit/utils/ADempiere/transformObject.spec.js
index 0a20c63f..8546edff 100644
--- a/tests/unit/utils/ADempiere/transformObject.spec.js
+++ b/tests/unit/utils/ADempiere/transformObject.spec.js
@@ -1,3 +1,19 @@
+// ADempiere-Vue (Frontend) for ADempiere ERP & CRM Smart Business Solution
+// Copyright (C) 2017-Present E.R.P. Consultores y Asociados, C.A.
+// Contributor(s): Sofia Calderon sofia.ester.calderon@gmail.com www.westfalia-it.com
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+
const { camelizeObjectKeys, renameObjectKey } = require('@/utils/ADempiere/transformObject')
describe('given an object is camelized', () => {