From bea215a565390009ddc79b830db334fa33cc7b3a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 13 Nov 2017 01:21:03 +0900 Subject: Add SPDX-License-Identifier + Copyright statements Change-Id: I43bb1c4a889421907a1a08eb29c96f2330ab00ec --- src/ipa_unit.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/ipa_unit.c') diff --git a/src/ipa_unit.c b/src/ipa_unit.c index 807beba..b5400ed 100644 --- a/src/ipa_unit.c +++ b/src/ipa_unit.c @@ -1,3 +1,23 @@ +/* (C) 2012-2013 by Pablo Neira Ayuso + * All Rights Reserved. + * + * SPDX-License-Identifier: GPL-2.0+ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + #include #include -- cgit v1.2.3