[KON-473]
Fixing - Code Review Findings
diff --git a/src/app/shared/directives/form-disable.directive.spec.ts b/src/app/shared/directives/form-disable.directive.spec.ts
index 4828c73..0dd8767 100644
--- a/src/app/shared/directives/form-disable.directive.spec.ts
+++ b/src/app/shared/directives/form-disable.directive.spec.ts
@@ -1,5 +1,16 @@
-import { PermissionsModel } from '@shared/models/permissions.model';
-import { FormDisableDirective } from './form-disable.directive';
+/********************************************************************************
+ * Copyright (c) 2020 Contributors to the Eclipse Foundation
+ *
+ * See the NOTICE file(s) distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v. 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0.
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ ********************************************************************************/
+import { FormDisableDirective } from '@shared/directives/form-disable.directive';
 import { async } from '@angular/core/testing';
 import { of } from 'rxjs/observable/of';
 
diff --git a/src/app/shared/directives/visible-by-right.spec.ts b/src/app/shared/directives/visible-by-right.spec.ts
index c61b50e..14f43c6 100644
--- a/src/app/shared/directives/visible-by-right.spec.ts
+++ b/src/app/shared/directives/visible-by-right.spec.ts
@@ -1,5 +1,16 @@
+/********************************************************************************
+ * Copyright (c) 2020 Contributors to the Eclipse Foundation
+ *
+ * See the NOTICE file(s) distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v. 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0.
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ ********************************************************************************/
 import { VisibleByRightDirective } from '@shared/directives/visible-by-right';
-import { PermissionsModel } from '@shared/models/permissions.model';
 import { async } from '@angular/core/testing';
 import { of } from 'rxjs/observable/of';