浏览代码

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 年之前
父节点
当前提交
47fee3004c
共有 3 个文件被更改,包括 2 次插入2 次删除
  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
 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
 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