Skip to content

Commit e802cd8

Browse files
committed
📝 Make copyrights consistent
1 parent 40fe1d4 commit e802cd8

21 files changed

+80
-57
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
## 3.1.0

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 Camera Picker
26

37
[![pub package](https://img.shields.io/pub/v/wechat_camera_picker?logo=dart&label=%E7%A8%B3%E5%AE%9A%E7%89%88&style=flat-square)](https://pub.flutter-io.cn/packages/wechat_camera_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 Camera Picker
26

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

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_camera_picker_demo
26

37
A new Flutter project.

example/lib/main.dart

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 that can be found
3+
// in the LICENSE file.
4+
15
import 'dart:typed_data';
26
import 'dart:ui' as ui;
37

lib/src/constants/config.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/14 12: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:camera/camera.dart';
66
import 'package:flutter/material.dart';
77
import 'package:flutter/services.dart';

lib/src/constants/constants.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/7/15 02:06
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 '../delegates/camera_picker_text_delegate.dart';
66

77
export 'package:photo_manager/photo_manager.dart';

lib/src/constants/enums.dart

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
///
2-
/// [Author] Alex (https://github.com/AlexV525)
3-
/// [Date] 2021/9/30 17:06
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.
54

65
/// Two types for the viewer: image and video.
76
/// 两种预览类型:图片和视频

lib/src/constants/styles.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/9/30 17:00
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/painting.dart';
66

77
class C {

0 commit comments

Comments
 (0)