From f69d2c6efdc8fbf0b5e870c9e650a465b13804a5 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:52:13 -0700 Subject: [PATCH 01/31] Update LICENSE Changes to comply to internal review --- pkg/vm_service/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/vm_service/LICENSE b/pkg/vm_service/LICENSE index de31e1a0a48a..dbd2843a0836 100644 --- a/pkg/vm_service/LICENSE +++ b/pkg/vm_service/LICENSE @@ -1,4 +1,5 @@ -Copyright 2015, the Dart project authors. All rights reserved. +Copyright 2015, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From cd89449f87cd336d60bda98ccfcbcceca1bb13ac Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:58:29 -0700 Subject: [PATCH 02/31] Update LICENSE Changes to comply to internal review --- pkg/_fe_analyzer_shared/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/_fe_analyzer_shared/LICENSE b/pkg/_fe_analyzer_shared/LICENSE index f75d7c237ab1..767000764bc7 100644 --- a/pkg/_fe_analyzer_shared/LICENSE +++ b/pkg/_fe_analyzer_shared/LICENSE @@ -1,4 +1,5 @@ -Copyright 2019, the Dart project authors. All rights reserved. +Copyright 2019, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 91d6890005d8429ec0e167736e757b12eba78303 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:59:24 -0700 Subject: [PATCH 03/31] Update LICENSE Changes to comply to internal review --- pkg/_js_interop_checks/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/_js_interop_checks/LICENSE b/pkg/_js_interop_checks/LICENSE index 18daf2b5bd9a..ed0a3506e2f9 100644 --- a/pkg/_js_interop_checks/LICENSE +++ b/pkg/_js_interop_checks/LICENSE @@ -1,4 +1,5 @@ -Copyright 2020, the Dart project authors. All rights reserved. +Copyright 2020, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 8c61975414c8d2c0550feda5190f42a2baeb5a73 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:00:08 -0700 Subject: [PATCH 04/31] Update LICENSE --- pkg/analysis_server/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/analysis_server/LICENSE b/pkg/analysis_server/LICENSE index 5c60afea399d..162572a442e4 100644 --- a/pkg/analysis_server/LICENSE +++ b/pkg/analysis_server/LICENSE @@ -1,4 +1,5 @@ -Copyright 2014, the Dart project authors. All rights reserved. +Copyright 2014, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From b0b710da9346d044ee4176860a73cba9ed4cc9ff Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:02:01 -0700 Subject: [PATCH 05/31] Update LICENSE --- pkg/analysis_server_client/LICENSE | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/analysis_server_client/LICENSE b/pkg/analysis_server_client/LICENSE index 076334f7ab7d..03af64abe4ff 100644 --- a/pkg/analysis_server_client/LICENSE +++ b/pkg/analysis_server_client/LICENSE @@ -1,4 +1,5 @@ -Copyright 2017, the Dart project authors. All rights reserved. +Copyright 2017, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -23,4 +24,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From cdd296ab714678b5ac954c9df8d214286f17986f Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:03:09 -0700 Subject: [PATCH 06/31] Update LICENSE Changes to comply to internal review --- pkg/analyzer/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/analyzer/LICENSE b/pkg/analyzer/LICENSE index ee999303130c..ab3bfa0144c5 100644 --- a/pkg/analyzer/LICENSE +++ b/pkg/analyzer/LICENSE @@ -1,4 +1,5 @@ -Copyright 2013, the Dart project authors. All rights reserved. +Copyright 2013, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 658bce0a6d7c2092c2bf355a288b0e55fb80af47 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:03:51 -0700 Subject: [PATCH 07/31] Update LICENSE --- pkg/analyzer_cli/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/analyzer_cli/LICENSE b/pkg/analyzer_cli/LICENSE index ee999303130c..ab3bfa0144c5 100644 --- a/pkg/analyzer_cli/LICENSE +++ b/pkg/analyzer_cli/LICENSE @@ -1,4 +1,5 @@ -Copyright 2013, the Dart project authors. All rights reserved. +Copyright 2013, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 3189b0dac350fb2c2eb88ff045d3412b22abd41d Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:04:22 -0700 Subject: [PATCH 08/31] Update LICENSE Changes to comply to internal review --- pkg/analyzer_plugin/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/analyzer_plugin/LICENSE b/pkg/analyzer_plugin/LICENSE index 389ce9856341..03af64abe4ff 100644 --- a/pkg/analyzer_plugin/LICENSE +++ b/pkg/analyzer_plugin/LICENSE @@ -1,4 +1,5 @@ -Copyright 2017, the Dart project authors. All rights reserved. +Copyright 2017, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From f844e17ecef8377c995ca1febf7fcc8bd9e7282d Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:05:14 -0700 Subject: [PATCH 09/31] Update LICENSE --- pkg/async_helper/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/async_helper/LICENSE b/pkg/async_helper/LICENSE index 5c60afea399d..162572a442e4 100644 --- a/pkg/async_helper/LICENSE +++ b/pkg/async_helper/LICENSE @@ -1,4 +1,5 @@ -Copyright 2014, the Dart project authors. All rights reserved. +Copyright 2014, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 53d3117cbeb8312d53b638f5864076c071608286 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:06:02 -0700 Subject: [PATCH 10/31] Update LICENSE Changes to comply to internal review --- pkg/build_integration/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/build_integration/LICENSE b/pkg/build_integration/LICENSE index c4dc9ba3c6d2..4d1ad40a1784 100644 --- a/pkg/build_integration/LICENSE +++ b/pkg/build_integration/LICENSE @@ -1,4 +1,5 @@ -Copyright 2018, the Dart project authors. All rights reserved. +Copyright 2018, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 9980fd80d1262e13da825d48f5971e5e93430aac Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:08:26 -0700 Subject: [PATCH 11/31] Update LICENSE Changes to comply to internal review --- pkg/dart_internal/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/dart_internal/LICENSE b/pkg/dart_internal/LICENSE index 389ce9856341..03af64abe4ff 100644 --- a/pkg/dart_internal/LICENSE +++ b/pkg/dart_internal/LICENSE @@ -1,4 +1,5 @@ -Copyright 2017, the Dart project authors. All rights reserved. +Copyright 2017, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 8713d70c8ee5a28e7beccc6a88110062cf1cb91b Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:08:56 -0700 Subject: [PATCH 12/31] Update LICENSE --- pkg/dartdev/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/dartdev/LICENSE b/pkg/dartdev/LICENSE index 18daf2b5bd9a..ed0a3506e2f9 100644 --- a/pkg/dartdev/LICENSE +++ b/pkg/dartdev/LICENSE @@ -1,4 +1,5 @@ -Copyright 2020, the Dart project authors. All rights reserved. +Copyright 2020, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 72e051b438b386ecb69633fa58f22658b3e30f70 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:09:53 -0700 Subject: [PATCH 13/31] Update LICENSE --- pkg/dds/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/dds/LICENSE b/pkg/dds/LICENSE index 18daf2b5bd9a..ed0a3506e2f9 100644 --- a/pkg/dds/LICENSE +++ b/pkg/dds/LICENSE @@ -1,4 +1,5 @@ -Copyright 2020, the Dart project authors. All rights reserved. +Copyright 2020, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From f49f01e9c07cec6fc0004cfcd77967bf8e77fba5 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:10:37 -0700 Subject: [PATCH 14/31] Update LICENSE --- pkg/dev_compiler/LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/dev_compiler/LICENSE b/pkg/dev_compiler/LICENSE index 9276409755e8..dbd2843a0836 100644 --- a/pkg/dev_compiler/LICENSE +++ b/pkg/dev_compiler/LICENSE @@ -1,4 +1,4 @@ -Copyright 2015, the Dart project authors. All rights reserved. +Copyright 2015, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 74b28dace9ceb4d173ef37b1afd87ecbdaa3bbc2 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:11:16 -0700 Subject: [PATCH 15/31] Update LICENSE --- pkg/diagnostic/LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/diagnostic/LICENSE b/pkg/diagnostic/LICENSE index c4dc9ba3c6d2..453c8370b01e 100644 --- a/pkg/diagnostic/LICENSE +++ b/pkg/diagnostic/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018, the Dart project authors. All rights reserved. +Copyright 2018, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +9,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 1ae19a0d77f296b3097e59296c9c955cd5ea4a39 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:11:51 -0700 Subject: [PATCH 16/31] Update LICENSE --- pkg/expect/LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/expect/LICENSE b/pkg/expect/LICENSE index 5c60afea399d..1b6eb3594dae 100644 --- a/pkg/expect/LICENSE +++ b/pkg/expect/LICENSE @@ -1,4 +1,4 @@ -Copyright 2014, the Dart project authors. All rights reserved. +Copyright 2014, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +9,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 78d3e832e844efb555c13c5293dd6b317059e766 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:12:14 -0700 Subject: [PATCH 17/31] Update LICENSE --- pkg/diagnostic/LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/diagnostic/LICENSE b/pkg/diagnostic/LICENSE index 453c8370b01e..9972f6e705e7 100644 --- a/pkg/diagnostic/LICENSE +++ b/pkg/diagnostic/LICENSE @@ -1,4 +1,5 @@ Copyright 2018, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From 33b6e327511fc80b545fa10a4411e4866b083587 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:15:08 -0700 Subject: [PATCH 18/31] Update LICENSE --- pkg/front_end/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/front_end/LICENSE b/pkg/front_end/LICENSE index 82e9b524aaf3..2372431342dd 100644 --- a/pkg/front_end/LICENSE +++ b/pkg/front_end/LICENSE @@ -1,4 +1,5 @@ -Copyright 2016, the Dart project authors. All rights reserved. +Copyright 2016, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From b1ade737d70ad5199629ac6fe5cbad2aaa6d79df Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:15:32 -0700 Subject: [PATCH 19/31] Update LICENSE --- pkg/frontend_server/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/frontend_server/LICENSE b/pkg/frontend_server/LICENSE index f75d7c237ab1..767000764bc7 100644 --- a/pkg/frontend_server/LICENSE +++ b/pkg/frontend_server/LICENSE @@ -1,4 +1,5 @@ -Copyright 2019, the Dart project authors. All rights reserved. +Copyright 2019, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 91d9b94649bc6f7c2610c3fbe7f5ef33bb3b6d08 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:16:22 -0700 Subject: [PATCH 20/31] Update LICENSE --- pkg/js/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/js/LICENSE b/pkg/js/LICENSE index 72059529fc13..c2730c930954 100644 --- a/pkg/js/LICENSE +++ b/pkg/js/LICENSE @@ -1,4 +1,5 @@ -Copyright 2012, the Dart project authors. All rights reserved. +Copyright 2012, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 80473a5725a9243779225279ac9f9c6376ee7f0c Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:16:41 -0700 Subject: [PATCH 21/31] Update LICENSE --- pkg/js_ast/LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/js_ast/LICENSE b/pkg/js_ast/LICENSE index de31e1a0a48a..1bc74089df21 100644 --- a/pkg/js_ast/LICENSE +++ b/pkg/js_ast/LICENSE @@ -1,4 +1,4 @@ -Copyright 2015, the Dart project authors. All rights reserved. +Copyright 2015, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +9,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From db748c58372a3ba4223fda52f066a72916fda55a Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:17:37 -0700 Subject: [PATCH 22/31] Update LICENSE --- pkg/kernel/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/kernel/LICENSE b/pkg/kernel/LICENSE index 82e9b524aaf3..ac7d7af0f54c 100644 --- a/pkg/kernel/LICENSE +++ b/pkg/kernel/LICENSE @@ -1,4 +1,5 @@ -Copyright 2016, the Dart project authors. All rights reserved. +Copyright 2016, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 46d1567e535ca51ceea9b92dbaf8240a8381899b Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:18:11 -0700 Subject: [PATCH 23/31] Update LICENSE --- pkg/meta/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/meta/LICENSE b/pkg/meta/LICENSE index 82e9b524aaf3..ac7d7af0f54c 100644 --- a/pkg/meta/LICENSE +++ b/pkg/meta/LICENSE @@ -1,4 +1,5 @@ -Copyright 2016, the Dart project authors. All rights reserved. +Copyright 2016, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 0841a6a7bde56cbb886a209ef5195761aff6533f Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:19:01 -0700 Subject: [PATCH 24/31] Update LICENSE --- pkg/native_stack_traces/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/native_stack_traces/LICENSE b/pkg/native_stack_traces/LICENSE index 18daf2b5bd9a..467a98286277 100644 --- a/pkg/native_stack_traces/LICENSE +++ b/pkg/native_stack_traces/LICENSE @@ -1,4 +1,5 @@ -Copyright 2020, the Dart project authors. All rights reserved. +Copyright 2020, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 94c4b081fd8a0169ee5f405e923c1d530882e2e9 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:19:26 -0700 Subject: [PATCH 25/31] Update LICENSE --- pkg/nnbd_migration/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/nnbd_migration/LICENSE b/pkg/nnbd_migration/LICENSE index f75d7c237ab1..a0d5f5431886 100644 --- a/pkg/nnbd_migration/LICENSE +++ b/pkg/nnbd_migration/LICENSE @@ -1,4 +1,5 @@ -Copyright 2019, the Dart project authors. All rights reserved. +Copyright 2019, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 582e6069cdae8b2d06fed0101e18fb072aaea1cb Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:39:58 -0700 Subject: [PATCH 26/31] Update LICENSE --- pkg/telemetry/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/telemetry/LICENSE b/pkg/telemetry/LICENSE index 389ce9856341..03af64abe4ff 100644 --- a/pkg/telemetry/LICENSE +++ b/pkg/telemetry/LICENSE @@ -1,4 +1,5 @@ -Copyright 2017, the Dart project authors. All rights reserved. +Copyright 2017, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 4b8ee0e7edfbbe25f67151864dfad6c341a0b434 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:40:52 -0700 Subject: [PATCH 27/31] Update LICENSE --- pkg/vm/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/vm/LICENSE b/pkg/vm/LICENSE index 389ce9856341..03af64abe4ff 100644 --- a/pkg/vm/LICENSE +++ b/pkg/vm/LICENSE @@ -1,4 +1,5 @@ -Copyright 2017, the Dart project authors. All rights reserved. +Copyright 2017, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 6b7a6b8e6502aceab5143e876bb845ed51afbe3e Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:41:58 -0700 Subject: [PATCH 28/31] Update LICENSE --- pkg/vm_snapshot_analysis/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/vm_snapshot_analysis/LICENSE b/pkg/vm_snapshot_analysis/LICENSE index 18daf2b5bd9a..ed0a3506e2f9 100644 --- a/pkg/vm_snapshot_analysis/LICENSE +++ b/pkg/vm_snapshot_analysis/LICENSE @@ -1,4 +1,5 @@ -Copyright 2020, the Dart project authors. All rights reserved. +Copyright 2020, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 2db708d536dff1ffd212969a032986aa4e2a2045 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:42:32 -0700 Subject: [PATCH 29/31] Update LICENSE --- pkg/wasm/LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/wasm/LICENSE b/pkg/wasm/LICENSE index 18daf2b5bd9a..ed0a3506e2f9 100644 --- a/pkg/wasm/LICENSE +++ b/pkg/wasm/LICENSE @@ -1,4 +1,5 @@ -Copyright 2020, the Dart project authors. All rights reserved. +Copyright 2020, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,7 +10,7 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. From 2accbc05eaf40207e8ecdd990ecb745ad261a9b2 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:48:26 -0700 Subject: [PATCH 30/31] Update LICENSE --- pkg/expect/LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/expect/LICENSE b/pkg/expect/LICENSE index 1b6eb3594dae..000cd7becadd 100644 --- a/pkg/expect/LICENSE +++ b/pkg/expect/LICENSE @@ -1,4 +1,5 @@ Copyright 2014, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From ef99764a14ebc09bbc0092048500778e255696d1 Mon Sep 17 00:00:00 2001 From: Franklin Yow <58489007+franklinyow@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:50:45 -0700 Subject: [PATCH 31/31] Update LICENSE --- pkg/js_ast/LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/js_ast/LICENSE b/pkg/js_ast/LICENSE index 1bc74089df21..dbd2843a0836 100644 --- a/pkg/js_ast/LICENSE +++ b/pkg/js_ast/LICENSE @@ -1,4 +1,5 @@ Copyright 2015, the Dart project authors. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: