tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / google / foster / boardid.c
blob7e99e2a8457c6d0549cf62ab47030b93f0971f29
1 /*
2 * This file is part of the coreboot project.
4 * Copyright 2014 Google Inc.
5 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #include <boardid.h>
18 #include <console/console.h>
19 #include <gpio.h>
21 uint8_t board_id(void)
23 return 0;