From 8d91c0f4cdcc26679067ae681ae12600fb450200 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Nov 2018 13:27:33 +0100 Subject: Add SPDX identifiers to most source files -- Signed-off-by: Werner Koch --- lang/cpp/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lang/cpp') diff --git a/lang/cpp/Makefile.am b/lang/cpp/Makefile.am index acfa0f9b..724da6ca 100644 --- a/lang/cpp/Makefile.am +++ b/lang/cpp/Makefile.am @@ -14,10 +14,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA +# You should have received a copy of the GNU Lesser General Public +# License along with this program; if not, see . +# SPDX-License-Identifier: LGPL-2.1-or-later SUBDIRS = src tests -- cgit