Create a copyright list on the about page

Bug #893120 reported by Vsevolod Velichko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
qutim-site
Confirmed
Low
Nico-izo

Bug Description

About page should contain a list of copyright holders. For each person there should be a list of licenses and a list of files licensed under this license.
E.g.:
* Ruslan Nigmatullin:
   - GPLv2
      - file1.cpp
      - file2.cpp
   -GPLv3
      - file3.cpp
      - file4.cpp

Every list should be shrinkable and shrinked by default.
Copyright list can be generated by command like:
 $ licensecheck -r --copyright .|perl -e 'my @strings;my $file,$license;while(<>){if(/^$/){$file="";$license="";}elsif(/(\.[^:]+): (.*)/){$file=$1;$license=$2;}elsif(/\[(.*)\]/){push @strings,"$1 || $license || $file\n";}}foreach my $u (@strings){print $u;}'|sort

Content for the template should be in format, appropriate to easy replacement by updated copyright content.

description: updated
Changed in qutim-site:
importance: Undecided → Medium
Nico-izo (nico-izo-ya)
Changed in qutim-site:
status: New → Confirmed
importance: Medium → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.