X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2F_pia.h;h=867c8f8a51cdb52b8cda0c4e224e74fcc365e665;hb=d8dfc29297c6e45ea0c0ce1767c7a1b4b1520745;hp=d102e8ac447abffe49514a42c5f8eab6658a2e3a;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/include/_pia.h b/include/_pia.h index d102e8ac4..867c8f8a5 100644 --- a/include/_pia.h +++ b/include/_pia.h @@ -1,11 +1,33 @@ -/* - * _pia.h - * - * Freddy Offenga, 4/9/2000 - * - * Internal include file, do not use directly. - * - */ +/*****************************************************************************/ +/* */ +/* _pia.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 __PIA_H @@ -20,6 +42,10 @@ struct __pia { unsigned char pbctl; /* port B control */ }; + + /* End of _pia.h */ #endif + +