From 55fbfeeced137a07ef3c2b9bf16881bd9dab1e8f Mon Sep 17 00:00:00 2001 From: Simon Kuenzer Date: Tue, 13 Jul 2021 21:11:10 +0200 Subject: [PATCH] Correct license headers introduced by University Politehnica of Bucharest MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This commit removes the additional clause "THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY" from BSD license headers that got introduced by mistake with the following commits: ca8fb4f - Initial port of pthreadpool to Unikraft (Vlad-Andrei BĂDOIU (78692)) On the one hand, this additional clause is redundant because the BSD license already states that it must remain and the copyright notice must be kept. On the other hand, the clause freezes the file header and prohibits future contributors from extending the copyright notice for their contributions. This additional clause is not part of the official BSD 3-clause. The original author(s) or an authorized representative from the author's affiliation consents to the change with a `Reviewed-by` tag to this commit. Signed-off-by: Simon Kuenzer Reviewed-by: Razvan Deaconescu --- Makefile.uk | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.uk b/Makefile.uk index d62f305..fc26829 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -28,8 +28,6 @@ # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -# -# THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY. ################################################################################ # Library registration -- 2.39.5