Week 5
Meeting 12
(July 12th, 2022)
GSoC 2022 Project Discussions - REUSE
Attendees
Discussions/Updates
- Implemented REUSE standard in more files.
- Current REUSE status - when running reuse lint, the result is as follows:
Files with copyright information: 4322 / 4364
Files with license information: 4284 / 4364
- Current REUSE status - when running reuse lint, the result is as follows:
- In the issue I raised in fsfe/reuse-tool, I received two following suggestions/solutions:
- Put a .license file next to your testdata files. The contents of the testdata files will be ignored, and the contents of the .license file will be used instead.
- Put REUSE-IgnoreStart and REUSE-IgnoreEnd in your testdata files. Documentation Link.
- Discussed both solutions with mentors and decided to use the second solution i.e.
REUSE-IgnoreStart
andREUSE-IgnoreEnd
in your testdata files. - Mentors provided guidance on how to correctly identify SPDX-FileCopyrightText.
- Few doubts cleared regarding the comment formatting of the multiple files.
Meeting 13
(July 14th, 2022)
GSoC 2022 weekly update
Attendees
- Gaurav Mishra
- Shaheem Azmal M MD
- Kaushlendra Pratap
- Ayush Bhardwaj
- Shruti Agarwal
- Vasudev Maduri
- Sushant Kumar
- Rohit Pandey
- Feng Wenhan
- Soham Banerjee
- Samuel Dushimimana
- Thanvi Lahari Pendyala
Discussions/Updates
- On the test data pages, I am adding Ignore syntax.
- Several questions were clarified with mentors.
- Working on regular expression to correctly identify SPDX-FileCopyrightText statement.
- Mentors discussed about the midterm evaluations for GSoC 2022.