Thomas Vachuska

Fixing copyrights.

Change-Id: Iacdddaf1b83fa24998730c3f714fcaf35351ae9e
Showing 180 changed files with 897 additions and 246 deletions
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.cord.gui.model; 16 package org.onosproject.cord.gui.model;
2 17
3 import com.fasterxml.jackson.databind.node.ArrayNode; 18 import com.fasterxml.jackson.databind.node.ArrayNode;
......
1 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 1 +<!--
2 - <modelVersion>4.0.0</modelVersion> 2 + ~ Copyright 2015 Open Networking Laboratory
3 - <parent> 3 + ~
4 - <groupId>org.onosproject</groupId> 4 + ~ Licensed under the Apache License, Version 2.0 (the "License");
5 - <artifactId>onos-apps</artifactId> 5 + ~ you may not use this file except in compliance with the License.
6 - <version>1.3.0-SNAPSHOT</version> 6 + ~ You may obtain a copy of the License at
7 - </parent> 7 + ~
8 - <artifactId>onos-app-pcep-api</artifactId> 8 + ~ http://www.apache.org/licenses/LICENSE-2.0
9 - <packaging>bundle</packaging> 9 + ~
10 + ~ Unless required by applicable law or agreed to in writing, software
11 + ~ distributed under the License is distributed on an "AS IS" BASIS,
12 + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + ~ See the License for the specific language governing permissions and
14 + ~ limitations under the License.
15 + -->
16 +<project xmlns="http://maven.apache.org/POM/4.0.0"
17 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19 + <modelVersion>4.0.0</modelVersion>
20 + <parent>
21 + <groupId>org.onosproject</groupId>
22 + <artifactId>onos-apps</artifactId>
23 + <version>1.3.0-SNAPSHOT</version>
24 + </parent>
25 + <artifactId>onos-app-pcep-api</artifactId>
26 + <packaging>bundle</packaging>
10 27
11 - <description>PCEP protocol API</description> 28 + <description>PCEP protocol API</description>
12 </project> 29 </project>
...\ No newline at end of file ...\ No newline at end of file
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.segmentrouting; 16 package org.onosproject.segmentrouting;
2 17
3 import com.google.common.collect.Lists; 18 import com.google.common.collect.Lists;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.segmentrouting.config; 16 package org.onosproject.segmentrouting.config;
2 17
3 import java.util.ArrayList; 18 import java.util.ArrayList;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.segmentrouting.config; 16 package org.onosproject.segmentrouting.config;
2 17
3 import org.onosproject.net.DeviceId; 18 import org.onosproject.net.DeviceId;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.segmentrouting.config; 16 package org.onosproject.segmentrouting.config;
2 17
3 import java.io.File; 18 import java.io.File;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.segmentrouting.config; 16 package org.onosproject.segmentrouting.config;
2 17
3 import java.util.List; 18 import java.util.List;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.segmentrouting.config; 16 package org.onosproject.segmentrouting.config;
2 17
3 import java.util.List; 18 import java.util.List;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.segmentrouting.config; 16 package org.onosproject.segmentrouting.config;
2 17
3 import java.io.IOException; 18 import java.io.IOException;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.messagingperf; 16 package org.onosproject.messagingperf;
2 17
3 import static com.google.common.base.Strings.isNullOrEmpty; 18 import static com.google.common.base.Strings.isNullOrEmpty;
......
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 +<!--
3 + ~ Copyright 2015 Open Networking Laboratory
4 + ~
5 + ~ Licensed under the Apache License, Version 2.0 (the "License");
6 + ~ you may not use this file except in compliance with the License.
7 + ~ You may obtain a copy of the License at
8 + ~
9 + ~ http://www.apache.org/licenses/LICENSE-2.0
10 + ~
11 + ~ Unless required by applicable law or agreed to in writing, software
12 + ~ distributed under the License is distributed on an "AS IS" BASIS,
13 + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 + ~ See the License for the specific language governing permissions and
15 + ~ limitations under the License.
16 + -->
2 <project 17 <project
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 18 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4 - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 19 + xmlns="http://maven.apache.org/POM/4.0.0"
20 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5 <modelVersion>4.0.0</modelVersion> 21 <modelVersion>4.0.0</modelVersion>
6 <parent> 22 <parent>
7 <groupId>org.onosproject</groupId> 23 <groupId>org.onosproject</groupId>
...@@ -26,10 +42,6 @@ ...@@ -26,10 +42,6 @@
26 </dependency> 42 </dependency>
27 <dependency> 43 <dependency>
28 <groupId>org.onosproject</groupId> 44 <groupId>org.onosproject</groupId>
29 - <artifactId>onos-api</artifactId>
30 - </dependency>
31 - <dependency>
32 - <groupId>org.onosproject</groupId>
33 <artifactId>onos-incubator-api</artifactId> 45 <artifactId>onos-incubator-api</artifactId>
34 </dependency> 46 </dependency>
35 <dependency> 47 <dependency>
......
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 +<!--
3 + ~ Copyright 2015 Open Networking Laboratory
4 + ~
5 + ~ Licensed under the Apache License, Version 2.0 (the "License");
6 + ~ you may not use this file except in compliance with the License.
7 + ~ You may obtain a copy of the License at
8 + ~
9 + ~ http://www.apache.org/licenses/LICENSE-2.0
10 + ~
11 + ~ Unless required by applicable law or agreed to in writing, software
12 + ~ distributed under the License is distributed on an "AS IS" BASIS,
13 + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 + ~ See the License for the specific language governing permissions and
15 + ~ limitations under the License.
16 + -->
2 <project 17 <project
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 18 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 19 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.vtnrsc; 16 package org.onosproject.vtnrsc;
2 17
3 import static com.google.common.base.Preconditions.checkNotNull; 18 import static com.google.common.base.Preconditions.checkNotNull;
......
1 /* 1 /*
2 - *Copyright 2015 Open Networking Laboratory 2 + * Copyright 2015 Open Networking Laboratory
3 * 3 *
4 - *Licensed under the Apache License, Version 2.0 (the "License"); 4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 - *you may not use this file except in compliance with the License. 5 + * you may not use this file except in compliance with the License.
6 - *You may obtain a copy of the License at 6 + * You may obtain a copy of the License at
7 * 7 *
8 - * http://www.apache.org/licenses/LICENSE-2.0 8 + * http://www.apache.org/licenses/LICENSE-2.0
9 * 9 *
10 - *Unless required by applicable law or agreed to in writing, software 10 + * Unless required by applicable law or agreed to in writing, software
11 - *distributed under the License is distributed on an "AS IS" BASIS, 11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 - *WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 package org.onosproject.vtnrsc; 16 package org.onosproject.vtnrsc;
17 17
......
1 -/* 1 +/*
2 - * Copyright 2015 Open Porting Laboratory 2 + * Copyright 2015 Open Networking Laboratory
3 - * 3 + *
4 - * Licensed under the Apache License, Version 2.0 (the "License"); 4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 - * you may not use this file except in compliance with the License. 5 + * you may not use this file except in compliance with the License.
6 - * You may obtain a copy of the License at 6 + * You may obtain a copy of the License at
7 - * 7 + *
8 - * http://www.apache.org/licenses/LICENSE-2.0 8 + * http://www.apache.org/licenses/LICENSE-2.0
9 - * 9 + *
10 - * Unless required by applicable law or agreed to in writing, software 10 + * Unless required by applicable law or agreed to in writing, software
11 - * distributed under the License is distributed on an "AS IS" BASIS, 11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 -package org.onosproject.vtnrsc.virtualport; 16 +package org.onosproject.vtnrsc.virtualport;
17 - 17 +
18 -import java.util.Collection; 18 +import java.util.Collection;
19 - 19 +
20 -import org.onosproject.net.DeviceId; 20 +import org.onosproject.net.DeviceId;
21 -import org.onosproject.vtnrsc.TenantId; 21 +import org.onosproject.vtnrsc.TenantId;
22 -import org.onosproject.vtnrsc.TenantNetworkId; 22 +import org.onosproject.vtnrsc.TenantNetworkId;
23 -import org.onosproject.vtnrsc.VirtualPort; 23 +import org.onosproject.vtnrsc.VirtualPort;
24 -import org.onosproject.vtnrsc.VirtualPortId; 24 +import org.onosproject.vtnrsc.VirtualPortId;
25 - 25 +
26 -/** 26 +/**
27 - * Service for interacting with the inventory of virtualPort. 27 + * Service for interacting with the inventory of virtualPort.
28 - */ 28 + */
29 -public interface VirtualPortService { 29 +public interface VirtualPortService {
30 - /** 30 + /**
31 - * Returns if the virtualPort is existed. 31 + * Returns if the virtualPort is existed.
32 - * 32 + *
33 - * @param virtualPortId virtualPort identifier 33 + * @param virtualPortId virtualPort identifier
34 - * @return true or false if one with the given identifier is not existed. 34 + * @return true or false if one with the given identifier is not existed.
35 - */ 35 + */
36 - boolean exists(VirtualPortId virtualPortId); 36 + boolean exists(VirtualPortId virtualPortId);
37 - 37 +
38 - /** 38 + /**
39 - * Returns the virtualPort with the identifier. 39 + * Returns the virtualPort with the identifier.
40 - * 40 + *
41 - * @param virtualPortId virtualPort ID 41 + * @param virtualPortId virtualPort ID
42 - * @return VirtualPort or null if one with the given ID is not know. 42 + * @return VirtualPort or null if one with the given ID is not know.
43 - */ 43 + */
44 - VirtualPort getPort(VirtualPortId virtualPortId); 44 + VirtualPort getPort(VirtualPortId virtualPortId);
45 - 45 +
46 - /** 46 + /**
47 - * Returns the collection of the currently known virtualPort. 47 + * Returns the collection of the currently known virtualPort.
48 - * @return collection of VirtualPort. 48 + * @return collection of VirtualPort.
49 - */ 49 + */
50 - Collection<VirtualPort> getPorts(); 50 + Collection<VirtualPort> getPorts();
51 - 51 +
52 - /** 52 + /**
53 - * Returns the collection of the virtualPorts associated with the networkId. 53 + * Returns the collection of the virtualPorts associated with the networkId.
54 - * 54 + *
55 - * @param networkId the network identifer 55 + * @param networkId the network identifer
56 - * @return collection of virtualPort. 56 + * @return collection of virtualPort.
57 - */ 57 + */
58 - Collection<VirtualPort> getPorts(TenantNetworkId networkId); 58 + Collection<VirtualPort> getPorts(TenantNetworkId networkId);
59 - 59 +
60 - /** 60 + /**
61 - * Returns the collection of the virtualPorts associated with the tenantId. 61 + * Returns the collection of the virtualPorts associated with the tenantId.
62 - * 62 + *
63 - * @param tenantId the tenant identifier 63 + * @param tenantId the tenant identifier
64 - * @return collection of virtualPorts. 64 + * @return collection of virtualPorts.
65 - */ 65 + */
66 - Collection<VirtualPort> getPorts(TenantId tenantId); 66 + Collection<VirtualPort> getPorts(TenantId tenantId);
67 - 67 +
68 - /** 68 + /**
69 - * Returns the collection of the virtualPorts associated with the deviceId. 69 + * Returns the collection of the virtualPorts associated with the deviceId.
70 - * 70 + *
71 - * @param deviceId the device identifier 71 + * @param deviceId the device identifier
72 - * @return collection of virtualPort. 72 + * @return collection of virtualPort.
73 - */ 73 + */
74 - Collection<VirtualPort> getPorts(DeviceId deviceId); 74 + Collection<VirtualPort> getPorts(DeviceId deviceId);
75 - 75 +
76 - /** 76 + /**
77 - * Creates virtualPorts by virtualPorts. 77 + * Creates virtualPorts by virtualPorts.
78 - * 78 + *
79 - * @param virtualPorts the iterable collection of virtualPorts 79 + * @param virtualPorts the iterable collection of virtualPorts
80 - * @return true if all given identifiers created successfully. 80 + * @return true if all given identifiers created successfully.
81 - */ 81 + */
82 - boolean createPorts(Iterable<VirtualPort> virtualPorts); 82 + boolean createPorts(Iterable<VirtualPort> virtualPorts);
83 - 83 +
84 - /** 84 + /**
85 - * Updates virtualPorts by virtualPorts. 85 + * Updates virtualPorts by virtualPorts.
86 - * 86 + *
87 - * @param virtualPorts the iterable collection of virtualPorts 87 + * @param virtualPorts the iterable collection of virtualPorts
88 - * @return true if all given identifiers updated successfully. 88 + * @return true if all given identifiers updated successfully.
89 - */ 89 + */
90 - boolean updatePorts(Iterable<VirtualPort> virtualPorts); 90 + boolean updatePorts(Iterable<VirtualPort> virtualPorts);
91 - 91 +
92 - /** 92 + /**
93 - * Deletes virtualPortIds by virtualPortIds. 93 + * Deletes virtualPortIds by virtualPortIds.
94 - * 94 + *
95 - * @param virtualPortIds the iterable collection of virtualPort identifiers 95 + * @param virtualPortIds the iterable collection of virtualPort identifiers
96 - * @return true or false if one with the given identifier to delete is 96 + * @return true or false if one with the given identifier to delete is
97 - * successfully. 97 + * successfully.
98 - */ 98 + */
99 - boolean removePorts(Iterable<VirtualPortId> virtualPortIds); 99 + boolean removePorts(Iterable<VirtualPortId> virtualPortIds);
100 -} 100 +}
......
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 +<!--
3 + ~ Copyright 2015 Open Networking Laboratory
4 + ~
5 + ~ Licensed under the Apache License, Version 2.0 (the "License");
6 + ~ you may not use this file except in compliance with the License.
7 + ~ You may obtain a copy of the License at
8 + ~
9 + ~ http://www.apache.org/licenses/LICENSE-2.0
10 + ~
11 + ~ Unless required by applicable law or agreed to in writing, software
12 + ~ distributed under the License is distributed on an "AS IS" BASIS,
13 + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 + ~ See the License for the specific language governing permissions and
15 + ~ limitations under the License.
16 + -->
2 <project 17 <project
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 18 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4 - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 19 + xmlns="http://maven.apache.org/POM/4.0.0"
5 - <modelVersion>4.0.0</modelVersion> 20 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
6 - <parent> 21 + <modelVersion>4.0.0</modelVersion>
7 - <groupId>org.onosproject</groupId> 22 + <parent>
8 - <artifactId>onos-apps</artifactId> 23 + <groupId>org.onosproject</groupId>
9 - <version>1.3.0-SNAPSHOT</version> 24 + <artifactId>onos-apps</artifactId>
10 - <relativePath>../pom.xml</relativePath> 25 + <version>1.3.0-SNAPSHOT</version>
11 - </parent> 26 + <relativePath>../pom.xml</relativePath>
27 + </parent>
12 28
13 29
14 - <artifactId>onos-app-vtnweb</artifactId> 30 + <artifactId>onos-app-vtnweb</artifactId>
15 - <packaging>bundle</packaging> 31 + <packaging>bundle</packaging>
16 - <properties> 32 + <properties>
17 - <onos.app.name>org.onosproject.vtnweb</onos.app.name> 33 + <onos.app.name>org.onosproject.vtnweb</onos.app.name>
18 - <web.context>/onos/vtn</web.context> 34 + <web.context>/onos/vtn</web.context>
19 - </properties> 35 + </properties>
20 36
21 - <dependencies> 37 + <dependencies>
22 - <dependency> 38 + <dependency>
23 - <groupId>javax.ws.rs</groupId> 39 + <groupId>javax.ws.rs</groupId>
24 - <artifactId>jsr311-api</artifactId> 40 + <artifactId>jsr311-api</artifactId>
25 - <version>1.1.1</version> 41 + <version>1.1.1</version>
26 - </dependency> 42 + </dependency>
27 - <dependency> 43 + <dependency>
28 - <groupId>org.onosproject</groupId> 44 + <groupId>org.onosproject</groupId>
29 - <artifactId>onos-api</artifactId> 45 + <artifactId>onos-app-vtnrsc</artifactId>
30 - </dependency> 46 + <version>${project.version}</version>
31 - <dependency> 47 + </dependency>
32 - <groupId>org.onosproject</groupId> 48 + </dependencies>
33 - <artifactId>onos-app-vtnrsc</artifactId> 49 + <build>
34 - <version>${project.version}</version> 50 + <plugins>
35 - </dependency> 51 + <plugin>
36 - </dependencies> 52 + <groupId>org.apache.felix</groupId>
37 - <build> 53 + <artifactId>maven-bundle-plugin</artifactId>
38 - <plugins> 54 + <extensions>true</extensions>
39 - <plugin> 55 + <configuration>
40 - <groupId>org.apache.felix</groupId> 56 + <instructions>
41 - <artifactId>maven-bundle-plugin</artifactId> 57 + <_wab>src/main/webapp/</_wab>
42 - <extensions>true</extensions> 58 + <Bundle-SymbolicName>
43 - <configuration> 59 + ${project.groupId}.${project.artifactId}
44 - <instructions> 60 + </Bundle-SymbolicName>
45 - <_wab>src/main/webapp/</_wab> 61 + <Import-Package>
46 - <Bundle-SymbolicName> 62 + org.slf4j,
47 - ${project.groupId}.${project.artifactId} 63 + org.osgi.framework,
48 - </Bundle-SymbolicName> 64 + javax.ws.rs,
49 - <Import-Package> 65 + javax.ws.rs.core,
50 - org.slf4j, 66 + com.sun.jersey.api.core,
51 - org.osgi.framework, 67 + com.sun.jersey.spi.container.servlet,
52 - javax.ws.rs, 68 + com.sun.jersey.server.impl.container.servlet,
53 - javax.ws.rs.core, 69 + com.fasterxml.jackson.databind,
54 - com.sun.jersey.api.core, 70 + com.fasterxml.jackson.databind.node,
55 - com.sun.jersey.spi.container.servlet, 71 + com.fasterxml.jackson.core,
56 - com.sun.jersey.server.impl.container.servlet, 72 + org.apache.karaf.shell.commands,
57 - com.fasterxml.jackson.databind, 73 + org.apache.commons.lang.math.*,
58 - com.fasterxml.jackson.databind.node, 74 + com.google.common.*,
59 - com.fasterxml.jackson.core, 75 + org.onlab.packet.*,
60 - org.apache.karaf.shell.commands, 76 + org.onlab.rest.*,
61 - org.apache.commons.lang.math.*, 77 + org.onosproject.*,
62 - com.google.common.*, 78 + org.onlab.util.*,
63 - org.onlab.packet.*, 79 + org.jboss.netty.util.*
64 - org.onlab.rest.*, 80 + </Import-Package>
65 - org.onosproject.*, 81 + <Web-ContextPath>${web.context}</Web-ContextPath>
66 - org.onlab.util.*, 82 + </instructions>
67 - org.jboss.netty.util.* 83 + </configuration>
68 - </Import-Package> 84 + </plugin>
69 - <Web-ContextPath>${web.context}</Web-ContextPath> 85 + </plugins>
70 - </instructions> 86 + </build>
71 - </configuration>
72 - </plugin>
73 - </plugins>
74 - </build>
75 87
76 </project> 88 </project>
...\ No newline at end of file ...\ No newline at end of file
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.cli.net; 16 package org.onosproject.cli.net;
2 17
3 import org.apache.karaf.shell.commands.Argument; 18 import org.apache.karaf.shell.commands.Argument;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.cli.net; 16 package org.onosproject.cli.net;
2 17
3 import java.util.Set; 18 import java.util.Set;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.cluster; 16 package org.onosproject.cluster;
2 17
3 import java.util.Set; 18 import java.util.Set;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net; 16 package org.onosproject.net;
2 17
3 import java.util.Objects; 18 import java.util.Objects;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.config.basics; 16 package org.onosproject.net.config.basics;
2 17
3 import java.util.Optional; 18 import java.util.Optional;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.flow; 16 package org.onosproject.net.flow;
2 17
3 import static com.google.common.base.MoreObjects.toStringHelper; 18 import static com.google.common.base.MoreObjects.toStringHelper;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.flow.criteria; 16 package org.onosproject.net.flow.criteria;
2 17
3 import static com.google.common.base.MoreObjects.toStringHelper; 18 import static com.google.common.base.MoreObjects.toStringHelper;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.intent; 16 package org.onosproject.net.intent;
2 17
3 import java.util.Collections; 18 import java.util.Collections;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.intent; 16 package org.onosproject.net.intent;
2 17
3 import java.util.List; 18 import java.util.List;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.newresource; 16 package org.onosproject.net.newresource;
2 17
3 import com.google.common.annotations.Beta; 18 import com.google.common.annotations.Beta;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui; 17 package org.onosproject.ui;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui; 17 package org.onosproject.ui;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table; 17 package org.onosproject.ui.table;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table; 17 package org.onosproject.ui.table;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.device; 16 package org.onosproject.net.device;
2 17
3 import org.onosproject.net.DeviceId; 18 import org.onosproject.net.DeviceId;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.flow; 16 package org.onosproject.net.flow;
2 17
3 import static org.onlab.junit.ImmutableClassChecker.assertThatClassIsImmutable; 18 import static org.onlab.junit.ImmutableClassChecker.assertThatClassIsImmutable;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table; 17 package org.onosproject.ui.table;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.table.cell; 17 package org.onosproject.ui.table.cell;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 - *
16 */ 15 */
17 16
18 package org.onosproject.ui.topo; 17 package org.onosproject.ui.topo;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
16 +
1 /** 17 /**
2 * Core subsystem for interacting with network edges. 18 * Core subsystem for interacting with network edges.
3 */ 19 */
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.intent.impl.compiler; 16 package org.onosproject.net.intent.impl.compiler;
2 17
3 import static java.util.Arrays.asList; 18 import static java.util.Arrays.asList;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.device.impl; 16 package org.onosproject.net.device.impl;
2 17
3 import org.junit.Before; 18 import org.junit.Before;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.net.intent.impl.compiler; 16 package org.onosproject.net.intent.impl.compiler;
2 17
3 import java.util.List; 18 import java.util.List;
......
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 +<!--
3 + ~ Copyright 2015 Open Networking Laboratory
4 + ~
5 + ~ Licensed under the Apache License, Version 2.0 (the "License");
6 + ~ you may not use this file except in compliance with the License.
7 + ~ You may obtain a copy of the License at
8 + ~
9 + ~ http://www.apache.org/licenses/LICENSE-2.0
10 + ~
11 + ~ Unless required by applicable law or agreed to in writing, software
12 + ~ distributed under the License is distributed on an "AS IS" BASIS,
13 + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 + ~ See the License for the specific language governing permissions and
15 + ~ limitations under the License.
16 + -->
2 <project xmlns="http://maven.apache.org/POM/4.0.0" 17 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.cluster.impl; 16 package org.onosproject.store.cluster.impl;
2 17
3 import com.google.common.collect.ImmutableSet; 18 import com.google.common.collect.ImmutableSet;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.cluster.messaging.impl; 16 package org.onosproject.store.cluster.messaging.impl;
2 17
3 import org.apache.felix.scr.annotations.Activate; 18 import org.apache.felix.scr.annotations.Activate;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.cluster.messaging.impl; 16 package org.onosproject.store.cluster.messaging.impl;
2 17
3 import com.google.common.base.Strings; 18 import com.google.common.base.Strings;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.consistent.impl; 16 package org.onosproject.store.consistent.impl;
2 17
3 import java.util.Collection; 18 import java.util.Collection;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.core.impl; 16 package org.onosproject.store.core.impl;
2 17
3 import com.google.common.collect.Maps; 18 import com.google.common.collect.Maps;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.core.impl; 16 package org.onosproject.store.core.impl;
2 17
3 import static org.slf4j.LoggerFactory.getLogger; 18 import static org.slf4j.LoggerFactory.getLogger;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.device.impl; 16 package org.onosproject.store.device.impl;
2 17
3 import com.google.common.base.MoreObjects; 18 import com.google.common.base.MoreObjects;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.device.impl; 16 package org.onosproject.store.device.impl;
2 17
3 import com.google.common.base.MoreObjects; 18 import com.google.common.base.MoreObjects;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.host.impl; 16 package org.onosproject.store.host.impl;
2 17
3 import static com.google.common.base.Preconditions.checkNotNull; 18 import static com.google.common.base.Preconditions.checkNotNull;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.impl; 16 package org.onosproject.store.impl;
2 17
3 import static com.google.common.base.Preconditions.checkArgument; 18 import static com.google.common.base.Preconditions.checkArgument;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.link.impl; 16 package org.onosproject.store.link.impl;
2 17
3 import com.google.common.base.MoreObjects; 18 import com.google.common.base.MoreObjects;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.resource.impl; 16 package org.onosproject.store.resource.impl;
2 17
3 import java.util.ArrayList; 18 import java.util.ArrayList;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.consistent.impl; 16 package org.onosproject.store.consistent.impl;
2 17
3 import static junit.framework.TestCase.assertEquals; 18 import static junit.framework.TestCase.assertEquals;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.consistent.impl; 16 package org.onosproject.store.consistent.impl;
2 17
3 import static junit.framework.TestCase.assertEquals; 18 import static junit.framework.TestCase.assertEquals;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.consistent.impl; 16 package org.onosproject.store.consistent.impl;
2 17
3 import static junit.framework.TestCase.assertEquals; 18 import static junit.framework.TestCase.assertEquals;
......
1 +/*
2 + * Copyright 2015 Open Networking Laboratory
3 + *
4 + * Licensed under the Apache License, Version 2.0 (the "License");
5 + * you may not use this file except in compliance with the License.
6 + * You may obtain a copy of the License at
7 + *
8 + * http://www.apache.org/licenses/LICENSE-2.0
9 + *
10 + * Unless required by applicable law or agreed to in writing, software
11 + * distributed under the License is distributed on an "AS IS" BASIS,
12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 + * See the License for the specific language governing permissions and
14 + * limitations under the License.
15 + */
1 package org.onosproject.store.serializers; 16 package org.onosproject.store.serializers;
2 17
3 import org.onosproject.net.DefaultAnnotations; 18 import org.onosproject.net.DefaultAnnotations;
......
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.