chore: update debian/copyright with the correct license

This commit is contained in:
Martin Wimpress 2024-07-23 00:11:50 +01:00 committed by Martin Wimpress
commit dc44f33c81

55
debian/copyright vendored
View file

@ -5,41 +5,36 @@ Source: https://github.com/wimpysworld/stream-sprout
Files: * Files: *
Copyright: 2024 Martin Wimpress <code@wimpress.io> Copyright: 2024 Martin Wimpress <code@wimpress.io>
License: APACHE-2.0 License: Apache-2.0
Permission is hereby granted, free of charge, to any person obtaining a copy Licensed under the Apache License, Version 2.0 (the "License");
of this software and associated documentation files (the "Software"), to deal you may not use this file except in compliance with the License.
in the Software without restriction, including without limitation the rights You may obtain a copy of the License at
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
. .
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. http://www.apache.org/licenses/LICENSE-2.0
. .
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR Unless required by applicable law or agreed to in writing, software
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, distributed under the License is distributed on an "AS IS" BASIS,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER See the License for the specific language governing permissions and
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, limitations under the License.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE .
SOFTWARE. On Debian systems, the complete text of the Apache License, Version 2
can be found in "/usr/share/common-licenses/Apache-2.0".
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/* Files: debian/*
Copyright: 2024 Martin Wimpress <code@wimpress.io> Copyright: 2024 Martin Wimpress <code@wimpress.io>
License: GPL-2+ License: Apache-2.0
This package is free software; you can redistribute it and/or modify Licensed under the Apache License, Version 2.0 (the "License");
it under the terms of the GNU General Public License as published by you may not use this file except in compliance with the License.
the Free Software Foundation; either version 2 of the License, or You may obtain a copy of the License at
(at your option) any later version.
. .
This package is distributed in the hope that it will be useful, http://www.apache.org/licenses/LICENSE-2.0
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 Unless required by applicable law or agreed to in writing, software
along with this program. If not, see <https://www.gnu.org/licenses/> 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.
. .
On Debian systems, the complete text of the GNU General On Debian systems, the complete text of the Apache License, Version 2
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". can be found in "/usr/share/common-licenses/Apache-2.0".