diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-12-24 10:36:00 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-12-24 10:36:00 -0500 |
commit | b5af2c27d41c26112f9943e692e05eeafc5919dc (patch) | |
tree | f4f092408f64de5a7d40d02968884dbc5548acb2 /LICENSE | |
parent | 3c3b6467d8c96042d1292c14a9b6d4518a298b6b (diff) |
Clarified the software license.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ Beautiful Soup is made available under the MIT license: - Copyright (c) 2004-2018 Leonard Richardson + Copyright (c) 2004-2019 Leonard Richardson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -25,3 +25,6 @@ Beautiful Soup is made available under the MIT license: Beautiful Soup incorporates code from the html5lib library, which is also made available under the MIT license. Copyright (c) 2006-2013 James Graham and other contributors + +Beautiful Soup depends on the soupsieve library, which is also made +available under the MIT license. Copyright (c) 2018 Isaac Muse |