diff mbox

[NETMAP] linux-netmap: update Copyright

Message ID 1413552514-17926-1-git-send-email-ciprian.barbu@linaro.org
State New
Headers show

Commit Message

Ciprian Barbu Oct. 17, 2014, 1:28 p.m. UTC
Signed-off-by: Ciprian Barbu <ciprian.barbu@linaro.org>
---
 platform/linux-netmap/include/api/odp_pktio_netmap.h   | 2 +-
 platform/linux-netmap/include/api/odp_pktio_types.h    | 2 +-
 platform/linux-netmap/include/odp_packet_io_internal.h | 2 +-
 platform/linux-netmap/odp_packet_io.c                  | 2 +-
 platform/linux-netmap/odp_packet_netmap.c              | 4 ++--
 platform/linux-netmap/odp_packet_netmap.h              | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

Comments

Mike Holmes Oct. 17, 2014, 1:44 p.m. UTC | #1
The patch message might be clearer as "fix incorrect copyright year" because
"update Copyright" sounds like you changed the copyright to something else

On 17 October 2014 09:28, Ciprian Barbu <ciprian.barbu@linaro.org> wrote:

We have been leaving very little description for a lot of patches which
might make things hard to follow in future,  for this one we need
Originally committed new files with the wrong copyright year, updating to
the correct year

