bin/omf_ec in omf_ec-6.0.8.pre.2 vs bin/omf_ec in omf_ec-6.0.8.pre.3
- old
+ new
@@ -1,6 +1,12 @@
#!/usr/bin/env ruby
+# Copyright (c) 2012 National ICT Australia Limited (NICTA).
+# This software may be used and distributed solely under the terms of the MIT license (License).
+# You should find a copy of the License in LICENSE.TXT or at http://opensource.org/licenses/MIT.
+# By downloading or using this software you accept the terms and the liability disclaimer in the License.
+
+puts "OMF Experiment Controller - Copyright (c) 2012-13 National ICT Australia Limited (NICTA)"
abort "Please use Ruby 1.9.3 or higher" if RUBY_VERSION < "1.9.3"
require 'gli'
require 'omf_ec'
$stdout.sync = true