Skip to main content

Week 12

Meeting 24

(August 30th, 2022)

GSoC 2022 Project Discussions - REUSE

Attendees

Discussions/Updates

  • Currently working on issue #2214 - Detecting licenses declared in LICENSE file and LICENSES folder.
  • Created a new class for detecting LICENSES folder.
  • Few doubts were cleared regarding the above issue.
  • Suggestions by mentors on solution-
    • Use declared licenses in REUSE standard report.
    • REUSE standard report should be same for the whole upload.
    • Move the class for detecting LICENSES folder under lib/php/BusinessRules and create a new class for comparing the data/conclusion.
    • Learned to use PHP Unit and Functional Tests from the CLI.

Meeting 25

(September 1st, 2022)

GSoC 2022 weekly update

Attendees

Discussions/Updates

  • Currently working on issue #2214 - Detecting licenses declared in LICENSE file and LICENSES folder.
  • Cleared doubts regarding the PHP Unit and Functional test.

Conclusions and further plans

  • Implementation of LICENSES directory detection.
  • Solve the changes suggest by mentors on existing PR.