X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2F_pbi.h;h=4bc3314dbe06431c2e2a45b4f60bdce38b0e03c4;hb=4e18dad55a21955e811ecca92aa4e39323f64a6b;hp=435df7ceb699ac97e3db9167eebb875f92bfa695;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/include/_pbi.h b/include/_pbi.h index 435df7ceb..4bc3314db 100644 --- a/include/_pbi.h +++ b/include/_pbi.h @@ -1,13 +1,32 @@ -/* - * _pbi.h - * - * Freddy Offenga, 4/25/2000 - * - * Internal include file, do not use directly. - * Atari parallel bus definitions - * - */ - +/*****************************************************************************/ +/* */ +/* _pbi.h */ +/* */ +/* Internal include file, do not use directly */ +/* */ +/* */ +/* */ +/* (C) 2000 Freddy Offenga */ +/* */ +/* */ +/* This software is provided 'as-is', without any expressed or implied */ +/* warranty. In no event will the authors be held liable for any damages */ +/* arising from the use of this software. */ +/* */ +/* Permission is granted to anyone to use this software for any purpose, */ +/* including commercial applications, and to alter it and redistribute it */ +/* freely, subject to the following restrictions: */ +/* */ +/* 1. The origin of this software must not be misrepresented; you must not */ +/* claim that you wrote the original software. If you use this software */ +/* in a product, an acknowledgment in the product documentation would be */ +/* appreciated but is not required. */ +/* 2. Altered source versions must be plainly marked as such, and must not */ +/* be misrepresented as being the original software. */ +/* 3. This notice may not be removed or altered from any source */ +/* distribution. */ +/* */ +/*****************************************************************************/ #ifndef __PBI_H #define __PBI_H @@ -40,5 +59,5 @@ #define PDVV ((unsigned char*)0xD80D) /* End of _pbi.h */ -#endif +#endif /* #ifndef __PBI_H */