File tree Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0-only
2
+ #
1
3
config RV_MON_WIP
2
4
depends on RV
3
5
depends on PREEMPT_TRACER
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0 */
1
2
/*
2
3
* Automatically generated C representation of wip automaton
3
4
* For further information about this format, see kernel documentation:
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0-only
2
+ #
1
3
config RV_MON_WWNR
2
4
depends on RV
3
5
select DA_MON_EVENTS_ID
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0 */
1
2
/*
2
3
* Automatically generated C representation of wwnr automaton
3
4
* For further information about this format, see kernel documentation:
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ def fill_main_c(self):
160
160
161
161
def fill_model_h_header (self ):
162
162
buff = []
163
+ buff .append ("/* SPDX-License-Identifier: GPL-2.0 */" )
163
164
buff .append ("/*" )
164
165
buff .append (" * Automatically generated C representation of %s automaton" % (self .name ))
165
166
buff .append (" * For further information about this format, see kernel documentation:" )
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0-only
2
+ #
1
3
config RV_MON_%%MODEL_NAME_UP%%
2
4
depends on RV
3
5
select %%MONITOR_CLASS_TYPE%%
You can’t perform that action at this time.
0 commit comments