summaryrefslogtreecommitdiffstats
path: root/xgen
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-08-09 23:35:37 -0400
committersg481n <sg481n@att.com>2017-08-09 23:35:37 -0400
commita1dc496156f9a9eb0cb2f1b74544fc91d966d2cf (patch)
tree60f8be4aec5460b547ab55a833ef32a68657e9f3 /xgen
parent37e47101836b20ee495962a6d813a9d5f8d9109a (diff)
 [AAF-23] Updated Copyright Headers for AAF Inno
Change-Id: Ie0a8b071325243a50270424f398653a62ca2cda6 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'xgen')
-rw-r--r--xgen/.gitignore5
-rw-r--r--xgen/pom.xml3
-rw-r--r--xgen/src/main/java/com/att/xgen/Back.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/Cache.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/CacheGen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/Code.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/DynamicCode.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/Mark.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/Section.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/XGen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/XGenBuff.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/HTML4Gen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/HTML5Gen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/HTMLCacheGen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/HTMLGen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/Imports.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/JSGen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/State.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/html/Thematic.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/xml/XMLCacheGen.java3
-rw-r--r--xgen/src/main/java/com/att/xgen/xml/XMLGen.java3
21 files changed, 20 insertions, 45 deletions
diff --git a/xgen/.gitignore b/xgen/.gitignore
deleted file mode 100644
index cf85207..0000000
--- a/xgen/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
diff --git a/xgen/pom.xml b/xgen/pom.xml
index 5b558ea..ab97c6d 100644
--- a/xgen/pom.xml
+++ b/xgen/pom.xml
@@ -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/Back.java b/xgen/src/main/java/com/att/xgen/Back.java
index e2b94b2..154ba88 100644
--- a/xgen/src/main/java/com/att/xgen/Back.java
+++ b/xgen/src/main/java/com/att/xgen/Back.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/Cache.java b/xgen/src/main/java/com/att/xgen/Cache.java
index 31f7420..6c887cc 100644
--- a/xgen/src/main/java/com/att/xgen/Cache.java
+++ b/xgen/src/main/java/com/att/xgen/Cache.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/CacheGen.java b/xgen/src/main/java/com/att/xgen/CacheGen.java
index b3e0491..371cf87 100644
--- a/xgen/src/main/java/com/att/xgen/CacheGen.java
+++ b/xgen/src/main/java/com/att/xgen/CacheGen.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/Code.java b/xgen/src/main/java/com/att/xgen/Code.java
index 556b05a..70d0c74 100644
--- a/xgen/src/main/java/com/att/xgen/Code.java
+++ b/xgen/src/main/java/com/att/xgen/Code.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/DynamicCode.java b/xgen/src/main/java/com/att/xgen/DynamicCode.java
index 810f918..f1cc4c4 100644
--- a/xgen/src/main/java/com/att/xgen/DynamicCode.java
+++ b/xgen/src/main/java/com/att/xgen/DynamicCode.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/Mark.java b/xgen/src/main/java/com/att/xgen/Mark.java
index e2e87d3..4b148d2 100644
--- a/xgen/src/main/java/com/att/xgen/Mark.java
+++ b/xgen/src/main/java/com/att/xgen/Mark.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/Section.java b/xgen/src/main/java/com/att/xgen/Section.java
index 7fa5761..1b16986 100644
--- a/xgen/src/main/java/com/att/xgen/Section.java
+++ b/xgen/src/main/java/com/att/xgen/Section.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/XGen.java b/xgen/src/main/java/com/att/xgen/XGen.java
index 1ca6f46..fe6acba 100644
--- a/xgen/src/main/java/com/att/xgen/XGen.java
+++ b/xgen/src/main/java/com/att/xgen/XGen.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/XGenBuff.java b/xgen/src/main/java/com/att/xgen/XGenBuff.java
index d27b030..bf63e19 100644
--- a/xgen/src/main/java/com/att/xgen/XGenBuff.java
+++ b/xgen/src/main/java/com/att/xgen/XGenBuff.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/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.
diff --git a/xgen/src/main/java/com/att/xgen/xml/XMLCacheGen.java b/xgen/src/main/java/com/att/xgen/xml/XMLCacheGen.java
index 8fc2692..0e00a41 100644
--- a/xgen/src/main/java/com/att/xgen/xml/XMLCacheGen.java
+++ b/xgen/src/main/java/com/att/xgen/xml/XMLCacheGen.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/xml/XMLGen.java b/xgen/src/main/java/com/att/xgen/xml/XMLGen.java
index 2321724..ac9d689 100644
--- a/xgen/src/main/java/com/att/xgen/xml/XMLGen.java
+++ b/xgen/src/main/java/com/att/xgen/xml/XMLGen.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.