Skip to content

Commit 86bb8ae

Browse files
committed
📝 Make copyrights consistent
1 parent bab9e65 commit 86bb8ae

17 files changed

+68
-64
lines changed

example/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright 2019 The FlutterCandies author. All rights reserved.
2+
Use of this source code is governed by an Apache license
3+
that can be found in the LICENSE file. -->
4+
15
# WeChat Assets Picker example
26

37
This is the example for the `wechat_assets_picker` package.

example/lib/constants/custom_pick_method.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2021/5/10 16:56
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'package:flutter/widgets.dart';
66

77
@immutable

example/lib/constants/extensions.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2020/8/19 14:12
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'package:flutter/material.dart'
66
show Color, Colors, HSLColor, MaterialColor;
77

example/lib/constants/page_mixin.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2021/7/13 11:46
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'package:flutter/widgets.dart';
66
import 'package:wechat_assets_picker/wechat_assets_picker.dart'
77
show

example/lib/constants/picker_method.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2020-05-30 20:56
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'package:flutter/material.dart';
66
import 'package:wechat_assets_picker/wechat_assets_picker.dart';
77
import 'package:wechat_camera_picker/wechat_camera_picker.dart';

example/lib/constants/screens.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2020/8/19 10:29
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'dart:ui' as ui;
66

77
import 'package:flutter/services.dart';

example/lib/customs/custom_picker_page.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2020-11-01 02:05
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'package:flutter/material.dart';
66

77
import '../constants/custom_pick_method.dart';

example/lib/customs/pickers/directory_file_asset_picker.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2021/5/10 16:44
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'dart:io';
66
import 'dart:math' as math;
77
import 'dart:typed_data';

example/lib/customs/pickers/multi_tabs_assets_picker.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2022/2/10 09:57
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'dart:io';
66
import 'dart:math' as math;
77

example/lib/main.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
///
2-
/// @Author Alex (https://github.com/AlexV525)
3-
/// [Date] 2020/5/30 15:39
4-
///
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
55
import 'package:flutter/material.dart';
66
import 'package:flutter/services.dart';
77
import 'package:flutter_localizations/flutter_localizations.dart';

0 commit comments

Comments
 (0)