Browse Source

fix: 📄 File has wrong license

ticket_api
Yoann Piétri 5 years ago
parent
commit
440d27ab40
Signed by: nanoy GPG Key ID: DC24C5787C943389
  1. 34
      tickets/api/__init__.py

34
tickets/api/__init__.py

@ -1,14 +1,20 @@
# Copyright 2021 nanoy # -*- mode: python; coding: utf-8 -*-
# # Re2o est un logiciel d'administration développé initiallement au Rézo Metz. Il
# Licensed under the Apache License, Version 2.0 (the "License"); # se veut agnostique au réseau considéré, de manière à être installable en
# you may not use this file except in compliance with the License. # quelques clics.
# You may obtain a copy of the License at #
# # Copyright © 2018 Maël Kervella
# http://www.apache.org/licenses/LICENSE-2.0 #
# # This program is free software; you can redistribute it and/or modify
# Unless required by applicable law or agreed to in writing, software # it under the terms of the GNU General Public License as published by
# distributed under the License is distributed on an "AS IS" BASIS, # the Free Software Foundation; either version 2 of the License, or
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # (at your option) any later version.
# See the License for the specific language governing permissions and #
# limitations under the License. # 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Loading…
Cancel
Save