blob: 27aa34b7e27b367b6c5977c9446668cdd944c39b [file] [log] [blame]
Junxiao Shi1c93cae2014-12-09 22:52:17 -07001# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
Davide Pesaventob84bd3a2016-04-22 02:21:45 +02003"""
4Copyright (c) 2014-2016, Regents of the University of California,
5 Arizona Board of Regents,
6 Colorado State University,
7 University Pierre & Marie Curie, Sorbonne University,
8 Washington University in St. Louis,
9 Beijing Institute of Technology,
10 The University of Memphis.
11
12This file is part of NFD (Named Data Networking Forwarding Daemon).
13See AUTHORS.md for complete list of NFD authors and contributors.
14
15NFD is free software: you can redistribute it and/or modify it under the terms
16of the GNU General Public License as published by the Free Software Foundation,
17either version 3 of the License, or (at your option) any later version.
18
19NFD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
20without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
21PURPOSE. See the GNU General Public License for more details.
22
23You should have received a copy of the GNU General Public License along with
24NFD, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
25"""
26
Junxiao Shi1c93cae2014-12-09 22:52:17 -070027from waflib.Configure import conf
28
Junxiao Shi1c93cae2014-12-09 22:52:17 -070029def configure(conf):
Davide Pesaventob84bd3a2016-04-22 02:21:45 +020030 pass