X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvlan.h;h=d6e9b32b37ff04eede7e24462608015c3e80cf85;hb=0a68ffd2347e96447c5b4751c9e5ac65d5100a56;hp=7e1084e5cb783f799092de8f8491f8f485ad62cc;hpb=3728652303e1d58fe67b90dfa2a07668289902c8;p=openvswitch diff --git a/datapath/vlan.h b/datapath/vlan.h index 7e1084e5..d6e9b32b 100644 --- a/datapath/vlan.h +++ b/datapath/vlan.h @@ -1,9 +1,19 @@ /* - * Copyright (c) 2011 Nicira Networks. - * Distributed under the terms of the GNU GPL version 2. + * Copyright (c) 2007-2011 Nicira Networks. * - * Significant portions of this file may be copied from parts of the Linux - * kernel, by Linus Torvalds and others. + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ #ifndef VLAN_H