From 4decf52202dc7e78792040dec845e6702e8e9756 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 1 Sep 2017 10:51:46 +0200 Subject: [PATCH] fix licenses This addresses two topics: - The license/module key describes the license of the module (i.e. files in this repository) not that of the components contained in it. - The license/components key should be left empty and filled in by the module build tools. This way, the respective current licenses of the components used for building are put in, and we don't have to maintain their licenses in two places. --- ruby.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ruby.yaml b/ruby.yaml index 979b4b5..9b2517d 100644 --- a/ruby.yaml +++ b/ruby.yaml @@ -11,15 +11,9 @@ data: object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. - # From *.spec License license: module: - - Ruby or BSD - - Public Domain - MIT - - CC0 - - zlib - - UCD references: community: http://ruby-lang.org/ documentation: https://www.ruby-lang.org/en/documentation/