From 52a3e81487641cd81cef777540fa5791fdd93ddb Mon Sep 17 00:00:00 2001 From: Nickolas Lloyd Date: Thu, 22 Dec 2016 19:18:40 -0500 Subject: [PATCH] ; * src/bytecode.h: Insert GPL file header. --- src/bytecode.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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, -- 2.39.5