1*46c4c49dSIbrahim KanoucheClassifier tried to induce match with AGPL. 2*46c4c49dSIbrahim KanoucheEXPECTED:Copyright,GPL-3.0 3*46c4c49dSIbrahim Kanouche#!/bin/sh 4*46c4c49dSIbrahim Kanouche 5*46c4c49dSIbrahim Kanouche# Build tools for testing GCC. 6*46c4c49dSIbrahim Kanouche# Copyright (C) 1999, 2000, 2001, 2002, 2009 7*46c4c49dSIbrahim Kanouche# Free Software Foundation, Inc. 8*46c4c49dSIbrahim Kanouche 9*46c4c49dSIbrahim Kanouche# This program is free software; you can redistribute it and/or modify 10*46c4c49dSIbrahim Kanouche# it under the terms of the GNU General Public License as published by 11*46c4c49dSIbrahim Kanouche# the Free Software Foundation; either version 3 of the License, or 12*46c4c49dSIbrahim Kanouche# (at your option) any later version. 13*46c4c49dSIbrahim Kanouche 14*46c4c49dSIbrahim Kanouche# This program is distributed in the hope that it will be useful, 15*46c4c49dSIbrahim Kanouche# but WITHOUT ANY WARRANTY; without even the implied warranty of 16*46c4c49dSIbrahim Kanouche# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17*46c4c49dSIbrahim Kanouche# GNU General Public License for more details. 18*46c4c49dSIbrahim Kanouche 19*46c4c49dSIbrahim Kanouche# You should have received a copy of the GNU General Public License 20*46c4c49dSIbrahim Kanouche# along with this program; see the file COPYING3. If not see 21*46c4c49dSIbrahim Kanouche# <http://www.gnu.org/licenses/>. 22