[libcamera-devel,PATCH/RFC,01/11] licenses: Rename license files according to REUSE

Message ID 20200213153635.27953-2-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • Improve license information
Related show

Commit Message

Laurent Pinchart Feb. 13, 2020, 3:36 p.m. UTC
The REUSE specification [1] defines a standardized method for declaring
copyright and licensing information. Rename the licenses directory and
the files it contains to comply with the specification. No license test
is modified.

[1] https://reuse.software/spec/

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt         | 0
 licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt    | 0
 licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt           | 0
 licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt         | 0
 {licenses => LICENSES}/developer-certificate-of-origin.txt | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 rename licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt (100%)
 rename licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt (100%)
 rename licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt (100%)
 rename licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt (100%)
 rename {licenses => LICENSES}/developer-certificate-of-origin.txt (100%)

Comments

Kieran Bingham Feb. 13, 2020, 3:39 p.m. UTC | #1
On 13/02/2020 15:36, Laurent Pinchart wrote:
> The REUSE specification [1] defines a standardized method for declaring
> copyright and licensing information. Rename the licenses directory and
> the files it contains to comply with the specification. No license test
> is modified.
> 
> [1] https://reuse.software/spec/
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>


> ---
>  licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt         | 0
>  licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt    | 0
>  licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt           | 0
>  licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt         | 0
>  {licenses => LICENSES}/developer-certificate-of-origin.txt | 0
>  5 files changed, 0 insertions(+), 0 deletions(-)
>  rename licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt (100%)
>  rename licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt (100%)
>  rename licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt (100%)
>  rename licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt (100%)
>  rename {licenses => LICENSES}/developer-certificate-of-origin.txt (100%)
> 
> diff --git a/licenses/apache-2.0.txt b/LICENSES/Apache-2.0.txt
> similarity index 100%
> rename from licenses/apache-2.0.txt
> rename to LICENSES/Apache-2.0.txt
> diff --git a/licenses/cc-by-sa-v4.0.txt b/LICENSES/CC-BY-SA-4.0.txt
> similarity index 100%
> rename from licenses/cc-by-sa-v4.0.txt
> rename to LICENSES/CC-BY-SA-4.0.txt
> diff --git a/licenses/gnu-gpl-2.0.txt b/LICENSES/GPL-2.0.txt
> similarity index 100%
> rename from licenses/gnu-gpl-2.0.txt
> rename to LICENSES/GPL-2.0.txt
> diff --git a/licenses/gnu-lgpl-2.1.txt b/LICENSES/LGPL-2.1.txt
> similarity index 100%
> rename from licenses/gnu-lgpl-2.1.txt
> rename to LICENSES/LGPL-2.1.txt
> diff --git a/licenses/developer-certificate-of-origin.txt b/LICENSES/developer-certificate-of-origin.txt
> similarity index 100%
> rename from licenses/developer-certificate-of-origin.txt
> rename to LICENSES/developer-certificate-of-origin.txt
>

Patch

diff --git a/licenses/apache-2.0.txt b/LICENSES/Apache-2.0.txt
similarity index 100%
rename from licenses/apache-2.0.txt
rename to LICENSES/Apache-2.0.txt
diff --git a/licenses/cc-by-sa-v4.0.txt b/LICENSES/CC-BY-SA-4.0.txt
similarity index 100%
rename from licenses/cc-by-sa-v4.0.txt
rename to LICENSES/CC-BY-SA-4.0.txt
diff --git a/licenses/gnu-gpl-2.0.txt b/LICENSES/GPL-2.0.txt
similarity index 100%
rename from licenses/gnu-gpl-2.0.txt
rename to LICENSES/GPL-2.0.txt
diff --git a/licenses/gnu-lgpl-2.1.txt b/LICENSES/LGPL-2.1.txt
similarity index 100%
rename from licenses/gnu-lgpl-2.1.txt
rename to LICENSES/LGPL-2.1.txt
diff --git a/licenses/developer-certificate-of-origin.txt b/LICENSES/developer-certificate-of-origin.txt
similarity index 100%
rename from licenses/developer-certificate-of-origin.txt
rename to LICENSES/developer-certificate-of-origin.txt