From 19332dc098feadb3a4a512d125010785e366ef22 Mon Sep 17 00:00:00 2001 From: Alisa Arkalykova <49148189+alisiska@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:04:49 +0200 Subject: [PATCH] update --- src/main.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/main.ts b/src/main.ts index c58dc05..a0c7c89 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,3 +1,31 @@ +/* +* ------ 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/vercel/vercel +* Source File: examples/angular/src/main.ts +* +* Copyrights: +* copyright (c) 2019 +* copyright (c) 2018, alexander lozada +* copyright (c) 2016 bud parr +* copyright 2015 drifty co +* copyright (c) 2015 gatsbyjs +* copyright 2012 moneydesktop inc +* copyright (c) 2020 redwood +* copyright (c) 2013 tommy chen +* copyright 2017 vercel, inc +* copyright (c) 2022 zach leatherman @zachleat +* +* Licenses: +* Apache License 2.0 +* SPDXId: Apache-2.0 +* +* Auto-attribution by Threatrix, Inc. +* +* ------ END LICENSE ATTRIBUTION ------ +*/ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { AppModule } from './app/app.module';