1*46c4c49dSIbrahim KanoucheLegacy classifier identifies GPL-1.0 2*46c4c49dSIbrahim KanoucheEXPECTED:Copyright,GPL-3.0 3*46c4c49dSIbrahim Kanouche;;; package-lint-flymake.el --- A package-lint Flymake backend -*- lexical-binding: t; -*- 4*46c4c49dSIbrahim Kanouche 5*46c4c49dSIbrahim Kanouche;; Copyright (C) 2018 J. Alexander Branham (alex DOT branham AT gmail DOT com) 6*46c4c49dSIbrahim Kanouche 7*46c4c49dSIbrahim Kanouche;; Package-Requires: ((emacs "26.1") (package-lint "0.5")) 8*46c4c49dSIbrahim Kanouche;; Package-Version: 0 9*46c4c49dSIbrahim Kanouche;; Homepage: https://github.com/purcell/package-lint 10*46c4c49dSIbrahim Kanouche 11*46c4c49dSIbrahim Kanouche;; This file is not part of GNU Emacs. 12*46c4c49dSIbrahim Kanouche 13*46c4c49dSIbrahim Kanouche;; This is free software; you can redistribute it and/or modify it under 14*46c4c49dSIbrahim Kanouche;; the terms of the GNU General Public License as published by the Free 15*46c4c49dSIbrahim Kanouche;; Software Foundation; either version 3, or (at your option) any later 16*46c4c49dSIbrahim Kanouche;; version. 17*46c4c49dSIbrahim Kanouche 18*46c4c49dSIbrahim Kanouche;; This is distributed in the hope that it will be useful, but WITHOUT 19*46c4c49dSIbrahim Kanouche;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20*46c4c49dSIbrahim Kanouche;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 21*46c4c49dSIbrahim Kanouche;; for more details. 22*46c4c49dSIbrahim Kanouche 23*46c4c49dSIbrahim Kanouche;; You should have received a copy of the GNU General Public License 24*46c4c49dSIbrahim Kanouche;; along with GNU Emacs; see the file COPYING. If not, write to the 25*46c4c49dSIbrahim Kanouche;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 26*46c4c49dSIbrahim Kanouche;; MA 02110-1301 USA. 27*46c4c49dSIbrahim Kanouche 28*46c4c49dSIbrahim Kanouche;;; Commentary: 29