X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvlan.c;h=104ed55e194c0a11697b548f28d70e5f0f452e3d;hb=5498c01ff8180714bb74d765e9b98fed629f9d20;hp=9aebecd0e64f495d902d9602ec618d7d1d464d9b;hpb=6e0ce48e27d5a845bdc8b57fb41bcec8a54f336a;p=openvswitch diff --git a/datapath/vlan.c b/datapath/vlan.c index 9aebecd0..104ed55e 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, Inc. * - * 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