From: Nickolas Lloyd Date: Fri, 23 Dec 2016 00:18:40 +0000 (-0500) Subject: ; * src/bytecode.h: Insert GPL file header. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52a3e81487641cd81cef777540fa5791fdd93ddb;p=emacs.git ; * src/bytecode.h: Insert GPL file header. --- diff --git a/src/bytecode.h b/src/bytecode.h index 5984ff2563d..aa59b943952 100644 --- a/src/bytecode.h +++ b/src/bytecode.h @@ -1,3 +1,21 @@ +/* Shared definitions for src/bytecode{,-jit}.c + Copyright (C) 2016 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. + +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs. If not, see . */ + #include "lisp.h" /* Define BYTE_CODE_SAFE true to enable some minor sanity checking,