diff --git a/superio/winbond/w83627hf/w83627hf.h b/superio/winbond/w83627hf/w83627hf.h index 34327519a7..7b2841caad 100644 --- a/superio/winbond/w83627hf/w83627hf.h +++ b/superio/winbond/w83627hf/w83627hf.h @@ -1,3 +1,22 @@ +/* + * This file is part of the LinuxBIOS project. + + * Copyright 2007 Ronald G. Minnich + * + * 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 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, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef SUPERIO_WINBOND_W83627HF_W83627HF_H #define SUPERIO_WINBOND_W83627HF_W83627HF_H diff --git a/superio/winbond/w83627hf/w83627hf_early_serial.c b/superio/winbond/w83627hf/w83627hf_early_serial.c index ce4977d4f2..cd13ae9c63 100644 --- a/superio/winbond/w83627hf/w83627hf_early_serial.c +++ b/superio/winbond/w83627hf/w83627hf_early_serial.c @@ -1,11 +1,7 @@ /* * This file is part of the LinuxBIOS project. - * - * Copyright 2000 AG Electronics Ltd. - * Copyright 2003-2004 Linux Networx - * Copyright 2004 Tyan - * By LYH change from PC87360 - * Copyright 2007 coresystems GmbH + + * Copyright 2007 Ronald G. Minnich * * 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 @@ -21,6 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + #include #include #include "w83627hf.h"