summaryrefslogtreecommitdiff
path: root/spec/ffi/function_spec.rb
diff options
context:
space:
mode:
authorDirkjan Bussink <d.bussink@gmail.com>2012-11-25 11:37:42 +0100
committerDirkjan Bussink <d.bussink@gmail.com>2012-11-25 11:46:47 +0100
commit94343ad3b748b8921cf042be2ae8d01e449e4219 (patch)
treea11b6e753735188ca854b2540b7c3a1e7564e5dc /spec/ffi/function_spec.rb
parent6bd50b73ebcaf3961449fd84315d6619b8f0b0d5 (diff)
downloadffi-94343ad3b748b8921cf042be2ae8d01e449e4219.tar.gz
Change licensing of the specs to the same license as Rubyspec
All the committers to the spec/ directory have agreed to this licensing change. Also changes the license of the test library since the specs depend on that.
Diffstat (limited to 'spec/ffi/function_spec.rb')
-rw-r--r--spec/ffi/function_spec.rb13
1 files changed, 1 insertions, 12 deletions
diff --git a/spec/ffi/function_spec.rb b/spec/ffi/function_spec.rb
index bdf51ad..21ad09c 100644
--- a/spec/ffi/function_spec.rb
+++ b/spec/ffi/function_spec.rb
@@ -1,17 +1,6 @@
#
# This file is part of ruby-ffi.
-#
-# This code is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Lesser General Public License version 3 only, as
-# published by the Free Software Foundation.
-#
-# This code is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
-# version 3 for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with this work. If not, see <http://www.gnu.org/licenses/>.
+# For licensing, see LICENSE.SPECS
#
require File.expand_path(File.join(File.dirname(__FILE__), "spec_helper"))