File tree 5 files changed +12
-2
lines changed
5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
2
# apps/builtin/CMakeLists.txt
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
5
7
# license agreements. See the NOTICE file distributed with this work for
6
8
# additional information regarding copyright ownership. The ASF licenses this
Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
# apps/builtin/Make.defs
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
# ###########################################################################
2
2
# apps/builtin/Makefile
3
3
#
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
4
6
# Licensed to the Apache Software Foundation (ASF) under one or more
5
7
# contributor license agreements. See the NOTICE file distributed with
6
8
# this work for additional information regarding copyright ownership. The
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/builtin/builtin_list.c
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
29
31
30
32
#include <sys/stat.h>
31
33
34
+ #include "builtin_proto.h"
35
+
32
36
/****************************************************************************
33
37
* Private Types
34
38
****************************************************************************/
41
45
* Public Data
42
46
****************************************************************************/
43
47
44
- #include "builtin_proto.h"
45
-
46
48
const struct builtin_s g_builtins [] =
47
49
{
48
50
# include "builtin_list.h"
Original file line number Diff line number Diff line change 1
1
/****************************************************************************
2
2
* apps/builtin/exec_builtin.c
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed to the Apache Software Foundation (ASF) under one or more
5
7
* contributor license agreements. See the NOTICE file distributed with
6
8
* this work for additional information regarding copyright ownership. The
You can’t perform that action at this time.
0 commit comments