Skip to content

Commit 7877c57

Browse files
committed
LGPL code is gone
A clean room implementation to replace the code copied from libc was done in fe94b8b.
1 parent fe94b8b commit 7877c57

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

COPYING

-6
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,3 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
2020
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2121
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
23-
24-
A small portion of the environ dup'ing code in ext/posix-spawn.c
25-
was taken from glibc <http://www.gnu.org/s/libc/> and is maybe
26-
Copyright (c) 2011 by The Free Software Foundation or maybe
27-
by others mentioned in the glibc LICENSES file. glibc is
28-
distributed under the terms of the LGPL license.

posix-spawn.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111

1212
s.authors = ['Ryan Tomayko', 'Aman Gupta']
1313
14-
s.licenses = ['MIT', 'LGPL']
14+
s.licenses = ['MIT']
1515

1616
s.add_development_dependency 'rake-compiler', '0.7.6'
1717
s.add_development_dependency 'minitest', '>= 4'

0 commit comments

Comments
 (0)