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