diff options
author | Jerry Flood <jflood@att.com> | 2019-04-19 14:11:27 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-04-19 15:44:54 -0400 |
commit | 266e8659ec80d22eaff56a7306fcef33c3e8b190 (patch) | |
tree | e4104c90939ed904257f60b5efe8bfdf604095cd /cmso-topology/src | |
parent | 9407eccc5c8347c7c92d2f25590d8867213107aa (diff) |
Update license to not be javadoc
Issue-ID: OPTFRA-466
Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-topology/src')
15 files changed, 15 insertions, 15 deletions
diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafAuthorizationFilter.java b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafAuthorizationFilter.java index e2602d0..36e36f9 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafAuthorizationFilter.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafAuthorizationFilter.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafFilter.java b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafFilter.java index e396264..a72a979 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafFilter.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafFilter.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafPerm.java b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafPerm.java index db58156..278f3ab 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafPerm.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafPerm.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRole.java b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRole.java index 65decec..17e3c22 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRole.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRole.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRoleProperties.java b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRoleProperties.java index 2d252f8..7c39fc9 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRoleProperties.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/AafUserRoleProperties.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/FilterPriority.java b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/FilterPriority.java index bfafbd8..2521ef7 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/FilterPriority.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/FilterPriority.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/ResponseFormatter.java b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/ResponseFormatter.java index 518814e..b1a01bc 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/ResponseFormatter.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/aaf/ResponseFormatter.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/SpringProfiles.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/SpringProfiles.java index 4e6455c..5a8171d 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/SpringProfiles.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/SpringProfiles.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * Copyright © 2019 AT&T Intellectual Property. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/Availability.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/Availability.java index 8915653..f2db1e8 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/Availability.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/Availability.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * * Copyright © 2019 AT&T Intellectual Property. * diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/LogMessages.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/LogMessages.java index 4ce4776..b5f1c0e 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/LogMessages.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/common/LogMessages.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * * Copyright © 2019 AT&T Intellectual Property. * diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ConstraintElements.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ConstraintElements.java index b3ff906..fa655df 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ConstraintElements.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ConstraintElements.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * * Copyright © 2019 AT&T Intellectual Property. * diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementCriteria.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementCriteria.java index 6f5e49b..e398903 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementCriteria.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementCriteria.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * * Copyright © 2019 AT&T Intellectual Property. * diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementInfo.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementInfo.java index 0a76c18..569a237 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementInfo.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ElementInfo.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * * Copyright © 2019 AT&T Intellectual Property. * diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/PolicyInfo.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/PolicyInfo.java index 60dca31..2d41444 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/PolicyInfo.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/PolicyInfo.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * * Copyright © 2019 AT&T Intellectual Property. * diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ReferencedElementInfo.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ReferencedElementInfo.java index 9b3d25c..760e735 100644 --- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ReferencedElementInfo.java +++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/models/ReferencedElementInfo.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * * Copyright © 2019 AT&T Intellectual Property. * |