From 54cf3c0bab6e246b9ca3ea29eb3f37a05278abc9 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 5 Apr 2014 15:22:09 +0200 Subject: [PATCH] add LEGAL file, which is also bundled by the installer --- LEGAL | 19 +++++++++++++++++++ Rakefile | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 LEGAL diff --git a/LEGAL b/LEGAL new file mode 100644 index 00000000..ab69db4f --- /dev/null +++ b/LEGAL @@ -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 . + 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. diff --git a/Rakefile b/Rakefile index db1d8ac9..777e6822 100644 --- a/Rakefile +++ b/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|