1*46c4c49dSIbrahim KanoucheLegacy classifier identifies GPL-3.0. 2*46c4c49dSIbrahim KanoucheEXPECTED:Copyright,LGPL-3.0 3*46c4c49dSIbrahim Kanouche/* 4*46c4c49dSIbrahim Kanouche * Python bindings module for liblnk (pylnk) 5*46c4c49dSIbrahim Kanouche * 6*46c4c49dSIbrahim Kanouche * Copyright (C) 2009-2019, Joachim Metz <[email protected]> 7*46c4c49dSIbrahim Kanouche * 8*46c4c49dSIbrahim Kanouche * Refer to AUTHORS for acknowledgements. 9*46c4c49dSIbrahim Kanouche * 10*46c4c49dSIbrahim Kanouche * This software is free software: you can redistribute it and/or modify 11*46c4c49dSIbrahim Kanouche * it under the terms of the GNU Lesser General Public License as published by 12*46c4c49dSIbrahim Kanouche * the Free Software Foundation, either version 3 of the License, or 13*46c4c49dSIbrahim Kanouche * (at your option) any later version. 14*46c4c49dSIbrahim Kanouche * 15*46c4c49dSIbrahim Kanouche * This software is distributed in the hope that it will be useful, 16*46c4c49dSIbrahim Kanouche * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*46c4c49dSIbrahim Kanouche * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*46c4c49dSIbrahim Kanouche * GNU General Public License for more details. 19*46c4c49dSIbrahim Kanouche * 20*46c4c49dSIbrahim Kanouche * You should have received a copy of the GNU Lesser General Public License 21*46c4c49dSIbrahim Kanouche * along with this software. If not, see <http://www.gnu.org/licenses/>. 22