File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
+
6
6
'''
7
7
Top level function(s) intended to be callable by
8
8
PSyclone Transmute global and override functions.
12
12
'''
13
13
14
14
from __future__ import print_function
15
+ from psyclone .transformations import OMPLoopTrans
16
+ from psyclone .psyir .nodes import Loop
15
17
from psytran .family import (update_ignore_list ,
16
18
check_omp_ancestry ,
17
19
span_parallel ,
18
20
validate_rules ,
19
21
try_transformation )
20
- from psyclone .transformations import OMPLoopTrans
21
- from psyclone .psyir .nodes import Loop
22
22
23
23
__all__ = [
24
24
"TagOverride" ,
You can’t perform that action at this time.
0 commit comments