Skip to content

Commit 15ca53b

Browse files
authored
Remove All Rights Reserved from copyright notices (#321)
1 parent 0abf130 commit 15ca53b

File tree

287 files changed

+909
-858
lines changed

Some content is hidden

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

287 files changed

+909
-858
lines changed

.gemini/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Flutter Authors. All rights reserved.
1+
# Copyright 2025 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

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Flutter Authors. All rights reserved.
1+
# Copyright 2025 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

.github/workflows/flutter_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Flutter Authors. All rights reserved.
1+
# Copyright 2025 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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2025 The Flutter Authors. All rights reserved.
1+
Copyright 2025 The Flutter Authors.
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Copyright 2025 The Flutter Authors. All rights reserved.
1+
# Copyright 2025 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

55
include: package:dart_flutter_team_lints/analysis_options.yaml
6-
76
# Additional information about this file can be found at
87
# https://dart.dev/guides/language/analysis-options

examples/catalog_gallery/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 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

examples/catalog_gallery/ios/RunnerTests/RunnerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 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

examples/catalog_gallery/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 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

examples/catalog_gallery/macos/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 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

examples/catalog_gallery/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = catalog_gallery
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.catalogGallery
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2025 com.example.

0 commit comments

Comments
 (0)