From 1b4dcc01ff385b5eb33eb35e4f299c6a4be7fe95 Mon Sep 17 00:00:00 2001 From: Shuaib Hasan Akib Date: Mon, 12 Jan 2026 13:50:25 +0600 Subject: [PATCH] docs: replace old https://angular.io/license with https://angular.dev/license --- devtools/tools/angular-optimization/ensure-no-linker-decl.mjs | 2 +- devtools/tools/angular-optimization/esbuild-plugin.d.ts | 2 +- devtools/tools/angular-optimization/esbuild-plugin.mjs | 2 +- modules/utilities/e2e_util.ts | 2 +- modules/utilities/index.ts | 2 +- modules/utilities/perf_util.ts | 2 +- packages/compiler-cli/test/ngtsc/debug_transform_spec.ts | 2 +- packages/core/primitives/signals/src/formatter.ts | 2 +- .../directives/reactive_directives/abstract_form.directive.ts | 2 +- .../src/directives/reactive_directives/form_array_directive.ts | 2 +- tools/tslint/noImplicitOverrideAbstractRule.ts | 2 +- tools/tslint/validateImportForEsmCjsInteropRule.ts | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devtools/tools/angular-optimization/ensure-no-linker-decl.mjs b/devtools/tools/angular-optimization/ensure-no-linker-decl.mjs index 55c4c4dbe12..7f3969f0302 100644 --- a/devtools/tools/angular-optimization/ensure-no-linker-decl.mjs +++ b/devtools/tools/angular-optimization/ensure-no-linker-decl.mjs @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ /** Naively checks whether this node path resolves to an Angular declare invocation. */ diff --git a/devtools/tools/angular-optimization/esbuild-plugin.d.ts b/devtools/tools/angular-optimization/esbuild-plugin.d.ts index ed44963b031..46c9b3545a3 100644 --- a/devtools/tools/angular-optimization/esbuild-plugin.d.ts +++ b/devtools/tools/angular-optimization/esbuild-plugin.d.ts @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import {PluginItem} from '@babel/core'; diff --git a/devtools/tools/angular-optimization/esbuild-plugin.mjs b/devtools/tools/angular-optimization/esbuild-plugin.mjs index 6825ba7527f..17cf3a0011f 100644 --- a/devtools/tools/angular-optimization/esbuild-plugin.mjs +++ b/devtools/tools/angular-optimization/esbuild-plugin.mjs @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import fs from 'fs'; diff --git a/modules/utilities/e2e_util.ts b/modules/utilities/e2e_util.ts index d134a9907fa..72e7a2d93fd 100644 --- a/modules/utilities/e2e_util.ts +++ b/modules/utilities/e2e_util.ts @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ /* tslint:disable:no-console */ diff --git a/modules/utilities/index.ts b/modules/utilities/index.ts index 82e472542dd..a4cd97cf823 100644 --- a/modules/utilities/index.ts +++ b/modules/utilities/index.ts @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ export {openBrowser, verifyNoBrowserErrors} from './e2e_util'; export {runBenchmark} from './perf_util'; diff --git a/modules/utilities/perf_util.ts b/modules/utilities/perf_util.ts index 74707f8f2e8..287fc6760c4 100644 --- a/modules/utilities/perf_util.ts +++ b/modules/utilities/perf_util.ts @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import {randomUUID} from 'node:crypto'; diff --git a/packages/compiler-cli/test/ngtsc/debug_transform_spec.ts b/packages/compiler-cli/test/ngtsc/debug_transform_spec.ts index ce77e222025..a7ded6f46b5 100644 --- a/packages/compiler-cli/test/ngtsc/debug_transform_spec.ts +++ b/packages/compiler-cli/test/ngtsc/debug_transform_spec.ts @@ -3,7 +3,7 @@ * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import {runInEachFileSystem} from '../../src/ngtsc/file_system/testing'; diff --git a/packages/core/primitives/signals/src/formatter.ts b/packages/core/primitives/signals/src/formatter.ts index d67f722d171..101532954ce 100644 --- a/packages/core/primitives/signals/src/formatter.ts +++ b/packages/core/primitives/signals/src/formatter.ts @@ -3,7 +3,7 @@ * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import {SIGNAL} from './graph'; diff --git a/packages/forms/src/directives/reactive_directives/abstract_form.directive.ts b/packages/forms/src/directives/reactive_directives/abstract_form.directive.ts index fce0fc24240..b90e7d20c4e 100644 --- a/packages/forms/src/directives/reactive_directives/abstract_form.directive.ts +++ b/packages/forms/src/directives/reactive_directives/abstract_form.directive.ts @@ -3,7 +3,7 @@ * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import { diff --git a/packages/forms/src/directives/reactive_directives/form_array_directive.ts b/packages/forms/src/directives/reactive_directives/form_array_directive.ts index c67854eaaca..68be7fe79ab 100644 --- a/packages/forms/src/directives/reactive_directives/form_array_directive.ts +++ b/packages/forms/src/directives/reactive_directives/form_array_directive.ts @@ -3,7 +3,7 @@ * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import {Directive, EventEmitter, forwardRef, Input, Output, Provider} from '@angular/core'; diff --git a/tools/tslint/noImplicitOverrideAbstractRule.ts b/tools/tslint/noImplicitOverrideAbstractRule.ts index 96a2421886b..d5ba727edbc 100644 --- a/tools/tslint/noImplicitOverrideAbstractRule.ts +++ b/tools/tslint/noImplicitOverrideAbstractRule.ts @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import {Replacement, RuleFailure, WalkContext} from 'tslint/lib'; diff --git a/tools/tslint/validateImportForEsmCjsInteropRule.ts b/tools/tslint/validateImportForEsmCjsInteropRule.ts index 35833f03150..590826ee5dd 100644 --- a/tools/tslint/validateImportForEsmCjsInteropRule.ts +++ b/tools/tslint/validateImportForEsmCjsInteropRule.ts @@ -3,7 +3,7 @@ * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import {RuleFailure, WalkContext} from 'tslint/lib';