diff --git a/src/components/Upload/CommonFields/UploadReuse/Containers/CheckboxInputContainers.jsx b/src/components/Upload/CommonFields/UploadReuse/Containers/CheckboxInputContainers.jsx index 093b40613..cdda9418c 100644 --- a/src/components/Upload/CommonFields/UploadReuse/Containers/CheckboxInputContainers.jsx +++ b/src/components/Upload/CommonFields/UploadReuse/Containers/CheckboxInputContainers.jsx @@ -1,5 +1,6 @@ /* Copyright (C) 2021 Shruti Agarwal (mail2shruti.ag@gmail.com), Aman Dwivedi (aman.dwivedi5@gmail.com) + Copyright (C) 2022 Raunak Kumar (raunakk728@gmail.com) SPDX-License-Identifier: GPL-2.0 diff --git a/src/components/Upload/CommonFields/UploadReuse/Containers/SelectInputContainers.jsx b/src/components/Upload/CommonFields/UploadReuse/Containers/SelectInputContainers.jsx index 417fc4a5a..7665a4bde 100644 --- a/src/components/Upload/CommonFields/UploadReuse/Containers/SelectInputContainers.jsx +++ b/src/components/Upload/CommonFields/UploadReuse/Containers/SelectInputContainers.jsx @@ -1,5 +1,6 @@ /* Copyright (C) 2021 Shruti Agarwal (mail2shruti.ag@gmail.com), Aman Dwivedi (aman.dwivedi5@gmail.com) + Copyright (C) 2022 Raunak Kumar (raunakk728@gmail.com) SPDX-License-Identifier: GPL-2.0 diff --git a/src/components/Upload/CommonFields/UploadReuse/data.js b/src/components/Upload/CommonFields/UploadReuse/data.js index 04ee76e2e..0cb9ba6f7 100644 --- a/src/components/Upload/CommonFields/UploadReuse/data.js +++ b/src/components/Upload/CommonFields/UploadReuse/data.js @@ -1,3 +1,23 @@ +/* + Copyright (C) 2021 Aman Dwivedi (aman.dwivedi5@gmail.com), Shruti Agarwal (mail2shruti.ag@gmail.com) + Copyright (C) 2022 Raunak Kumar (raunakk728@gmail.com) + + SPDX-License-Identifier: GPL-2.0 + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + version 2 as published by the Free Software Foundation. + 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + +// Data used by "./Containers/SelectInputContainers.jsx" const initialGroupList = [{ id: 3, name: "fossy" }]; const initialFolderList = [ diff --git a/src/components/Upload/CommonFields/UploadReuse/index.jsx b/src/components/Upload/CommonFields/UploadReuse/index.jsx index c3977c1ff..901baba87 100644 --- a/src/components/Upload/CommonFields/UploadReuse/index.jsx +++ b/src/components/Upload/CommonFields/UploadReuse/index.jsx @@ -1,5 +1,6 @@ /* Copyright (C) 2021 Shruti Agarwal (mail2shruti.ag@gmail.com), Aman Dwivedi (aman.dwivedi5@gmail.com) + Copyright (C) 2022 Raunak Kumar (raunakk728@gmail.com) SPDX-License-Identifier: GPL-2.0