add LEGAL file, which is also bundled by the installer

This commit is contained in:
Laurent Sansonetti
2014-04-05 15:22:09 +02:00
parent b3d128b2a1
commit 54cf3c0bab
2 changed files with 20 additions and 1 deletions

19
LEGAL Normal file
View File

@@ -0,0 +1,19 @@
Portions of RubyMotion include third-party opensource software.
MacRuby:
https://github.com/MacRuby/MacRuby/blob/master/COPYING
MacRuby is copyrighted free software by the MacRuby Team.
MacRuby contains code from the Ruby project, copyrighted free software
by Yukihiro Matsumoto <matz@netlab.jp>.
Copyright (C) 2012, The MacRuby Team. All rights reserved.
Copyright (C) 2010-2011, Apple Inc. All rights reserved.
LLVM:
http://llvm.org/releases/3.3/LICENSE.TXT
Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.
All rights reserved.
libdwarf (part of elftoolchain):
http://sourceforge.net/p/elftoolchain/code/HEAD/tree/trunk/README
Copyright (c) 2009 Kai Wang
All rights reserved.

View File

@@ -160,7 +160,7 @@ task :install do
'./bin/osx/sim', './bin/ruby', './bin/ctags', './bin/nfd', './bin/gen_bridge_metadata',
'./bin/instruments', 'lib/yard/bin/yard', 'lib/yard/bin/yardoc', 'lib/yard/bin/yri',
'./lldb/lldb.py'])
data = ['./NEWS']
data = ['./NEWS', './LEGAL']
data.concat(Dir.glob('./lib/**/*', File::FNM_DOTMATCH) - ['./lib/Rakefile'])
data.delete_if { |x| true if x.include?("lib/yard/bin/") }
[['ios', IOS_SDK_VERSIONS + ['7.1']]].each do |name, sdk_versions|