X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=magic.h;h=0f7e8d36e8b482fece4626842caed0f981099586;hp=e98f681df88f7d61005922372dbfb91f6da71ab6;hb=1fc8a4acb3ef658696038c9c4bd3c155fbc27ac3;hpb=5b5f297f9a9d47ee7e9804d5bdaa552f1953c6b6 diff --git a/magic.h b/magic.h index e98f681..0f7e8d3 100644 --- a/magic.h +++ b/magic.h @@ -1,4 +1,22 @@ /* Magic numbers used within secnet */ +/* + * This file is part of secnet. + * See README for full list of copyright holders. + * + * secnet 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 d of the License, or + * (at your option) any later version. + * + * secnet 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 + * version 3 along with secnet; if not, see + * https://www.gnu.org/licenses/gpl.html. + */ #ifndef magic_h #define magic_h @@ -15,6 +33,7 @@ #define LABEL_MSG7 0x07070707 #define LABEL_MSG8 0x08080808 #define LABEL_MSG9 0x09090909 +#define LABEL_PROD 0x0a0a0a0a /* uses of the 32-bit capability bitmap */ #define CAPAB_EARLY 0x00000000 /* no Early flags yet (see NOTES) */