From 24bda8ec0e89e248a780b07a0deeb9e7167e8954 Mon Sep 17 00:00:00 2001 From: Alisa Arkalykova <49148189+alisiska@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:08:46 +0200 Subject: [PATCH] update --- src/app/app-routing.module.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 257d3d7..e14fe6c 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -1,3 +1,22 @@ +/* +* ------ BEGIN LICENSE ATTRIBUTION ------ +* +* Portions of this file have been appropriated or derived from the following project(s) and therefore require attribution to the original licenses and authors. +* +* Repository: https://github.com/angular/angular-bazel-example +* Source File: src/app/app-routing.module.ts +* +* Copyrights: +* copyright (c) 2014-2017 google, inc. http://angular.io +* +* Licenses: +* MIT License +* SPDXId: MIT +* +* Auto-attribution by Threatrix, Inc. +* +* ------ END LICENSE ATTRIBUTION ------ +*/ import { NgModule } from '@angular/core'; import { PreloadAllModules, RouterModule, Routes } from '@angular/router';