Skip to content

Commit e2a4ba1

Browse files
authored
Merge pull request #202 from graingert/remove-lgpl-header
remove remnants of LGPL headers
2 parents 22d6963 + 03015e2 commit e2a4ba1

File tree

10 files changed

+16
-157
lines changed

10 files changed

+16
-157
lines changed

LICENSE

+16-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
1-
Copyright (c) 2002-2014, Ldaptor Contributors (see AUTHORS)
1+
Copyright (c) 2002-2020, Ldaptor Contributors (see AUTHORS)
22

3-
Ldaptor is licensed under the MIT license for the majority of the
4-
files, with exceptions listed below.
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
59

6-
Permission is hereby granted, free of charge, to any person obtaining
7-
a copy of this software and associated documentation files (the
8-
"Software"), to deal in the Software without restriction, including
9-
without limitation the rights to use, copy, modify, merge, publish,
10-
distribute, sublicense, and/or sell copies of the Software, and to
11-
permit persons to whom the Software is furnished to do so, subject to
12-
the following conditions:
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
1312

14-
The above copyright notice and this permission notice shall be
15-
included in all copies or substantial portions of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

docs/source/examples/ldap_parallelsearch.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
#!/usr/bin/env python3
2-
# Copyright (C) 2001 Tommi Virtanen
3-
#
4-
# This library is free software; you can redistribute it and/or
5-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
6-
# License as published by the Free Software Foundation.
7-
#
8-
# This library is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11-
# Lesser General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU Lesser General Public
14-
# License along with this library; if not, write to the Free Software
15-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16-
172
from ldaptor.protocols.ldap import (
183
ldapclient,
194
ldapsyntax,

ldaptor/protocols/ldap/__init__.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
# Copyright (C) 2001 Tommi Virtanen
2-
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation.
6-
#
7-
# This library is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
# Lesser General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU Lesser General Public
13-
# License along with this library; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15-
161
"""LDAP protocol logic"""

ldaptor/protocols/ldap/ldapclient.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Copyright (C) 2001 Tommi Virtanen
2-
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation.
6-
#
7-
# This library is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
# Lesser General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU Lesser General Public
13-
# License along with this library; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15-
161
"""LDAP protocol client"""
172

183
from ldaptor.protocols import pureldap, pureber

ldaptor/protocols/ldap/ldaperrors.py

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# Copyright (C) 2001 Tommi Virtanen
2-
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation.
6-
#
7-
# This library is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
# Lesser General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU Lesser General Public
13-
# License along with this library; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15-
16-
171
from ldaptor._encoder import to_bytes
182

193

ldaptor/protocols/ldap/ldapserver.py

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# Ldaptor, a Pure-Python library for LDAP
2-
# Copyright (C) 2003 Tommi Virtanen
3-
#
4-
# This library is free software; you can redistribute it and/or
5-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
6-
# License as published by the Free Software Foundation.
7-
#
8-
# This library is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11-
# Lesser General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU Lesser General Public
14-
# License along with this library; if not, write to the Free Software
15-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16-
171
"""LDAP protocol server"""
182

193
from ldaptor import interfaces, delta

ldaptor/protocols/pureber.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Copyright (C) 2001 Tommi Virtanen
2-
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation.
6-
#
7-
# This library is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
# Lesser General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU Lesser General Public
13-
# License along with this library; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15-
161
"""Pure, simple, BER encoding and decoding"""
172

183
# This BER library is currently aimed at supporting LDAP, thus

ldaptor/protocols/pureldap.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Copyright (C) 2001 Tommi Virtanen
2-
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation.
6-
#
7-
# This library is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
# Lesser General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU Lesser General Public
13-
# License along with this library; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15-
161
"""LDAP protocol message conversion; no application logic here."""
172

183
import string

ldaptor/test/test_pureber.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Copyright (C) 2001 Tommi Virtanen
2-
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation.
6-
#
7-
# This library is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
# Lesser General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU Lesser General Public
13-
# License along with this library; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15-
161
"""
172
Test cases for ldaptor.protocols.pureber module.
183
"""

ldaptor/test/test_pureldap.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Copyright (C) 2001 Tommi Virtanen
2-
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of version 2.1 of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation.
6-
#
7-
# This library is distributed in the hope that it will be useful,
8-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
# Lesser General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU Lesser General Public
13-
# License along with this library; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15-
161
"""
172
Test cases for ldaptor.protocols.pureldap module.
183
"""

0 commit comments

Comments
 (0)