From a1dc496156f9a9eb0cb2f1b74544fc91d966d2cf Mon Sep 17 00:00:00 2001 From: sg481n Date: Wed, 9 Aug 2017 23:35:37 -0400 Subject:  [AAF-23] Updated Copyright Headers for AAF Inno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie0a8b071325243a50270424f398653a62ca2cda6 Signed-off-by: sg481n --- xgen/src/main/java/com/att/xgen/html/HTML4Gen.java | 3 +-- xgen/src/main/java/com/att/xgen/html/HTML5Gen.java | 3 +-- xgen/src/main/java/com/att/xgen/html/HTMLCacheGen.java | 3 +-- xgen/src/main/java/com/att/xgen/html/HTMLGen.java | 3 +-- xgen/src/main/java/com/att/xgen/html/Imports.java | 3 +-- xgen/src/main/java/com/att/xgen/html/JSGen.java | 3 +-- xgen/src/main/java/com/att/xgen/html/State.java | 3 +-- xgen/src/main/java/com/att/xgen/html/Thematic.java | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) (limited to 'xgen/src/main/java/com/att/xgen/html') diff --git a/xgen/src/main/java/com/att/xgen/html/HTML4Gen.java b/xgen/src/main/java/com/att/xgen/html/HTML4Gen.java index 7be425a..88cae0a 100644 --- a/xgen/src/main/java/com/att/xgen/html/HTML4Gen.java +++ b/xgen/src/main/java/com/att/xgen/html/HTML4Gen.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. diff --git a/xgen/src/main/java/com/att/xgen/html/HTML5Gen.java b/xgen/src/main/java/com/att/xgen/html/HTML5Gen.java index f41575c..217a764 100644 --- a/xgen/src/main/java/com/att/xgen/html/HTML5Gen.java +++ b/xgen/src/main/java/com/att/xgen/html/HTML5Gen.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. diff --git a/xgen/src/main/java/com/att/xgen/html/HTMLCacheGen.java b/xgen/src/main/java/com/att/xgen/html/HTMLCacheGen.java index 23a4234..a53370a 100644 --- a/xgen/src/main/java/com/att/xgen/html/HTMLCacheGen.java +++ b/xgen/src/main/java/com/att/xgen/html/HTMLCacheGen.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. diff --git a/xgen/src/main/java/com/att/xgen/html/HTMLGen.java b/xgen/src/main/java/com/att/xgen/html/HTMLGen.java index e40b588..3827884 100644 --- a/xgen/src/main/java/com/att/xgen/html/HTMLGen.java +++ b/xgen/src/main/java/com/att/xgen/html/HTMLGen.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. diff --git a/xgen/src/main/java/com/att/xgen/html/Imports.java b/xgen/src/main/java/com/att/xgen/html/Imports.java index d47b663..941fe5f 100644 --- a/xgen/src/main/java/com/att/xgen/html/Imports.java +++ b/xgen/src/main/java/com/att/xgen/html/Imports.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. diff --git a/xgen/src/main/java/com/att/xgen/html/JSGen.java b/xgen/src/main/java/com/att/xgen/html/JSGen.java index 664f399..02662ab 100644 --- a/xgen/src/main/java/com/att/xgen/html/JSGen.java +++ b/xgen/src/main/java/com/att/xgen/html/JSGen.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. diff --git a/xgen/src/main/java/com/att/xgen/html/State.java b/xgen/src/main/java/com/att/xgen/html/State.java index 23b0807..6a73ad6 100644 --- a/xgen/src/main/java/com/att/xgen/html/State.java +++ b/xgen/src/main/java/com/att/xgen/html/State.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. diff --git a/xgen/src/main/java/com/att/xgen/html/Thematic.java b/xgen/src/main/java/com/att/xgen/html/Thematic.java index a0d4ddb..865be9b 100644 --- a/xgen/src/main/java/com/att/xgen/html/Thematic.java +++ b/xgen/src/main/java/com/att/xgen/html/Thematic.java @@ -1,9 +1,8 @@ /******************************************************************************* * ============LICENSE_START==================================================== - * * org.onap.aai + * * org.onap.aaf * * =========================================================================== * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * * Copyright © 2017 Amdocs * * =========================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. -- cgit 1.2.3-korg