[dpdk-dev] eal/x86: move header to standard BSD license

Message ID 20171221165335.199056-1-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Bruce Richardson Dec. 21, 2017, 4:53 p.m. UTC
  This updates the license on the rte_rtm.h file to be the standard
BSD-3-Clause license used for the rest of DPDK, thus bringing the file in
compliance with the DPDK licensing policy.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
CC: Roman Dementiev <roman.dementiev@intel.com>
CC: Andi Kleen <andi.kleen@intel.com>
---
 lib/librte_eal/common/include/arch/x86/rte_rtm.h | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)
  

Comments

Thomas Monjalon Jan. 4, 2018, 9:22 p.m. UTC | #1
Andi Kleen, as the original author, please could you ack?

21/12/2017 17:53, Bruce Richardson:
> This updates the license on the rte_rtm.h file to be the standard
> BSD-3-Clause license used for the rest of DPDK, thus bringing the file in
> compliance with the DPDK licensing policy.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> CC: Roman Dementiev <roman.dementiev@intel.com>
> CC: Andi Kleen <andi.kleen@intel.com>
> ---
>  lib/librte_eal/common/include/arch/x86/rte_rtm.h | 19 ++++---------------
>  1 file changed, 4 insertions(+), 15 deletions(-)
> 
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright(c) 2012,2013 Intel Corporation
> + */
> +
>  #ifndef _RTE_RTM_H_
>  #define _RTE_RTM_H_ 1
>  
> -/*
> - * Copyright (c) 2012,2013 Intel Corporation
> - * Author: Andi Kleen
  
Thomas Monjalon Nov. 14, 2018, 12:09 a.m. UTC | #2
04/01/2018 22:22, Thomas Monjalon:
> Andi Kleen, as the original author, please could you ack?
> 
> 21/12/2017 17:53, Bruce Richardson:
> > This updates the license on the rte_rtm.h file to be the standard
> > BSD-3-Clause license used for the rest of DPDK, thus bringing the file in
> > compliance with the DPDK licensing policy.
> > 
> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> > CC: Roman Dementiev <roman.dementiev@intel.com>
> > CC: Andi Kleen <andi.kleen@intel.com>
> > ---
> >  lib/librte_eal/common/include/arch/x86/rte_rtm.h | 19 ++++---------------
> >  1 file changed, 4 insertions(+), 15 deletions(-)
> > 
> > +/* SPDX-License-Identifier: BSD-3-Clause
> > + * Copyright(c) 2012,2013 Intel Corporation
> > + */
> > +
> >  #ifndef _RTE_RTM_H_
> >  #define _RTE_RTM_H_ 1
> >  
> > -/*
> > - * Copyright (c) 2012,2013 Intel Corporation
> > - * Author: Andi Kleen

Applied, Andi Kleen is supposed to have given his agreement to Bruce.
  

Patch

diff --git a/lib/librte_eal/common/include/arch/x86/rte_rtm.h b/lib/librte_eal/common/include/arch/x86/rte_rtm.h
index ab0999521..eb0f8e81e 100644
--- a/lib/librte_eal/common/include/arch/x86/rte_rtm.h
+++ b/lib/librte_eal/common/include/arch/x86/rte_rtm.h
@@ -1,21 +1,10 @@ 
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2012,2013 Intel Corporation
+ */
+
 #ifndef _RTE_RTM_H_
 #define _RTE_RTM_H_ 1
 
-/*
- * Copyright (c) 2012,2013 Intel Corporation
- * Author: Andi Kleen
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that: (1) source code distributions
- * retain the above copyright notice and this paragraph in its entirety, (2)
- * distributions including binary code include the above copyright notice and
- * this paragraph in its entirety in the documentation or other materials
- * provided with the distribution
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
 
 /* Official RTM intrinsics interface matching gcc/icc, but works
    on older gcc compatible compilers and binutils. */