From 19f0461f68c09e4855df5b7114800c8dd67490f4 Mon Sep 17 00:00:00 2001 From: ss412g Date: Wed, 13 Nov 2019 14:16:27 +0200 Subject: [PATCH] Fix license issues Change-Id: Ibbde1a2d8f6fdd7352371d539b1dd4bf58fbfae7 Signed-off-by: ss412g --- RSM/enums/message_direction.go | 17 +++++++++++++++++ RSM/enums/registration_request.go | 17 +++++++++++++++++ RSM/enums/reporting_periodicity.go | 17 +++++++++++++++++ RSM/enums/reporting_periodicity_csir.go | 17 +++++++++++++++++ RSM/enums/reporting_periodicity_rsr_pmr.go | 19 ++++++++++++++++++- 5 files changed, 86 insertions(+), 1 deletion(-) diff --git a/RSM/enums/message_direction.go b/RSM/enums/message_direction.go index 6697e13..ea6436a 100644 --- a/RSM/enums/message_direction.go +++ b/RSM/enums/message_direction.go @@ -1,3 +1,20 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// 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. +// + package enums import ( diff --git a/RSM/enums/registration_request.go b/RSM/enums/registration_request.go index 1afb010..96e0dfd 100644 --- a/RSM/enums/registration_request.go +++ b/RSM/enums/registration_request.go @@ -1,3 +1,20 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// 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. +// + package enums type Registration_Request int diff --git a/RSM/enums/reporting_periodicity.go b/RSM/enums/reporting_periodicity.go index e5d5bbc..7a589e7 100644 --- a/RSM/enums/reporting_periodicity.go +++ b/RSM/enums/reporting_periodicity.go @@ -1,3 +1,20 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// 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. +// + package enums import ( diff --git a/RSM/enums/reporting_periodicity_csir.go b/RSM/enums/reporting_periodicity_csir.go index b0be47f..b4217ed 100644 --- a/RSM/enums/reporting_periodicity_csir.go +++ b/RSM/enums/reporting_periodicity_csir.go @@ -1,3 +1,20 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// 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. +// + package enums import "strconv" diff --git a/RSM/enums/reporting_periodicity_rsr_pmr.go b/RSM/enums/reporting_periodicity_rsr_pmr.go index baf840e..492c649 100644 --- a/RSM/enums/reporting_periodicity_rsr_pmr.go +++ b/RSM/enums/reporting_periodicity_rsr_pmr.go @@ -1,3 +1,20 @@ +// +// Copyright 2019 AT&T Intellectual Property +// Copyright 2019 Nokia +// +// 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. +// + package enums import ( @@ -47,4 +64,4 @@ func GetReportingPeriodicityRsrPmrValuesAsKeys() []int { } return keys -} \ No newline at end of file +} -- 2.16.6