From c3aceff27320c6281dbfb2040bb6ca6fb11e3cf9 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Fri, 18 Nov 2016 12:58:23 -0800 Subject: [PATCH] Fix copyright headers Change-Id: Idbefca488773b7cf0820a8f576287c9a1f195340 --- .../onosproject/vpls/cli/VplsCommandUtils.java | 15 +++++++++++++++ .../vpls/VplsConfigurationServiceAdapter.java | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/apps/vpls/src/main/java/org/onosproject/vpls/cli/VplsCommandUtils.java b/apps/vpls/src/main/java/org/onosproject/vpls/cli/VplsCommandUtils.java index 52c74a4faf..e37a34d191 100644 --- a/apps/vpls/src/main/java/org/onosproject/vpls/cli/VplsCommandUtils.java +++ b/apps/vpls/src/main/java/org/onosproject/vpls/cli/VplsCommandUtils.java @@ -1,3 +1,18 @@ +/* + * Copyright 2016-present Open Networking Laboratory + * + * 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 org.onosproject.vpls.cli; import com.google.common.collect.SetMultimap; diff --git a/apps/vpls/src/test/java/org/onosproject/vpls/VplsConfigurationServiceAdapter.java b/apps/vpls/src/test/java/org/onosproject/vpls/VplsConfigurationServiceAdapter.java index a534bd21fa..4f7de35895 100644 --- a/apps/vpls/src/test/java/org/onosproject/vpls/VplsConfigurationServiceAdapter.java +++ b/apps/vpls/src/test/java/org/onosproject/vpls/VplsConfigurationServiceAdapter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2016-present Open Networking Laboratory + * + * 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 org.onosproject.vpls; import com.google.common.collect.SetMultimap;