Replace license on taiga.domains module.
parent
8b8c95e0cb
commit
df0ad35a7c
|
@ -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");
|
# This program is distributed in the hope that it will be useful,
|
||||||
# y ou may not use this file except in compliance with the License.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You may obtain a copy of the License at
|
# 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
|
# 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/>.
|
||||||
# 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.
|
|
||||||
|
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
|
||||||
|
|
|
@ -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");
|
# This program is distributed in the hope that it will be useful,
|
||||||
# y ou may not use this file except in compliance with the License.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You may obtain a copy of the License at
|
# 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
|
# 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/>.
|
||||||
# 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.
|
|
||||||
|
|
||||||
from rest_framework.response import Response
|
from rest_framework.response import Response
|
||||||
from rest_framework.permissions import IsAuthenticated
|
from rest_framework.permissions import IsAuthenticated
|
||||||
|
|
|
@ -1,4 +1,16 @@
|
||||||
# -*- coding: utf-8 -*-
|
# 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.
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
#
|
||||||
|
# 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 logging
|
import logging
|
||||||
import functools
|
import functools
|
||||||
|
|
|
@ -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");
|
# This program is distributed in the hope that it will be useful,
|
||||||
# y ou may not use this file except in compliance with the License.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You may obtain a copy of the License at
|
# 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
|
# 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/>.
|
||||||
# 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.
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
|
@ -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");
|
# This program is distributed in the hope that it will be useful,
|
||||||
# y ou may not use this file except in compliance with the License.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You may obtain a copy of the License at
|
# 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
|
# 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/>.
|
||||||
# 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.
|
|
||||||
|
|
||||||
from rest_framework import permissions
|
from rest_framework import permissions
|
||||||
|
|
||||||
|
|
|
@ -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");
|
# This program is distributed in the hope that it will be useful,
|
||||||
# y ou may not use this file except in compliance with the License.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You may obtain a copy of the License at
|
# 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
|
# 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/>.
|
||||||
# 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.
|
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from taiga.base.users.serializers import UserSerializer
|
from taiga.base.users.serializers import UserSerializer
|
||||||
|
|
|
@ -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");
|
# This program is distributed in the hope that it will be useful,
|
||||||
# y ou may not use this file except in compliance with the License.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You may obtain a copy of the License at
|
# 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
|
# 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/>.
|
||||||
# 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.
|
|
||||||
|
|
||||||
from django import test
|
from django import test
|
||||||
from django.test.utils import override_settings
|
from django.test.utils import override_settings
|
||||||
|
|
Loading…
Reference in New Issue