Project

General

Profile

NDN Team License Boilerplate (gep) » History » Version 2

Yingdi Yu, 04/17/2015 07:06 PM

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