Skip to content

Commit fda36dc

Browse files
committed
📝 Make copyrights consistent
1 parent 9294fdf commit fda36dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+168
-144
lines changed

CHANGELOG.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
# Changelog
26

37
## 7.1.2

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [2020] [AlexV525]
189+
Copyright [2019] [FlutterCandies]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README-ZH.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
# Flutter WeChat Assets Picker
26

37
[![pub package](https://img.shields.io/pub/v/wechat_assets_picker?color=42a012&label=%E7%A8%B3%E5%AE%9A%E7%89%88&logo=dart&style=flat-square)](https://pub.flutter-io.cn/packages/wechat_assets_picker)

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
# Flutter WeChat Assets Picker
26

37
[![pub package](https://img.shields.io/pub/v/wechat_assets_picker?logo=dart&label=stable&style=flat-square)](https://pub.dev/packages/wechat_assets_picker)

example/lib/constants/custom_pick_method.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexV525)
2+
/// @Author Alex (https://github.com/AlexV525)
33
/// [Date] 2021/5/10 16:56
44
///
55
import 'package:flutter/widgets.dart';

example/lib/constants/extensions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexV525)
2+
/// @Author Alex (https://github.com/AlexV525)
33
/// [Date] 2020/8/19 14:12
44
///
55
import 'package:flutter/material.dart'

example/lib/constants/page_mixin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexV525)
2+
/// @Author Alex (https://github.com/AlexV525)
33
/// [Date] 2021/7/13 11:46
44
///
55
import 'package:flutter/widgets.dart';

example/lib/constants/picker_method.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/Alex525)
2+
/// @Author Alex (https://github.com/AlexV525)
33
/// [Date] 2020-05-30 20:56
44
///
55
import 'package:flutter/material.dart';

example/lib/constants/screens.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexV525)
2+
/// @Author Alex (https://github.com/AlexV525)
33
/// [Date] 2020/8/19 10:29
44
///
55
import 'dart:ui' as ui;

example/lib/customs/custom_picker_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///
2-
/// [Author] Alex (https://github.com/AlexV525)
2+
/// @Author Alex (https://github.com/AlexV525)
33
/// [Date] 2020-11-01 02:05
44
///
55
import 'package:flutter/material.dart';

0 commit comments

Comments
 (0)