Skip to content

Commit 10e39dd

Browse files
Remove "All right reserved" from all files (#10066)
Per guidance from legal on current preferred practice, remove "All rights reserved" from all LICENSE files and header blocks, and update the repo tool check accordingly.
1 parent a5e4243 commit 10e39dd

File tree

3,880 files changed

+3930
-3897
lines changed

Some content is hidden

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

3,880 files changed

+3930
-3897
lines changed

.ci/legacy_project/all_packages/android/app/src/main/java/com/example/all_packages/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 The Flutter Authors. All rights reserved.
1+
// Copyright 2013 The Flutter Authors
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

.ci/scripts/analyze_legacy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/analyze_pathified.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/analyze_repo_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/boot_simulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/build_all_packages_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/build_all_packages_app_legacy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/build_examples_win32.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/check_federated_safety.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

.ci/scripts/check_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Copyright 2013 The Flutter Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
set -e

0 commit comments

Comments
 (0)