Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
| 2 | Upstream-Name: name-based-access-control |
| 3 | Source: http://github.com/named-data/name-based-access-control |
| 4 | |
| 5 | Files: * |
| 6 | Copyright: Copyright (c) 2014-2020, Regents of the University of California |
| 7 | |
| 8 | License: LGPL-3+ |
| 9 | NAC library is free software: you can redistribute it and/or modify it under the |
| 10 | terms of the GNU Lesser General Public License as published by the Free Software |
| 11 | Foundation, either version 3 of the License, or (at your option) any later version. |
| 12 | . |
| 13 | NAC library is distributed in the hope that it will be useful, but WITHOUT ANY |
| 14 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 15 | PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. |
| 16 | . |
| 17 | You should have received copies of the GNU General Public License and GNU Lesser |
| 18 | General Public License along with ndn-cxx, e.g., in COPYING.md file. If not, see |
| 19 | <http://www.gnu.org/licenses/>. |
| 20 | |
| 21 | Files: debian/* |
| 22 | Copyright: 2020 Junxiao Shi <deb@mail1.yoursunny.com> |
| 23 | License: Apache 2.0 |
| 24 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 25 | you may not use this file except in compliance with the License. |
| 26 | You may obtain a copy of the License at |
| 27 | . |
| 28 | http://www.apache.org/licenses/LICENSE-2.0 |
| 29 | . |
| 30 | Unless required by applicable law or agreed to in writing, software |
| 31 | distributed under the License is distributed on an "AS IS" BASIS, |
| 32 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 33 | See the License for the specific language governing permissions and |
| 34 | limitations under the License. |
| 35 | . |
| 36 | On Debian systems, the complete text of the Apache License 2.0 can |
| 37 | be found in "/usr/share/common-licenses/Apache-2.0" |