X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvlan.c;h=8b4e05dfed0efd192fdfacbd57cb5d0cf1a9ad7b;hb=c1ce8fbffb04e006a1698139132439ef0d7e57b2;hp=9aebecd0e64f495d902d9602ec618d7d1d464d9b;hpb=6e0ce48e27d5a845bdc8b57fb41bcec8a54f336a;p=openvswitch diff --git a/datapath/vlan.c b/datapath/vlan.c index 9aebecd0..8b4e05df 100644 --- a/datapath/vlan.c +++ b/datapath/vlan.c @@ -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 */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt