From a4c0722a70b86155cddd14e55e04e3d27dd772ba Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 12 Jun 2008 12:29:58 -0700 Subject: [PATCH] add missing license headers --- src/devices/wifi/error-rate-model.cc | 19 +++++++++++++++++++ src/devices/wifi/error-rate-model.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/devices/wifi/error-rate-model.cc b/src/devices/wifi/error-rate-model.cc index ae2473688..9baecc93e 100644 --- a/src/devices/wifi/error-rate-model.cc +++ b/src/devices/wifi/error-rate-model.cc @@ -1,3 +1,22 @@ +/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ +/* + * Copyright (c) 2005,2006 INRIA + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Author: Mathieu Lacage + */ #include "error-rate-model.h" #include "wifi-phy.h" #include "ns3/log.h" diff --git a/src/devices/wifi/error-rate-model.h b/src/devices/wifi/error-rate-model.h index 7f48c66d0..e811066d2 100644 --- a/src/devices/wifi/error-rate-model.h +++ b/src/devices/wifi/error-rate-model.h @@ -1,3 +1,22 @@ +/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ +/* + * Copyright (c) 2005,2006 INRIA + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Author: Mathieu Lacage + */ #ifndef ERROR_RATE_MODEL_H #define ERROR_RATE_MODEL_H