Переглянути джерело

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