NDN Team License Boilerplate (NFD) » History » Version 7
Davide Pesavento, 06/15/2023 01:45 AM
| 1 | 2 | Alex Afanasyev | NDN Team License Boilerplate (NFD) |
|---|---|---|---|
| 2 | ================================== |
||
| 3 | 1 | Alex Afanasyev | |
| 4 | 7 | Davide Pesavento | 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 NFD repository: |
| 5 | 1 | Alex Afanasyev | |
| 6 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
||
| 7 | 4 | Alex Afanasyev | /* |
| 8 | 6 | Davide Pesavento | * Copyright (c) 2014-2023, Regents of the University of California, |
| 9 | 1 | Alex Afanasyev | * Arizona Board of Regents, |
| 10 | * Colorado State University, |
||
| 11 | * University Pierre & Marie Curie, Sorbonne University, |
||
| 12 | * Washington University in St. Louis, |
||
| 13 | * Beijing Institute of Technology, |
||
| 14 | * The University of Memphis. |
||
| 15 | * |
||
| 16 | * This file is part of NFD (Named Data Networking Forwarding Daemon). |
||
| 17 | * See AUTHORS.md for complete list of NFD authors and contributors. |
||
| 18 | * |
||
| 19 | * NFD is free software: you can redistribute it and/or modify it under the terms |
||
| 20 | * of the GNU General Public License as published by the Free Software Foundation, |
||
| 21 | * either version 3 of the License, or (at your option) any later version. |
||
| 22 | * |
||
| 23 | * NFD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
||
| 24 | * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
||
| 25 | * PURPOSE. See the GNU General Public License for more details. |
||
| 26 | * |
||
| 27 | * You should have received a copy of the GNU General Public License along with |
||
| 28 | * NFD, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. |
||
| 29 | */ |