Skip to content

Commit b7f189e

Browse files
committed
Add CMake files to the fix_copyright script.
1 parent 9639e0b commit b7f189e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

examples/simple_chat/windows/flutter/generated_plugins.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright 2025 The Flutter Authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
15
#
26
# Generated file, do not edit.
37
#

tool/fix_copyright/lib/src/fix_copyright.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ ${isParagraph ? '' : prefix}found in the LICENSE file.$suffix''';
232232

233233
return <String, CopyrightInfo>{
234234
'dart': generateInfo(prefix: '// '),
235+
'cmake': generateInfo(prefix: '# '),
235236
'java': generateInfo(prefix: '// '),
236237
'h': generateInfo(prefix: '// '),
237238
'm': generateInfo(prefix: '// '),

0 commit comments

Comments
 (0)