-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License update - Batch 47 #8749
Conversation
@@ -1,3 +1,6 @@ | |||
// Copyright 2025 The Flutter Authors | |||
// Use of this source code is governed by a BSD-style license that can be | |||
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. | |||
// FILE: main.dart (Note: Do not remove comment, for testing.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kenzieschmoll Do you happen to know why this comment needs to be at the top of the file? It interferes with the license header check/placement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we use this for testing: https://github.com/flutter/devtools/blob/master/packages/devtools_app/integration_test/test/live_connection/debugger_panel_test.dart/#L48. So adding the copyright header to this file may break that test.
@@ -1,3 +1,6 @@ | |||
// Copyright 2025 The Flutter Authors | |||
// Use of this source code is governed by a BSD-style license that can be | |||
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. | |||
// Copyright 2020 The Flutter Authors. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kenzieschmoll This was originally attributed to the Flutter Authors and not Chromium. Do you happen to know if this was copied from the Flutter SDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, it looks like it might be copied nearly verbatim from https://github.com/flutter/flutter/blob/5517cc9b3b3bcf12431b47f495e342a30b738835/packages/flutter/test/rendering/rendering_tester.dart#L4 and I just didn't see the comment. I'll revert.
@@ -1,4 +1,4 @@ | |||
// Copyright 2020 The Flutter Authors. All rights reserved. | |||
// Copyright 2014 The Flutter Authors. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code should retain the original header which had 2014 as the copyright date.
b1161b7
to
490fc39
Compare
Updates the license headers for:
#8216
Pre-launch Checklist
///
).