From: Jagannadha Sutradharudu Teki Date: Fri, 17 Aug 2012 04:32:19 +0000 (+0530) Subject: Xilinx: ARM: Add license notes on board configs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11e6e95774ca352cf85d678e806657a21324a9e0;p=thirdparty%2Fu-boot.git Xilinx: ARM: Add license notes on board configs This patch adds license notes on all zynq board configurations Now the license notes resemble the license notes as on xilinx linux git. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/include/configs/zynq_afx.h b/include/configs/zynq_afx.h index 541f9b472e8..d98af2d4fb0 100644 --- a/include/configs/zynq_afx.h +++ b/include/configs/zynq_afx.h @@ -1,24 +1,14 @@ /* - * (C) Copyright 2012 - * Xilinx, Inc. All rights reserved. - * Jagan + * (C) Copyright 2012 Xilinx * * Configuration settings for the Xilinx Zynq AFX board. * See zynq_common.h for Zynq common configs * - * 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., 59 Temple Place, Suite 330, Boston, diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 87257e3861c..ac11129b6f0 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -1,6 +1,17 @@ /* + * (C) Copyright 2012 Xilinx + * * Xilinx Zynq common configuration settings * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA */ #ifndef __CONFIG_ZYNQ_COMMON_H diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index cf910dbf3c3..10a480d811a 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -1,8 +1,18 @@ /* - * Hacked together, - * hopefully functional. + * (C) Copyright 2012 Xilinx * + * Configuration settings for the Xilinx Zynq EP107 board. * See zynq_common.h for Zynq common configs + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA */ #ifndef __CONFIG_ZYNQ_EP107_H diff --git a/include/configs/zynq_zc702.h b/include/configs/zynq_zc702.h index 3772db51f24..5fc72b39cfb 100644 --- a/include/configs/zynq_zc702.h +++ b/include/configs/zynq_zc702.h @@ -1,23 +1,14 @@ /* - * (C) Copyright 2012 - * Xilinx, Inc. All rights reserved. + * (C) Copyright 2012 Xilinx * * Configuration settings for the Xilinx Zynq ZC702 board. * See zynq_common.h for Zynq common configs * - * 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., 59 Temple Place, Suite 330, Boston, diff --git a/include/configs/zynq_zc706.h b/include/configs/zynq_zc706.h index b821dd5a8b1..2de3b92a4f3 100644 --- a/include/configs/zynq_zc706.h +++ b/include/configs/zynq_zc706.h @@ -1,25 +1,15 @@ /* - * (C) Copyright 2012 - * Xilinx, Inc. All rights reserved. - * Jagan + * (C) Copyright 2012 Xilinx * * Configuration settings for the Xilinx Zynq ZC706 board. * See zynq_zc702.h as most of the board headers for both * are similar * - * 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., 59 Temple Place, Suite 330, Boston, diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 0bace95bb05..183bef67b6b 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -1,8 +1,18 @@ /* - * Hacked together, - * hopefully functional. + * (C) Copyright 2012 Xilinx * + * Configuration settings for the Xilinx Zynq ZC770 board. * See zynq_common.h for Zynq common configs + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA */ #ifndef __CONFIG_ZYNQ_ZC770_H diff --git a/include/configs/zynq_zed.h b/include/configs/zynq_zed.h index aff7dd56345..a6e2f661ba3 100644 --- a/include/configs/zynq_zed.h +++ b/include/configs/zynq_zed.h @@ -1,7 +1,18 @@ /* - * Configuration for Zynq Evaluation and Development Board - ZedBoard + * (C) Copyright 2012 Xilinx * + * Configuration for Zynq Evaluation and Development Board - ZedBoard * See zynq_common.h for Zynq common configs + * + * 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. + * + * 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., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA */ #ifndef __CONFIG_ZYNQ_ZED_H