From ba47c9edc093236c535170b32a71514d44a74573 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Wed, 11 Dec 2024 13:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Refreshes=20tests=20copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/config_test.dart | 7 +++---- test/delegates_test.dart | 7 +++---- test/test_utils.dart | 7 +++---- test/widget_test.dart | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/test/config_test.dart b/test/config_test.dart index 5081d3ac..e3fd590e 100644 --- a/test/config_test.dart +++ b/test/config_test.dart @@ -1,7 +1,6 @@ -// -// [Author] Alex (https://github.com/AlexV525) -// [Date] 2022/09/20 17:06 -// +// Copyright 2019 The FlutterCandies author. All rights reserved. +// Use of this source code is governed by an Apache license that can be found +// in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; diff --git a/test/delegates_test.dart b/test/delegates_test.dart index 74b16c47..2698964b 100644 --- a/test/delegates_test.dart +++ b/test/delegates_test.dart @@ -1,7 +1,6 @@ -// -// [Author] Alex (https://github.com/AlexV525) -// [Date] 2022/9/19 11:52 -// +// Copyright 2019 The FlutterCandies author. All rights reserved. +// Use of this source code is governed by an Apache license that can be found +// in the LICENSE file. import 'package:flutter_test/flutter_test.dart'; import 'package:wechat_assets_picker/wechat_assets_picker.dart'; diff --git a/test/test_utils.dart b/test/test_utils.dart index c5d0a670..9fe5cac0 100644 --- a/test/test_utils.dart +++ b/test/test_utils.dart @@ -1,7 +1,6 @@ -// -// [Author] Alex (https://github.com/AlexV525) -// [Date] 2022/09/20 16:35 -// +// Copyright 2019 The FlutterCandies author. All rights reserved. +// Use of this source code is governed by an Apache license that can be found +// in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; diff --git a/test/widget_test.dart b/test/widget_test.dart index 76d5e9d0..c35802e1 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -1,7 +1,6 @@ -// -// [Author] Alex (https://github.com/AlexV525) -// [Date] 2022/09/20 17:09 -// +// Copyright 2019 The FlutterCandies author. All rights reserved. +// Use of this source code is governed by an Apache license that can be found +// in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart';