NDN Team License Boilerplate (NLSR) » History » Version 1
Vince Lehman, 01/20/2015 12:51 PM
1 | 1 | Vince Lehman | NDN Team License Boilerplate (NLSR) |
---|---|---|---|
2 | =================================== |
||
3 | |||
4 | If you are affiliated to an NSF-supported NDN project institution, the following license boilerplate should be included at the top of each source and header file submitted to the NLSR repository: |
||
5 | |||
6 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
||
7 | /** |
||
8 | * Copyright (c) 2014-2015, The University of Memphis, |
||
9 | * Regents of the University of California, |
||
10 | * Arizona Board of Regents. |
||
11 | * |
||
12 | * This file is part of NLSR (Named-data Link State Routing). |
||
13 | * See AUTHORS.md for complete list of NLSR authors and contributors. |
||
14 | * |
||
15 | * NLSR is free software: you can redistribute it and/or modify it under the terms |
||
16 | * of the GNU General Public License as published by the Free Software Foundation, |
||
17 | * either version 3 of the License, or (at your option) any later version. |
||
18 | * |
||
19 | * NLSR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
||
20 | * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
||
21 | * PURPOSE. See the GNU General Public License for more details. |
||
22 | * |
||
23 | * You should have received a copy of the GNU General Public License along with |
||
24 | * NLSR, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. |
||
25 | * |
||
26 | **/ |