sangyun-han
Committed by Gerrit Code Review

Remove repeated license

Change-Id: I6bb5e769d0adf9e5e71e718196afb4356d4c8335
...@@ -13,25 +13,8 @@ ...@@ -13,25 +13,8 @@
13 * See the License for the specific language governing permissions and 13 * See the License for the specific language governing permissions and
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 -
17 package org.onosproject.provider.snmp.device.impl; 16 package org.onosproject.provider.snmp.device.impl;
18 17
19 -/*
20 - * Copyright 2015 Open Networking Laboratory
21 - *
22 - * Licensed under the Apache License, Version 2.0 (the "License");
23 - * you may not use this file except in compliance with the License.
24 - * You may obtain a copy of the License at
25 - *
26 - * http://www.apache.org/licenses/LICENSE-2.0
27 - *
28 - * Unless required by applicable law or agreed to in writing, software
29 - * distributed under the License is distributed on an "AS IS" BASIS,
30 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 - * See the License for the specific language governing permissions and
32 - * limitations under the License.
33 - */
34 -
35 import com.fasterxml.jackson.databind.JsonNode; 18 import com.fasterxml.jackson.databind.JsonNode;
36 import com.google.common.annotations.Beta; 19 import com.google.common.annotations.Beta;
37 import com.google.common.collect.Sets; 20 import com.google.common.collect.Sets;
......