diff options
Diffstat (limited to 'bs4/element.py')
-rw-r--r-- | bs4/element.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bs4/element.py b/bs4/element.py index ecf2b28..872ebf6 100644 --- a/bs4/element.py +++ b/bs4/element.py @@ -1,3 +1,5 @@ +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. __license__ = "MIT" from pdb import set_trace |