Skip to content

Commit c41c71a

Browse files
authored
license update - batch 39 (#8740)
1 parent 3b731ed commit c41c71a

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

packages/devtools_app/lib/src/shared/server/_analytics_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2020 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/_app_size_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2020 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/_deep_links_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2020 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/_dtd_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2024 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2024 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/_extensions_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2020 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/_preferences_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2024 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2024 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/_release_notes_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2020 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/_survey_api.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2020 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
part of 'server.dart';
66

packages/devtools_app/lib/src/shared/server/server.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
2-
// Use of this source code is governed by a BSD-style license that can be found
3-
// in the LICENSE file.
1+
// Copyright 2020 The Flutter Authors
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
import 'dart:async';
66
import 'dart:convert';

packages/devtools_app/lib/src/shared/server/server_api_client.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors
22
// Use of this source code is governed by a BSD-style license that can be
3-
// found in the LICENSE file.
3+
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44

55
import 'dart:async';
66
import 'dart:convert';

0 commit comments

Comments
 (0)