fix folder-edit license headers

This commit is contained in:
DominikIwanek
2024-05-08 12:30:44 +02:00
committed by VitoAlbano
parent 3668ab5c6b
commit dee7758baf
2 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/*!
* @license
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
* Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,6 +1,6 @@
/*!
* @license
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
* Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -53,11 +53,7 @@ export class FolderEditDirective {
}
}
constructor(
public dialogRef: MatDialog,
public elementRef: ElementRef,
public content: ContentService
) {}
constructor(public dialogRef: MatDialog, public elementRef: ElementRef, public content: ContentService) {}
private get dialogConfig() {
const { folder } = this;