From b2582ec0c95357a8fb4090fd723e1f8b1fc164a7 Mon Sep 17 00:00:00 2001 From: Andrew Ferguson <adf@cs.brown.edu> Date: Thu, 13 Dec 2012 17:33:22 -0500 Subject: [PATCH] add license, copyright header --- .../org/openflow/protocol/OFPacketQueue.java | 16 ++++++++++++++++ .../openflow/protocol/OFQueueGetConfigReply.java | 16 ++++++++++++++++ .../protocol/OFQueueGetConfigRequest.java | 16 ++++++++++++++++ .../java/org/openflow/protocol/OFQueueProp.java | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/src/main/java/org/openflow/protocol/OFPacketQueue.java b/src/main/java/org/openflow/protocol/OFPacketQueue.java index 39cd0d36a..c48a1b1d3 100644 --- a/src/main/java/org/openflow/protocol/OFPacketQueue.java +++ b/src/main/java/org/openflow/protocol/OFPacketQueue.java @@ -1,3 +1,19 @@ +/** +* Copyright 2012, Andrew Ferguson, Brown University +* +* 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.openflow.protocol; import java.util.ArrayList; diff --git a/src/main/java/org/openflow/protocol/OFQueueGetConfigReply.java b/src/main/java/org/openflow/protocol/OFQueueGetConfigReply.java index 11c2a8553..62be90d59 100644 --- a/src/main/java/org/openflow/protocol/OFQueueGetConfigReply.java +++ b/src/main/java/org/openflow/protocol/OFQueueGetConfigReply.java @@ -1,3 +1,19 @@ +/** +* Copyright 2012, Andrew Ferguson, Brown University +* +* 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.openflow.protocol; import java.util.ArrayList; diff --git a/src/main/java/org/openflow/protocol/OFQueueGetConfigRequest.java b/src/main/java/org/openflow/protocol/OFQueueGetConfigRequest.java index 5d64c2024..c159a44ab 100644 --- a/src/main/java/org/openflow/protocol/OFQueueGetConfigRequest.java +++ b/src/main/java/org/openflow/protocol/OFQueueGetConfigRequest.java @@ -1,3 +1,19 @@ +/** +* Copyright 2012, Andrew Ferguson, Brown University +* +* 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.openflow.protocol; import org.jboss.netty.buffer.ChannelBuffer; diff --git a/src/main/java/org/openflow/protocol/OFQueueProp.java b/src/main/java/org/openflow/protocol/OFQueueProp.java index 6ebe1e11d..55c4d33e4 100644 --- a/src/main/java/org/openflow/protocol/OFQueueProp.java +++ b/src/main/java/org/openflow/protocol/OFQueueProp.java @@ -1,3 +1,19 @@ +/** +* Copyright 2012, Andrew Ferguson, Brown University +* +* 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.openflow.protocol; import org.jboss.netty.buffer.ChannelBuffer; -- GitLab