Skip to content

Commit 2015a6e

Browse files
Update Copyright and order based on testing
1 parent 9d4ef93 commit 2015a6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

psytran/transmute_cpu.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
##############################################################################
2-
# Copyright (c) 2025, Met Office, on behalf of HMSO and Queen's Printer
3-
# For further details please refer to the file LICENCE.original which you
4-
# should have received as part of this distribution.
5-
##############################################################################
1+
# (C) Crown Copyright 2025, Met Office. All rights reserved.
2+
#
3+
# This file is part of PSyTran and is released under the BSD 3-Clause license.
4+
# See LICENSE in the root of the repository for full licensing details.
5+
66
'''
77
Top level function(s) intended to be callable by
88
PSyclone Transmute global and override functions.
@@ -12,13 +12,13 @@
1212
'''
1313

1414
from __future__ import print_function
15+
from psyclone.transformations import OMPLoopTrans
16+
from psyclone.psyir.nodes import Loop
1517
from psytran.family import (update_ignore_list,
1618
check_omp_ancestry,
1719
span_parallel,
1820
validate_rules,
1921
try_transformation)
20-
from psyclone.transformations import OMPLoopTrans
21-
from psyclone.psyir.nodes import Loop
2222

2323
__all__ = [
2424
"TagOverride",

0 commit comments

Comments
 (0)