Difference between revisions of "TSC/Relicensing Procedure"

From fd.io
< TSC
Jump to: navigation, search
(License expression update also for other occurrences.)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
# Each relicense file must be pushed in a changeset containing just relicense  file(s) (and obviously DCOed, as we require that of all commits).
 
# Each relicense file must be pushed in a changeset containing just relicense  file(s) (and obviously DCOed, as we require that of all commits).
 
# Individual relicense files must be pushed by the individual authorizing relicensing.
 
# Individual relicense files must be pushed by the individual authorizing relicensing.
# Corporate relicense files must be pushed by an authorized employee of the corp
+
# Corporate relicense files must be pushed by an authorized employee of the corporation.
 
#Individual relicense file template:
 
#Individual relicense file template:
 
#: ******************
 
#: ******************
#: I, ${legal name} hereby sign-off-by all of my past contributions which have been moved to the subdirectory ${subdir containing scapy affected files}  subject to the Developer Certificate of Origin (DCO), Version 1.1 and relicense them under Apache v2 OR GPLv2.
+
#: I, ${legal name} hereby sign-off-by all of my past contributions which have been moved to the subdirectory ${subdir containing scapy affected files}  subject to the Developer Certificate of Origin (DCO), Version 1.1 and relicense them under Apache-2.0 OR GPL-2.0-or-later.
 
#:  
 
#:  
 
#: In the past, I have contributed using emails: ${list of emails}
 
#: In the past, I have contributed using emails: ${list of emails}
Line 17: Line 17:
 
#  Corporate relicense file template:
 
#  Corporate relicense file template:
 
#: ******************
 
#: ******************
#: I, ${legal name} on behalf of ${corp} hereby sign-off-by all past contributions of ${corp} which have been moved to the subdirectory ${subdir containing scapy affected files}  subject to the Developer Certificate of Origin (DCO), Version 1.1 and relicense them under Apache v2 or GPLv2.
+
#: I, ${legal name} on behalf of ${corp} hereby sign-off-by all past contributions of ${corp} which have been moved to the subdirectory ${subdir containing scapy affected files}  subject to the Developer Certificate of Origin (DCO), Version 1.1 and relicense them under Apache-2.0 OR GPL-2.0-or-later.
 
#:  
 
#:  
 
#: ${corp} has contributed via the following individual's emails: ${list of emails}
 
#: ${corp} has contributed via the following individual's emails: ${list of emails}
Line 23: Line 23:
  
 
= VPP Procedure (Proposal) =
 
= VPP Procedure (Proposal) =
Due to the pervasive use in python test scripts of framework.py, which links scapy, the decision has been taken to relicence all python test scripts in the vpp repo to Apache v2 or GPLv2.
+
Due to the pervasive use in python test scripts of framework.py, which links scapy, the decision has been taken to relicence all python test scripts in the VPP repository to Apache-2.0 OR GPL-2.0-or-later.

Latest revision as of 18:35, 23 July 2020

Intro

The use of Scapy in python-based test code (not actual data plane code) necessitates relicensing some of that test code. In order to ensure an orderly and trustworthy relicensing process, the procedure is outlined here:

CSIT Procedure

  1. The gpl licensed subdir will contain a subdirectory 'relicense/'
  2. That subdirectory will contain a set of relicense assertion files, one per 'entity' where 'entity' is either a corporation or individual. If corporate, naming should be some appropriate lower case version of the corp name 'cisco' 'intel' if individual, it should be some appropriate lowercase identifier like ${user part of email address used to commit} or ${github id}. Example: relicense/edwarnicke (github id) or relicense/hagbard (user part of email address)
  3. Each relicense file must be pushed in a changeset containing just relicense file(s) (and obviously DCOed, as we require that of all commits).
  4. Individual relicense files must be pushed by the individual authorizing relicensing.
  5. Corporate relicense files must be pushed by an authorized employee of the corporation.
  6. Individual relicense file template:
    ******************
    I, ${legal name} hereby sign-off-by all of my past contributions which have been moved to the subdirectory ${subdir containing scapy affected files} subject to the Developer Certificate of Origin (DCO), Version 1.1 and relicense them under Apache-2.0 OR GPL-2.0-or-later.
    In the past, I have contributed using emails: ${list of emails}
    ******************
  7. Corporate relicense file template:
    ******************
    I, ${legal name} on behalf of ${corp} hereby sign-off-by all past contributions of ${corp} which have been moved to the subdirectory ${subdir containing scapy affected files} subject to the Developer Certificate of Origin (DCO), Version 1.1 and relicense them under Apache-2.0 OR GPL-2.0-or-later.
    ${corp} has contributed via the following individual's emails: ${list of emails}
    ******************

VPP Procedure (Proposal)

Due to the pervasive use in python test scripts of framework.py, which links scapy, the decision has been taken to relicence all python test scripts in the VPP repository to Apache-2.0 OR GPL-2.0-or-later.