Skip to content

Commit

Permalink
remove the occurances of the old lincence headers
Browse files Browse the repository at this point in the history
  • Loading branch information
twicki committed Feb 26, 2025
1 parent 3249aa5 commit 78119ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 45 deletions.
14 changes: 0 additions & 14 deletions src/gt4py/next/ffront/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause

# GT4Py - GridTools Framework
#
# Copyright (c) 2014-2023, ETH Zurich
# All rights reserved.
#
# This file is part of the GT4Py project and the GridTools framework.
# GT4Py is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or any later
# version. See the LICENSE.txt file at the top-level directory of this
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later

# TODO(ricoh): This overlaps with `canonicalize_arguments`, solutions:
# - merge the two
# - extract the signature gathering functionality from canonicalize_arguments
Expand Down
14 changes: 0 additions & 14 deletions src/gt4py/next/otf/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause

# GT4Py - GridTools Framework
#
# Copyright (c) 2014-2023, ETH Zurich
# All rights reserved.
#
# This file is part of the GT4Py project and the GridTools framework.
# GT4Py is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or any later
# version. See the LICENSE.txt file at the top-level directory of this
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later

from __future__ import annotations

import dataclasses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,16 @@
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause

# GT4Py - GridTools Framework
#
# Copyright (c) 2014-2023, ETH Zurich
# All rights reserved.
#
# This file is part of the GT4Py project and the GridTools framework.
# GT4Py is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or any later
# version. See the LICENSE.txt file at the top-level directory of this
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later

import numpy as np
import pytest

import gt4py.next as gtx
from gt4py.next.iterator.builtins import cartesian_domain, deref, as_fieldop, named_range
from gt4py.next.iterator.runtime import set_at, if_stmt, fendef, fundef, offset
from gt4py.next.program_processors.runners import gtfn
from gt4py.next.iterator.builtins import as_fieldop, cartesian_domain, deref, named_range
from gt4py.next.iterator.runtime import fendef, fundef, if_stmt, offset, set_at

from next_tests.unit_tests.conftest import run_processor

from next_tests.unit_tests.conftest import program_processor_no_transforms, run_processor

i = offset("i")

Expand Down

0 comments on commit 78119ff

Please sign in to comment.