]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Add license notes on board configs
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Fri, 17 Aug 2012 04:32:19 +0000 (10:02 +0530)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Fri, 17 Aug 2012 11:22:08 +0000 (16:52 +0530)
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 <jaganna@xilinx.com>
include/configs/zynq_afx.h
include/configs/zynq_common.h
include/configs/zynq_ep107.h
include/configs/zynq_zc702.h
include/configs/zynq_zc706.h
include/configs/zynq_zc770.h
include/configs/zynq_zed.h

index 541f9b472e8f2ca9be3f857975b857176d150284..d98af2d4fb089aeeaa74d80bc52d99313234782b 100644 (file)
@@ -1,24 +1,14 @@
 /*
- * (C) Copyright 2012
- * Xilinx, Inc. All rights reserved.
- * Jagan <jaganna@xilinx.com>
+ * (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,
index 87257e3861cad3972f137422d8fb024488055ac8..ac11129b6f0eb80db65773a9b19b37cf9eb313b1 100644 (file)
@@ -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
index cf910dbf3c375acdf1f84a79f5c9c70ab876612b..10a480d811a799493c1b7196f1c14250d365cbaf 100644 (file)
@@ -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
index 3772db51f24dadf749871dd050ce0e42df4f60e7..5fc72b39cfbe54865a140f069ceee2f908931164 100644 (file)
@@ -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,
index b821dd5a8b19dc659e71bb5ded0eba89c9283fb9..2de3b92a4f3eced379c17b0ed980aa277f194283 100644 (file)
@@ -1,25 +1,15 @@
 /*
- * (C) Copyright 2012
- * Xilinx, Inc. All rights reserved.
- * Jagan <jaganna@xilinx.com>
+ * (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,
index 0bace95bb057d6bf77f2b85bb16236d278d708dd..183bef67b6b8be9fb4257298b2e3c041a2309b6f 100644 (file)
@@ -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
index aff7dd56345557b131d034fd361a7a7c1ddefdb4..a6e2f661ba3f9193df68b1cbe3f35cee371410ef 100644 (file)
@@ -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