mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
add LEGAL file, which is also bundled by the installer
This commit is contained in:
19
LEGAL
Normal file
19
LEGAL
Normal 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.
|
||||
2
Rakefile
2
Rakefile
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user