From e9b3a824b9310d8c314ca86da84a87fa5f39eca4 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Tue, 2 Jul 2024 13:18:56 +0200 Subject: [PATCH] Update nireports/exceptions.py --- nireports/exceptions.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/nireports/exceptions.py b/nireports/exceptions.py index 3590a76a..6b20dcbc 100644 --- a/nireports/exceptions.py +++ b/nireports/exceptions.py @@ -1,3 +1,27 @@ +# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- +# vi: set ft=python sts=4 ts=4 sw=4 et: +# +# Copyright 2024 The NiPreps Developers +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# 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. +# +# We support and encourage derived works from this project, please read +# about our expectations at +# +# https://www.nipreps.org/community/licensing/ +# +"""Exceptions issued by the assembler.""" + class NiReportsException(Exception): pass