X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=a56%2Fmain.c;h=a6efff3d3b9f5e99a325065d42f4134349281b76;hp=e85f8a10fca24b1adf88d3f2204755a9d57b9547;hb=f07be12031abba293b71032ba5bf986025c88576;hpb=6e823d0b6ee854eaf5f0bf28a099a5e6b7c45be2 diff --git a/a56/main.c b/a56/main.c index e85f8a1..a6efff3 100644 --- a/a56/main.c +++ b/a56/main.c @@ -8,6 +8,26 @@ *******************************************************\ /* + * Copyright (C) 2008 Robert Millan + * Copyright (C) 2012 Thorsten Alteholz + * + * This file 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. + * + * 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, see + * . + * + * This file incorporates work covered by the following copyright and + * permission notice: + * * Copyright (C) 1990-1994 Quinn C. Jensen * * Permission to use, copy, modify, distribute, and sell this software @@ -32,14 +52,13 @@ static char *Copyright = "Copyright (C) 1990-1994 Quinn C. Jensen"; int pass; int error, warning; -extern unsigned long pc; +extern unsigned int pc; extern int seg; BOOL binary_listing = FALSE; BOOL list_includes = FALSE; FILE *obj = NULL; extern BOOL list_on; BOOL list_on_next = TRUE; -char *alloc(); main(argc,argv) int argc;