Signed-off-by: Ciprian Barbu <ciprian.barbu@linaro.org>
> ---
>  platform/linux-netmap/include/api/odp_pktio_netmap.h   | 2 +-
>  platform/linux-netmap/include/api/odp_pktio_types.h    | 2 +-
>  platform/linux-netmap/include/odp_packet_io_internal.h | 2 +-
>  platform/linux-netmap/odp_packet_io.c                  | 2 +-
>  platform/linux-netmap/odp_packet_netmap.c              | 4 ++--
>  platform/linux-netmap/odp_packet_netmap.h              | 2 +-
>  6 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/platform/linux-netmap/include/api/odp_pktio_netmap.h
> b/platform/linux-netmap/include/api/odp_pktio_netmap.h
> index 51b5c8d..8c7412e 100644
> --- a/platform/linux-netmap/include/api/odp_pktio_netmap.h
> +++ b/platform/linux-netmap/include/api/odp_pktio_netmap.h
> @@ -1,5 +1,5 @@
>
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/include/api/odp_pktio_types.h
> b/platform/linux-netmap/include/api/odp_pktio_types.h
> index b7c6341..e302434 100644
> --- a/platform/linux-netmap/include/api/odp_pktio_types.h
> +++ b/platform/linux-netmap/include/api/odp_pktio_types.h
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/include/odp_packet_io_internal.h
> b/platform/linux-netmap/include/odp_packet_io_internal.h
> index a11ca31..1cdef19 100644
> --- a/platform/linux-netmap/include/odp_packet_io_internal.h
> +++ b/platform/linux-netmap/include/odp_packet_io_internal.h
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/odp_packet_io.c
> b/platform/linux-netmap/odp_packet_io.c
> index 8d6e7d6..2cbd831 100644
> --- a/platform/linux-netmap/odp_packet_io.c
> +++ b/platform/linux-netmap/odp_packet_io.c
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/odp_packet_netmap.c
> b/platform/linux-netmap/odp_packet_netmap.c
> index 6b9b120..841c5bd 100644
> --- a/platform/linux-netmap/odp_packet_netmap.c
> +++ b/platform/linux-netmap/odp_packet_netmap.c
> @@ -1,5 +1,5 @@
> -/* Copyright (c) 2013, Linaro Limited
> - * Copyright (c) 2013, Nokia Solutions and Networks
> +/* Copyright (c) 2014, Linaro Limited
> + * Copyright (c) 2014, Nokia Solutions and Networks
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/odp_packet_netmap.h
> b/platform/linux-netmap/odp_packet_netmap.h
> index 4b66d3d..beff803 100644
> --- a/platform/linux-netmap/odp_packet_netmap.h
> +++ b/platform/linux-netmap/odp_packet_netmap.h
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> --
> 1.8.3.2
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
Maxim Uvarov Oct. 19, 2014, 6:46 p.m. UTC | #2
On 10/17/2014 05:28 PM, Ciprian Barbu wrote:
>   
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
2013-2014, Linaro Limited ?
Ciprian Barbu Oct. 20, 2014, 12:17 p.m. UTC | #3
On Fri, Oct 17, 2014 at 4:28 PM, Ciprian Barbu <ciprian.barbu@linaro.org> wrote:
> Signed-off-by: Ciprian Barbu <ciprian.barbu@linaro.org>
> ---
>  platform/linux-netmap/include/api/odp_pktio_netmap.h   | 2 +-
>  platform/linux-netmap/include/api/odp_pktio_types.h    | 2 +-
>  platform/linux-netmap/include/odp_packet_io_internal.h | 2 +-
>  platform/linux-netmap/odp_packet_io.c                  | 2 +-
>  platform/linux-netmap/odp_packet_netmap.c              | 4 ++--
>  platform/linux-netmap/odp_packet_netmap.h              | 2 +-
>  6 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/platform/linux-netmap/include/api/odp_pktio_netmap.h b/platform/linux-netmap/include/api/odp_pktio_netmap.h
> index 51b5c8d..8c7412e 100644
> --- a/platform/linux-netmap/include/api/odp_pktio_netmap.h
> +++ b/platform/linux-netmap/include/api/odp_pktio_netmap.h
> @@ -1,5 +1,5 @@
>
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited

Ok, I'm going to updated to 2013-2014 like Maxim suggested.

>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/include/api/odp_pktio_types.h b/platform/linux-netmap/include/api/odp_pktio_types.h
> index b7c6341..e302434 100644
> --- a/platform/linux-netmap/include/api/odp_pktio_types.h
> +++ b/platform/linux-netmap/include/api/odp_pktio_types.h
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/include/odp_packet_io_internal.h b/platform/linux-netmap/include/odp_packet_io_internal.h
> index a11ca31..1cdef19 100644
> --- a/platform/linux-netmap/include/odp_packet_io_internal.h
> +++ b/platform/linux-netmap/include/odp_packet_io_internal.h
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/odp_packet_io.c b/platform/linux-netmap/odp_packet_io.c
> index 8d6e7d6..2cbd831 100644
> --- a/platform/linux-netmap/odp_packet_io.c
> +++ b/platform/linux-netmap/odp_packet_io.c
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/odp_packet_netmap.c b/platform/linux-netmap/odp_packet_netmap.c
> index 6b9b120..841c5bd 100644
> --- a/platform/linux-netmap/odp_packet_netmap.c
> +++ b/platform/linux-netmap/odp_packet_netmap.c
> @@ -1,5 +1,5 @@
> -/* Copyright (c) 2013, Linaro Limited
> - * Copyright (c) 2013, Nokia Solutions and Networks
> +/* Copyright (c) 2014, Linaro Limited
> + * Copyright (c) 2014, Nokia Solutions and Networks

I think I made a mistake to put copyright to Nokia here, the logic at
that point was that I used a few things from odp_packet_socket.c, but
the content is very different. Should I updated the copyright to
2013-2014 Nokia Solutions and Networks, or is it ok to drop it? I
don't know to get in any sort of legal troubles because of copyright.

>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> diff --git a/platform/linux-netmap/odp_packet_netmap.h b/platform/linux-netmap/odp_packet_netmap.h
> index 4b66d3d..beff803 100644
> --- a/platform/linux-netmap/odp_packet_netmap.h
> +++ b/platform/linux-netmap/odp_packet_netmap.h
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2013, Linaro Limited
> +/* Copyright (c) 2014, Linaro Limited
>   * All rights reserved.
>   *
>   * SPDX-License-Identifier:     BSD-3-Clause
> --
> 1.8.3.2
>
Ciprian Barbu Oct. 20, 2014, 12:47 p.m. UTC | #4
On Mon, Oct 20, 2014 at 3:17 PM, Ciprian Barbu <ciprian.barbu@linaro.org> wrote:
> On Fri, Oct 17, 2014 at 4:28 PM, Ciprian Barbu <ciprian.barbu@linaro.org> wrote:
>> Signed-off-by: Ciprian Barbu <ciprian.barbu@linaro.org>
>> ---
>>  platform/linux-netmap/include/api/odp_pktio_netmap.h   | 2 +-
>>  platform/linux-netmap/include/api/odp_pktio_types.h    | 2 +-
>>  platform/linux-netmap/include/odp_packet_io_internal.h | 2 +-
>>  platform/linux-netmap/odp_packet_io.c                  | 2 +-
>>  platform/linux-netmap/odp_packet_netmap.c              | 4 ++--
>>  platform/linux-netmap/odp_packet_netmap.h              | 2 +-
>>  6 files changed, 7 insertions(+), 7 deletions(-)
>>
>> diff --git a/platform/linux-netmap/include/api/odp_pktio_netmap.h b/platform/linux-netmap/include/api/odp_pktio_netmap.h
>> index 51b5c8d..8c7412e 100644
>> --- a/platform/linux-netmap/include/api/odp_pktio_netmap.h
>> +++ b/platform/linux-netmap/include/api/odp_pktio_netmap.h
>> @@ -1,5 +1,5 @@
>>
>> -/* Copyright (c) 2013, Linaro Limited
>> +/* Copyright (c) 2014, Linaro Limited
>
> Ok, I'm going to updated to 2013-2014 like Maxim suggested.
>
>>   * All rights reserved.
>>   *
>>   * SPDX-License-Identifier:     BSD-3-Clause
>> diff --git a/platform/linux-netmap/include/api/odp_pktio_types.h b/platform/linux-netmap/include/api/odp_pktio_types.h
>> index b7c6341..e302434 100644
>> --- a/platform/linux-netmap/include/api/odp_pktio_types.h
>> +++ b/platform/linux-netmap/include/api/odp_pktio_types.h
>> @@ -1,4 +1,4 @@
>> -/* Copyright (c) 2013, Linaro Limited
>> +/* Copyright (c) 2014, Linaro Limited
>>   * All rights reserved.
>>   *
>>   * SPDX-License-Identifier:     BSD-3-Clause
>> diff --git a/platform/linux-netmap/include/odp_packet_io_internal.h b/platform/linux-netmap/include/odp_packet_io_internal.h
>> index a11ca31..1cdef19 100644
>> --- a/platform/linux-netmap/include/odp_packet_io_internal.h
>> +++ b/platform/linux-netmap/include/odp_packet_io_internal.h
>> @@ -1,4 +1,4 @@
>> -/* Copyright (c) 2013, Linaro Limited
>> +/* Copyright (c) 2014, Linaro Limited
>>   * All rights reserved.
>>   *
>>   * SPDX-License-Identifier:     BSD-3-Clause
>> diff --git a/platform/linux-netmap/odp_packet_io.c b/platform/linux-netmap/odp_packet_io.c
>> index 8d6e7d6..2cbd831 100644
>> --- a/platform/linux-netmap/odp_packet_io.c
>> +++ b/platform/linux-netmap/odp_packet_io.c
>> @@ -1,4 +1,4 @@
>> -/* Copyright (c) 2013, Linaro Limited
>> +/* Copyright (c) 2014, Linaro Limited
>>   * All rights reserved.
>>   *
>>   * SPDX-License-Identifier:     BSD-3-Clause
>> diff --git a/platform/linux-netmap/odp_packet_netmap.c b/platform/linux-netmap/odp_packet_netmap.c
>> index 6b9b120..841c5bd 100644
>> --- a/platform/linux-netmap/odp_packet_netmap.c
>> +++ b/platform/linux-netmap/odp_packet_netmap.c
>> @@ -1,5 +1,5 @@
>> -/* Copyright (c) 2013, Linaro Limited
>> - * Copyright (c) 2013, Nokia Solutions and Networks
>> +/* Copyright (c) 2014, Linaro Limited
>> + * Copyright (c) 2014, Nokia Solutions and Networks
>
> I think I made a mistake to put copyright to Nokia here, the logic at
> that point was that I used a few things from odp_packet_socket.c, but
> the content is very different. Should I updated the copyright to
> 2013-2014 Nokia Solutions and Networks, or is it ok to drop it? I
> don't know to get in any sort of legal troubles because of copyright.

Petri, can you help me with this? I think I can still keep Nokia in
the copyright list, but since NSN renamed to Nokia, should I set this
to 2013-2014 Copyright Nokia ?

>
>>   * All rights reserved.
>>   *
>>   * SPDX-License-Identifier:     BSD-3-Clause
>> diff --git a/platform/linux-netmap/odp_packet_netmap.h b/platform/linux-netmap/odp_packet_netmap.h
>> index 4b66d3d..beff803 100644
>> --- a/platform/linux-netmap/odp_packet_netmap.h
>> +++ b/platform/linux-netmap/odp_packet_netmap.h
>> @@ -1,4 +1,4 @@
>> -/* Copyright (c) 2013, Linaro Limited
>> +/* Copyright (c) 2014, Linaro Limited
>>   * All rights reserved.
>>   *
>>   * SPDX-License-Identifier:     BSD-3-Clause
>> --
>> 1.8.3.2
>>
diff mbox

Patch

diff --git a/platform/linux-netmap/include/api/odp_pktio_netmap.h b/platform/linux-netmap/include/api/odp_pktio_netmap.h
index 51b5c8d..8c7412e 100644
--- a/platform/linux-netmap/include/api/odp_pktio_netmap.h
+++ b/platform/linux-netmap/include/api/odp_pktio_netmap.h
@@ -1,5 +1,5 @@ 
 
-/* Copyright (c) 2013, Linaro Limited
+/* Copyright (c) 2014, Linaro Limited
  * All rights reserved.
  *
  * SPDX-License-Identifier:     BSD-3-Clause
diff --git a/platform/linux-netmap/include/api/odp_pktio_types.h b/platform/linux-netmap/include/api/odp_pktio_types.h
index b7c6341..e302434 100644
--- a/platform/linux-netmap/include/api/odp_pktio_types.h
+++ b/platform/linux-netmap/include/api/odp_pktio_types.h
@@ -1,4 +1,4 @@ 
-/* Copyright (c) 2013, Linaro Limited
+/* Copyright (c) 2014, Linaro Limited
  * All rights reserved.
  *
  * SPDX-License-Identifier:     BSD-3-Clause
diff --git a/platform/linux-netmap/include/odp_packet_io_internal.h b/platform/linux-netmap/include/odp_packet_io_internal.h
index a11ca31..1cdef19 100644
--- a/platform/linux-netmap/include/odp_packet_io_internal.h
+++ b/platform/linux-netmap/include/odp_packet_io_internal.h
@@ -1,4 +1,4 @@ 
-/* Copyright (c) 2013, Linaro Limited
+/* Copyright (c) 2014, Linaro Limited
  * All rights reserved.
  *
  * SPDX-License-Identifier:     BSD-3-Clause
diff --git a/platform/linux-netmap/odp_packet_io.c b/platform/linux-netmap/odp_packet_io.c
index 8d6e7d6..2cbd831 100644
--- a/platform/linux-netmap/odp_packet_io.c
+++ b/platform/linux-netmap/odp_packet_io.c
@@ -1,4 +1,4 @@ 
-/* Copyright (c) 2013, Linaro Limited
+/* Copyright (c) 2014, Linaro Limited
  * All rights reserved.
  *
  * SPDX-License-Identifier:     BSD-3-Clause
diff --git a/platform/linux-netmap/odp_packet_netmap.c b/platform/linux-netmap/odp_packet_netmap.c
index 6b9b120..841c5bd 100644
--- a/platform/linux-netmap/odp_packet_netmap.c
+++ b/platform/linux-netmap/odp_packet_netmap.c
@@ -1,5 +1,5 @@ 
-/* Copyright (c) 2013, Linaro Limited
- * Copyright (c) 2013, Nokia Solutions and Networks
+/* Copyright (c) 2014, Linaro Limited
+ * Copyright (c) 2014, Nokia Solutions and Networks
  * All rights reserved.
  *
  * SPDX-License-Identifier:     BSD-3-Clause
diff --git a/platform/linux-netmap/odp_packet_netmap.h b/platform/linux-netmap/odp_packet_netmap.h
index 4b66d3d..beff803 100644
--- a/platform/linux-netmap/odp_packet_netmap.h
+++ b/platform/linux-netmap/odp_packet_netmap.h
@@ -1,4 +1,4 @@ 
-/* Copyright (c) 2013, Linaro Limited
+/* Copyright (c) 2014, Linaro Limited
  * All rights reserved.
  *
  * SPDX-License-Identifier:     BSD-3-Clause