Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4c5f065

Browse files
committed
Fix license check error.
1 parent 7391e42 commit 4c5f065

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/licenses_golden/licenses_flutter

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
645645
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/plugin_registrar.h
646646
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/standard_message_codec.h
647647
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/standard_method_codec.h
648+
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/include/flutter/texture_registrar.h
648649
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/json_message_codec.cc
649650
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/json_method_codec.cc
650651
FILE: ../../../flutter/shell/platform/common/cpp/client_wrapper/method_call_unittests.cc
@@ -659,6 +660,7 @@ FILE: ../../../flutter/shell/platform/common/cpp/incoming_message_dispatcher.h
659660
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_export.h
660661
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_messenger.h
661662
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_plugin_registrar.h
663+
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_texture_registrar.h
662664
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model.cc
663665
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model.h
664666
FILE: ../../../flutter/shell/platform/darwin/common/buffer_conversions.h
@@ -932,6 +934,8 @@ FILE: ../../../flutter/shell/platform/glfw/client_wrapper/flutter_window_control
932934
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_window.h
933935
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_window_controller.h
934936
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/plugin_registrar_glfw.h
937+
FILE: ../../../flutter/shell/platform/glfw/external_texture_gl.cc
938+
FILE: ../../../flutter/shell/platform/glfw/external_texture_gl.h
935939
FILE: ../../../flutter/shell/platform/glfw/flutter_glfw.cc
936940
FILE: ../../../flutter/shell/platform/glfw/glfw_event_loop.cc
937941
FILE: ../../../flutter/shell/platform/glfw/glfw_event_loop.h

shell/platform/glfw/external_texture_gl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Copyright 2018 Google LLC
21
// Copyright 2013 The Flutter Authors. All rights reserved.
32
// Use of this source code is governed by a BSD-style license that can be
43
// found in the LICENSE file.

0 commit comments

Comments
 (0)