1*46c4c49dSIbrahim KanoucheLegacy classifier identifies ImageMagick. 2*46c4c49dSIbrahim KanoucheEXPECTED: Apache-2.0,Copyright 3*46c4c49dSIbrahim Kanouche#!/bin/bash 4*46c4c49dSIbrahim Kanouche 5*46c4c49dSIbrahim Kanouche# Copyright 2020 Google LLC 6*46c4c49dSIbrahim Kanouche# 7*46c4c49dSIbrahim Kanouche# Licensed under the Apache License, Version 2.0 (the "License"); 8*46c4c49dSIbrahim Kanouche# you may not use this file except in compliance with the License. 9*46c4c49dSIbrahim Kanouche# You may obtain a copy of the License at 10*46c4c49dSIbrahim Kanouche# 11*46c4c49dSIbrahim Kanouche# https://www.apache.org/licenses/LICENSE-2.0 12*46c4c49dSIbrahim Kanouche# 13*46c4c49dSIbrahim Kanouche# Unless required by applicable law or agreed to in writing, software 14*46c4c49dSIbrahim Kanouche# distributed under the License is distributed on an "AS IS" BASIS, 15*46c4c49dSIbrahim Kanouche# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16*46c4c49dSIbrahim Kanouche# See the License for the specific language governing permissions and 17*46c4c49dSIbrahim Kanouche# limitations under the License. 18