diff --git a/lib/core/src/lib/forgot-password/forgot-password.component.spec.ts b/lib/core/src/lib/forgot-password/forgot-password.component.spec.ts index 9d318c4ef4..22b61c366f 100644 --- a/lib/core/src/lib/forgot-password/forgot-password.component.spec.ts +++ b/lib/core/src/lib/forgot-password/forgot-password.component.spec.ts @@ -28,7 +28,7 @@ describe('ResetPasswordComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ imports: [CoreTestingModule], - declarations: [ForgotPasswordComponent], + declarations: [ForgotPasswordComponent] }); fixture = TestBed.createComponent(ForgotPasswordComponent); diff --git a/lib/core/src/lib/forgot-password/forgot-password.component.ts b/lib/core/src/lib/forgot-password/forgot-password.component.ts index 7bea24a5b5..6d617eedf3 100644 --- a/lib/core/src/lib/forgot-password/forgot-password.component.ts +++ b/lib/core/src/lib/forgot-password/forgot-password.component.ts @@ -1,9 +1,18 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * @license + * Copyright 2019 Alfresco Software, Ltd. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ import { Component, OnInit } from '@angular/core'; diff --git a/lib/core/src/lib/forgot-password/forgot-password.module.ts b/lib/core/src/lib/forgot-password/forgot-password.module.ts index 9cce8786cd..a95fcee11b 100644 --- a/lib/core/src/lib/forgot-password/forgot-password.module.ts +++ b/lib/core/src/lib/forgot-password/forgot-password.module.ts @@ -1,9 +1,18 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * @license + * Copyright 2019 Alfresco Software, Ltd. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ import { CommonModule } from '@angular/common'; diff --git a/lib/core/src/lib/login/components/login.component.scss b/lib/core/src/lib/login/components/login.component.scss index da6e07ab89..fc20cc7322 100644 --- a/lib/core/src/lib/login/components/login.component.scss +++ b/lib/core/src/lib/login/components/login.component.scss @@ -257,4 +257,4 @@ border-top: 1px solid rgba(0, 0, 0, 0.1); margin-top: 23px; } -} \ No newline at end of file +}