Some Apache license references removed
parent
2b775293f3
commit
8d8c6c9e6c
5
NOTICE
5
NOTICE
|
@ -1,5 +1,6 @@
|
|||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
You may not use this product except in compliance with the License.
|
||||
This product is licensed to you under the GNU Affero General Public License,
|
||||
Version 3 (the "License"). You may not use this product except in compliance
|
||||
with the License.
|
||||
|
||||
This product may include a number of subcomponents with
|
||||
separate copyright notices and license terms. Your use of the source
|
||||
|
|
|
@ -70,8 +70,9 @@ We very much welcome your contribution of course. To do so, simply follow these
|
|||
License
|
||||
=======
|
||||
|
||||
This software is licensed under the New BSD_ License. See the LICENSE
|
||||
file in the top distribution directory for the full license text.
|
||||
This software is licensed under the `GNU Affero General Public License`_, Version
|
||||
3. See the LICENSE file in the top distribution directory for the full license
|
||||
text.
|
||||
|
||||
.. _coverage: http://nedbatchelder.com/code/coverage/
|
||||
.. _BSD: http://www.opensource.org/licenses/bsd-license.php
|
||||
.. _`GNU Affero General Public License`: http://www.gnu.org/licenses/agpl.html
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Copyright 2014 Andrey Antukh <niwi@niwi.be>
|
||||
# Copyright (C) 2014 Andrey Antukh <niwi@niwi.be>
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as
|
||||
# published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# y ou may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from .base import get_default_domain
|
||||
from .base import get_domain_for_domain_name
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Copyright 2014 Andrey Antukh <niwi@niwi.be>
|
||||
# Copyright (C) 2014 Andrey Antukh <niwi@niwi.be>
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as
|
||||
# published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# y ou may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import string
|
||||
|
||||
|
|
Loading…
Reference in New Issue