Uploaded image for project: 'Qt Quality Assurance Infrastructure'
  1. Qt Quality Assurance Infrastructure
  2. QTQAINFRA-562

Update license headers to Digia's ownership

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P0: Blocker
    • None
    • None
    • Gerrit
    • RC-QTQAINFRA-562-01

    Description

      Files created should only have Digia as the copyright holder
      Files modified should have both Android and Digia as the copyright holder

      see https://codereview.qt-project.org/30618 as a reference for new files:

      The following script should help:

      git log -p --reverse release/v2.2.1 ^master ^db6cb1467ddc6f3f1618dc8da0a568a6b6769545 | perl -n -E 'if (m{^--- (.+)}) { $rem = $1; $rem =~ s{^a/}{}; } elsif (m{^\+\+\+ (.+)}) { $add = $1; $add =~ s{^b/}{}; if ($CREATED{ $add }) {} elsif ($rem eq q(/dev/null)) { say qq(Created: $add); $CREATED{ $add } = 1; } elsif ($add eq q(/dev/null)) { say qq(Deleted: $rem) } else { say qq(Modified: $rem) } }' | sort | uniq
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            seahumad [BB] Sergio Ahumada (Inactive)
            seahumad [BB] Sergio Ahumada (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes