We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9639e0b commit b7f189eCopy full SHA for b7f189e
examples/simple_chat/windows/flutter/generated_plugins.cmake
@@ -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
+
5
#
6
# Generated file, do not edit.
7
tool/fix_copyright/lib/src/fix_copyright.dart
@@ -232,6 +232,7 @@ ${isParagraph ? '' : prefix}found in the LICENSE file.$suffix''';
232
233
return <String, CopyrightInfo>{
234
'dart': generateInfo(prefix: '// '),
235
+ 'cmake': generateInfo(prefix: '# '),
236
'java': generateInfo(prefix: '// '),
237
'h': generateInfo(prefix: '// '),
238
'm': generateInfo(prefix: '// '),
0 commit comments