Skip to content

Commit

Permalink
docs: 📄 Add license header on test file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeRougieux committed Aug 24, 2023
1 parent 0f67d28 commit 63d45ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_ui_auth/test/src/views/login_view_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2023, the Chromium project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:firebase_ui_auth/firebase_ui_auth.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
Expand Down

0 comments on commit 63d45ab

Please sign in to comment.