blob: e2bbf3a26ad379ad167201038a786d4a0573c56e [file] [log] [blame] [view]
Yingdi Yu40cd1c32014-04-17 15:02:17 -07001Requirements
2---------------------
3
4Include the following header into all `.hpp` and `.cpp` files:
5
6 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
7 /**
8 * Copyright (c) 2014 The University of Memphis,
9 * Regents of the University of California
10 *
11 * This file is part of NLSR (Named-data Link State Routing).
12 * See AUTHORS.md for complete list of NLSR authors and contributors.
13 *
14 * NLSR is free software: you can redistribute it and/or modify it under the terms
15 * of the GNU General Public License as published by the Free Software Foundation,
16 * either version 3 of the License, or (at your option) any later version.
17 *
18 * NLSR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
19 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
20 * PURPOSE. See the GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License along with
23 * NLSR, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
24 ////// [optional part] //////
25 *
26 * \author Author's Name <email@domain>
27 * \author Other Author's Name <another.email@domain>
28 ////// [end of optional part] //////
29 **/
30
31Recommendations
32---------------
33
34NSLR code is subject to the code style, defined here:
35http://redmine.named-data.net/projects/nfd/wiki/CodeStyle