flutter / flutter/devtools

Create consistent copyright year across the DevTools codebase

オープン
#7,884 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
hurts-developer-velocity needs discussion P3
主要言語
Dart
スター
1.7k
フォーク
404
平均マージ
6日 17時間
マージ済み PR(30日)
18

説明

Other codebases in Flutter use a consistent year in copyright headers on all source files. Some examples:

**flutter/flutter** - 2014 is the year
```
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
```

**flutter/packages** - 2013 is the year
```
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
```

We regularly have code review comments on PRs for the DevTools codebase to modify the copyright year to the current year or to revert a copyright year change for a moved file, and this causes excess churn on PRs and productivity loss. If we had a consistent year across the codebase, there would no longer be any debate, confusion, or errors on setting up a copyright header for a new file.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。