X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-flows.c;h=451ca1ad0ea5f8e1c72d9a2ac8d118a32632845f;hb=3b917492c68516f113fe3d02cb4ed9885fae6b4d;hp=663c5a6d1018bf58003eb130bf6502ee83f6769c;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/tests/test-flows.c b/tests/test-flows.c index 663c5a6d..451ca1ad 100644 --- a/tests/test-flows.c +++ b/tests/test-flows.c @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2009, 2010 Nicira Networks. + * + * 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. + */ + #include #include "flow.h" #include @@ -15,7 +31,7 @@ #include int -main(int argc UNUSED, char *argv[]) +main(int argc OVS_UNUSED, char *argv[]) { struct ofp_match expected_match; FILE *flows, *pcap;