Skip to content

Commit 60211ce

Browse files
committed
chore : added name in copyright notice for Upload/CommonFields/UploadResuse
1 parent 4c52dc3 commit 60211ce

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

src/components/Upload/CommonFields/UploadReuse/Containers/CheckboxInputContainers.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
Copyright (C) 2021 Shruti Agarwal ([email protected]), Aman Dwivedi ([email protected])
3+
Copyright (C) 2022 Raunak Kumar ([email protected])
34
45
SPDX-License-Identifier: GPL-2.0
56

src/components/Upload/CommonFields/UploadReuse/Containers/SelectInputContainers.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
Copyright (C) 2021 Shruti Agarwal ([email protected]), Aman Dwivedi ([email protected])
3+
Copyright (C) 2022 Raunak Kumar ([email protected])
34
45
SPDX-License-Identifier: GPL-2.0
56

src/components/Upload/CommonFields/UploadReuse/data.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
Copyright (C) 2021 Aman Dwivedi ([email protected]), Shruti Agarwal ([email protected])
3+
Copyright (C) 2022 Raunak Kumar ([email protected])
4+
5+
SPDX-License-Identifier: GPL-2.0
6+
7+
This program is free software; you can redistribute it and/or
8+
modify it under the terms of the GNU General Public License
9+
version 2 as published by the Free Software Foundation.
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License along
16+
with this program; if not, write to the Free Software Foundation, Inc.,
17+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18+
*/
19+
20+
// Data used by "./Containers/SelectInputContainers.jsx"
121
const initialGroupList = [{ id: 3, name: "fossy" }];
222

323
const initialFolderList = [

src/components/Upload/CommonFields/UploadReuse/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
Copyright (C) 2021 Shruti Agarwal ([email protected]), Aman Dwivedi ([email protected])
3+
Copyright (C) 2022 Raunak Kumar ([email protected])
34
45
SPDX-License-Identifier: GPL-2.0
56

0 commit comments

Comments
 (0)