Sure .. the original command line magic was ...

find . -name test -type d | xargs -I '{}' find '{}' -type f -exec git 
--no-pager log --follow --pretty=format:"%ae" "{}" \; -exec echo \; | sort | 
uniq | sort -t@ -k2 | awk -F@ '{print $2}' | uniq -c

Ray

On 28/01/2021 17:43, Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) 
via lists.fd.io wrote:
>
> First draft created [0] for the change that will switch
>
> licenses for Python files used together with Scapy.
>
>  
>
> For some files, I was not sure whether they are used together with Scapy.
>
> One big detail is that vpp_papi needs to have dual license,
>
> as test framework integrates with it (and with scapy).
>
> If I understand the licensing logic correctly,
>
> CSIT tests can still choose to use vpp_papi under Apache license option.
>
> But we may need to discuss that with lawyers.
>
>  
>
> Ray, you may need to upgrade your contributor-finding shell pipeline
>
> to cover all files I added the new license into.
>
>  
>
> Vratko.
>
>  
>
> [0] https://gerrit.fd.io/r/c/vpp/+/30998 
> <https://gerrit.fd.io/r/c/vpp/+/30998>
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18645): https://lists.fd.io/g/vpp-dev/message/18645
Mute This Topic: https://lists.fd.io/mt/80189290/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

  • ... Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
    • ... Paul Vinciguerra
      • ... Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
        • ... Ole Troan
        • ... Luca Muscariello
      • ... Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
        • ... Paul Vinciguerra
          • ... Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
            • ... Andrew Yourtchenko
    • ... Ray Kinsella

Reply via email to