Skip to content

Commit

Permalink
chore : added name in copyright notice for Upload/CommonFields/Upload…
Browse files Browse the repository at this point in the history
…Resuse
  • Loading branch information
Raunakk02 committed Mar 10, 2022
1 parent 4c52dc3 commit 60211ce
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
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
Expand Down
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
Expand Down
20 changes: 20 additions & 0 deletions src/components/Upload/CommonFields/UploadReuse/data.js
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 = [
Expand Down
1 change: 1 addition & 0 deletions src/components/Upload/CommonFields/UploadReuse/index.jsx
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
Expand Down

0 comments on commit 60211ce

Please sign in to comment.