Skip to content

Commit 7bedabd

Browse files
committed
Fix license identifier in Comment source files
1 parent c2cd0df commit 7bedabd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

include/scratchcpp/comment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: LGPL-3.0-or-later
1+
// SPDX-License-Identifier: Apache-2.0
22

33
#pragma once
44

src/scratch/comment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: LGPL-3.0-or-later
1+
// SPDX-License-Identifier: Apache-2.0
22

33
#include <scratchcpp/comment.h>
44
#include <scratchcpp/block.h>

src/scratch/comment_p.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: LGPL-3.0-or-later
1+
// SPDX-License-Identifier: Apache-2.0
22

33
#include "comment_p.h"
44

src/scratch/comment_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: LGPL-3.0-or-later
1+
// SPDX-License-Identifier: Apache-2.0
22

33
#pragma once
44

0 commit comments

Comments
 (0)