Fix header info of catalog-ui ng2 21/68621/2
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 24 Sep 2018 07:58:38 +0000 (15:58 +0800)
committerMichael Lando <ml636r@att.com>
Tue, 25 Sep 2018 20:08:47 +0000 (20:08 +0000)
Change-Id: Icc47430233266218e793fa5dce1cb4cc91824aa5
Issue-ID: SDC-1770
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
catalog-ui/src/app/ng2/config/sdc-config.config.factory.ts
catalog-ui/src/app/ng2/config/sdc-config.config.ts
catalog-ui/src/app/ng2/config/sdc-menu.config.factory.ts
catalog-ui/src/app/ng2/config/sdc-menu.config.ts
catalog-ui/src/app/ng2/config/translation.service.config.factory.ts
catalog-ui/src/app/ng2/config/translation.service.config.ts

index b0fa17d..cab133f 100644 (file)
@@ -1,3 +1,20 @@
+/*--
+ ~ Copyright (C) 2018 AT&T Intellectual Property. 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.
+  ~ 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.
+  -- */
+  
+  
 declare const __ENV__:string;
 
 export interface ISdcConfig {
index 197cc8b..b10a878 100644 (file)
@@ -1,4 +1,20 @@
-import {Provider, OpaqueToken} from "@angular/core";
+/*--
+ ~ Copyright (C) 2018 AT&T Intellectual Property. 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.
+  ~ 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 {Provider, OpaqueToken} from "@angular/core";
 import {getSdcConfig, ISdcConfig} from "./sdc-config.config.factory";
 
 export { ISdcConfig };
index 4417c32..0e2b93d 100644 (file)
@@ -1,3 +1,19 @@
+/*--
+ ~ Copyright (C) 2018 AT&T Intellectual Property. 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.
+  ~ 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 {IAppMenu} from "app/models";
 
 export function getSdcMenu() : IAppMenu{
index 07680b5..44c2d28 100644 (file)
@@ -1,3 +1,20 @@
+/*--
+ ~ Copyright (C) 2018 AT&T Intellectual Property. 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.
+  ~ 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 {Provider, OpaqueToken} from "@angular/core";
 import {getSdcMenu} from "./sdc-menu.config.factory";
 import {IAppMenu} from "app/models";
index c435e45..77ab32f 100644 (file)
@@ -1,3 +1,20 @@
+/*--
+ ~ Copyright (C) 2018 AT&T Intellectual Property. 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.
+  ~ 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 { ITranslateServiceConfig } from "../shared/translator/translate.service.config";
 
 declare const __ENV__:string;
index 9c2df7a..a70d9f4 100644 (file)
@@ -1,3 +1,20 @@
+/*--
+ ~ Copyright (C) 2018 AT&T Intellectual Property. 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.
+  ~ 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 { Provider } from "@angular/core";
 import { TranslateServiceConfigToken } from "../shared/translator/translate.service.config";
 import { getTranslationServiceConfig } from "./translation.service.config.factory";