X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-list.c;h=0aa0f8b2ad6896eaf3f49612a01a599d02fd79b3;hb=2da0385d1f57fe00977d2e58022b3f9a6604192e;hp=62857be9489b4859df71c5cc53c7755c5efac4a5;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/tests/test-list.c b/tests/test-list.c index 62857be9..0aa0f8b2 100644 --- a/tests/test-list.c +++ b/tests/test-list.c @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2008, 2009 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. + */ + /* A non-exhaustive test for some of the functions and macros declared in * list.h. */