]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/bytecode.h: Insert GPL file header.
authorNickolas Lloyd <ultrageek.lloyd@gmail.com>
Fri, 23 Dec 2016 00:18:40 +0000 (19:18 -0500)
committerNickolas Lloyd <ultrageek.lloyd@gmail.com>
Fri, 23 Dec 2016 00:20:32 +0000 (19:20 -0500)
src/bytecode.h

index 5984ff2563dbc6aba33bfd880464dde01825189d..aa59b94395247414bb1b547dd2d237be63aa6d50 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
+
 #include "lisp.h"
 
 /* Define BYTE_CODE_SAFE true to enable some minor sanity checking,