-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore : added name in copyright notice for Upload/CommonFields/Upload…
…Resuse
- Loading branch information
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/components/Upload/CommonFields/UploadReuse/Containers/CheckboxInputContainers.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
Copyright (C) 2021 Shruti Agarwal ([email protected]), Aman Dwivedi ([email protected]) | ||
Copyright (C) 2022 Raunak Kumar ([email protected]) | ||
SPDX-License-Identifier: GPL-2.0 | ||
|
1 change: 1 addition & 0 deletions
1
src/components/Upload/CommonFields/UploadReuse/Containers/SelectInputContainers.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
Copyright (C) 2021 Shruti Agarwal ([email protected]), Aman Dwivedi ([email protected]) | ||
Copyright (C) 2022 Raunak Kumar ([email protected]) | ||
SPDX-License-Identifier: GPL-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/* | ||
Copyright (C) 2021 Aman Dwivedi ([email protected]), Shruti Agarwal ([email protected]) | ||
Copyright (C) 2022 Raunak Kumar ([email protected]) | ||
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 = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
Copyright (C) 2021 Shruti Agarwal ([email protected]), Aman Dwivedi ([email protected]) | ||
Copyright (C) 2022 Raunak Kumar ([email protected]) | ||
SPDX-License-Identifier: GPL-2.0 | ||
|