diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-01-23 11:46:34 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-01-23 11:46:34 +0900 |
commit | 2fba7a08770586b342db367750a8447f21882d9a (patch) | |
tree | 7630e36dc3d53546014fa125eda16cde3952e857 /include/asm-arm/arch-kirkwood/mpp.h | |
parent | b097d552bc9ee0351bb0c3d1219856e845df59f9 (diff) | |
parent | 69df282a781dfe7a1bfc62acf0605992d3ea6c52 (diff) | |
download | u-boot-imx-2fba7a08770586b342db367750a8447f21882d9a.zip u-boot-imx-2fba7a08770586b342db367750a8447f21882d9a.tar.gz u-boot-imx-2fba7a08770586b342db367750a8447f21882d9a.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/asm-arm/arch-kirkwood/mpp.h')
-rw-r--r-- | include/asm-arm/arch-kirkwood/mpp.h | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/include/asm-arm/arch-kirkwood/mpp.h b/include/asm-arm/arch-kirkwood/mpp.h index bc74278..b3c090e 100644 --- a/include/asm-arm/arch-kirkwood/mpp.h +++ b/include/asm-arm/arch-kirkwood/mpp.h @@ -3,9 +3,23 @@ * * Copyright 2009: Marvell Technology Group Ltd. * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. + * See file CREDITS for list of people who contributed to this + * project. + * + * 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 Street, Fifth Floor, Boston, + * MA 02110-1301 USA */ #ifndef __KIRKWOOD_MPP_H |