Skip to content

Commit

Permalink
style: change header of checksums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Jan 22, 2024
1 parent 3fd1b89 commit a5fc13f
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions checksums.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
"""
Copyright (C) 2023-2024 Fern Lane, FloppyCat Simple Backup Utility
This file is part of the FloppyCat Simple Backup Utility distribution
(https://github.com/F33RNI/FloppyCat)
Licensed under the GNU Affero General Public License, Version 3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Copyright (C) 2023-2024 Fern Lane
https://www.gnu.org/licenses/agpl-3.0.en.html
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.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
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.
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.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
You should have received a copy of the GNU Affero General Public License long with this program.
If not, see <http://www.gnu.org/licenses/>.
"""
import hashlib
import logging
Expand Down

0 comments on commit a5fc13f

Please sign in to comment.