summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-12-24 10:36:00 -0500
committerLeonard Richardson <leonardr@segfault.org>2018-12-24 10:36:00 -0500
commitb5af2c27d41c26112f9943e692e05eeafc5919dc (patch)
treef4f092408f64de5a7d40d02968884dbc5548acb2 /LICENSE
parent3c3b6467d8c96042d1292c14a9b6d4518a298b6b (diff)
Clarified the software license.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE5
1 files changed, 4 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index c500452..4c068ba 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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