Browse Source

meta: Add licenses dir

Add directory with generic licenses. This helps to avoid duplication
of the same licenses files for ISAR recipes like images, buildchroot,
etc...

Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
Alexander Smirnov 8 years ago
parent
commit
47fee3004c
3 changed files with 2 additions and 2 deletions
  1. 2 2
      LICENSE
  2. 0 0
      meta/licenses/COPYING.GPLv2
  3. 0 0
      meta/licenses/COPYING.MIT

+ 2 - 2
LICENSE

@@ -1,8 +1,8 @@
 Different components of isar are under different licenses (a mix of MIT and
 Different components of isar are under different licenses (a mix of MIT and
 GPLv2). Please see:
 GPLv2). Please see:
 
 
-meta/COPYING.GPLv2 (GPLv2)
-meta/COPYING.MIT (MIT)
+meta/licenses/COPYING.GPLv2 (GPLv2)
+meta/licenses/COPYING.MIT (MIT)
 
 
 All metadata is MIT licensed unless otherwise stated. Source code
 All metadata is MIT licensed unless otherwise stated. Source code
 included in tree for individual recipes is under the LICENSE stated in
 included in tree for individual recipes is under the LICENSE stated in

+ 0 - 0
meta/COPYING.GPLv2 → meta/licenses/COPYING.GPLv2


+ 0 - 0
meta/COPYING.MIT → meta/licenses/COPYING.MIT