diff --git a/boards/qemu-i386/include/board.h b/boards/qemu-i386/include/board.h index a18bc7009e..e06cd8ed32 100644 --- a/boards/qemu-i386/include/board.h +++ b/boards/qemu-i386/include/board.h @@ -1,23 +1,15 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ /** - * @ingroup x86 + * @defgroup boards_qemu-i386 qemu-i386 + * @ingroup boards + * @brief Dummy board to run x86 port in QEMU * @{ * * @file diff --git a/boards/qemu-i386/include/cpu-conf.h b/boards/qemu-i386/include/cpu-conf.h index e0b0f4fab9..295733099a 100644 --- a/boards/qemu-i386/include/cpu-conf.h +++ b/boards/qemu-i386/include/cpu-conf.h @@ -1,28 +1,19 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ /** - * CPU-specific defines for qemu-i386. - * - * @ingroup x86 + * @ingroup boards_qemu-i386 * @{ + * * @file - * @author René Kijewski + * @brief CPU-specific defines for qemu-i386 + * + * @author René Kijewski */ #ifndef __RIOT__BOARDS__QEMU_I386__CPU_CONF__H diff --git a/boards/qemu-i386/x86_board_init.c b/boards/qemu-i386/x86_board_init.c index f35b39e9b7..135297e1e4 100644 --- a/boards/qemu-i386/x86_board_init.c +++ b/boards/qemu-i386/x86_board_init.c @@ -1,23 +1,13 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ /** - * @ingroup x86 + * @ingroup boards_qemu-i386 * @{ * * @file diff --git a/boards/qemu-i386/x86_board_lpm.c b/boards/qemu-i386/x86_board_lpm.c index c64a09c7c4..81706a0e74 100644 --- a/boards/qemu-i386/x86_board_lpm.c +++ b/boards/qemu-i386/x86_board_lpm.c @@ -1,23 +1,13 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ /** - * @ingroup x86 + * @ingroup boards_qemu-i386 * @{ * * @file