Project

General

Profile

NDN Team License Boilerplate (NFD) » History » Version 4

Alex Afanasyev, 07/05/2017 10:18 AM

1 2 Alex Afanasyev
NDN Team License Boilerplate (NFD)
2
==================================
3 1 Alex Afanasyev
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 NFD repository:
5
6
    /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
7 4 Alex Afanasyev
    /*
8 3 Junxiao Shi
     * Copyright (c) 2014-2016,  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
     */