X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=as%2Flink%2Flkrel.h;h=3d88d63a4e2f0dd926024567e25c7dee37a5b31a;hb=1f5eb81a621295b45fa5ca82aaf94449abb27098;hp=68e84c247b2b831cbaf16835a140aa2e1e8dba6b;hpb=8fd1c14372cacf51c58fcfb16b5e26943e384808;p=fw%2Fsdcc diff --git a/as/link/lkrel.h b/as/link/lkrel.h index 68e84c24..3d88d63a 100644 --- a/as/link/lkrel.h +++ b/as/link/lkrel.h @@ -1,13 +1,24 @@ -/* lkrel.h */ +/* lkrel.h - .rel object file handling + + Copyright (C) 1989-1995 Alan R. Baldwin + 721 Berkeley St., Kent, Ohio 44240 + Copyright (C) 2008-2009 Borut Razem, borut dot razem at siol dot net + +This program 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 2, or (at your option) any +later version. + +This program 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 this program; if not, write to the Free Software +Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* - * (C) Copyright 1989-1995 - * All Rights Reserved - * - * Alan R. Baldwin - * 721 Berkeley St. - * Kent, Ohio 44240 - * * With contributions for the * object libraries from * Ken Hornstein @@ -15,6 +26,10 @@ * */ +/* + * Extensions: P. Felber + */ + #ifndef __LKREL_H #define __LKREL_H @@ -34,4 +49,4 @@ extern "C" } #endif -#endif /* __LKREL_H */ +#endif /* __LKREL_H */