Project

General

Profile

NDN Team License Boilerplate (ndn-cxx) » History » Version 3

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

1 1 Alex Afanasyev
NDN Team License Boilerplate (ndn-cxx)
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 ndn-cxx repository:
5
6
    /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
7 3 Alex Afanasyev
    /*
8 2 Junxiao Shi
     * Copyright (c) 2013-2016 Regents of the University of California.
9 1 Alex Afanasyev
     *
10
     * This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
11
     *
12
     * ndn-cxx library is free software: you can redistribute it and/or modify it under the
13
     * terms of the GNU Lesser General Public License as published by the Free Software
14
     * Foundation, either version 3 of the License, or (at your option) any later version.
15
     *
16
     * ndn-cxx library is distributed in the hope that it will be useful, but WITHOUT ANY
17
     * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18
     * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
19
     *
20
     * You should have received copies of the GNU General Public License and GNU Lesser
21
     * General Public License along with ndn-cxx, e.g., in COPYING.md file.  If not, see
22
     * <http://www.gnu.org/licenses/>.
23
     *
24
     * See AUTHORS.md for complete list of ndn-cxx authors and contributors.
25
     */