Skip to content

Commit

Permalink
chore: Add copyright and license to glfw_shell.cpp
Browse files Browse the repository at this point in the history
It's copied from the flutter engine repo
  • Loading branch information
iamsergio committed Oct 27, 2024
1 parent 42e4ded commit f8b562e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/3rdparty/flutter/glfw_shell.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the src/3rdparty/flutter/LICENSE file.

#include "glfw_shell.h"
#include "flutter_texture_registrar.h"

Expand Down
4 changes: 4 additions & 0 deletions src/3rdparty/flutter/glfw_shell.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the src/3rdparty/flutter/LICENSE file.

#pragma once

#include "incoming_message_dispatcher.h"
Expand Down

0 comments on commit f8b562e

Please sign in to comment.