From: SangHee Kim Date: Mon, 26 Apr 2010 10:56:49 +0000 (+0900) Subject: recovery: modify the license X-Git-Tag: JD14_20100427 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c743fed4c09be985ef00d5df1adb36f42b25de7;p=kernel%2Fu-boot.git recovery: modify the license --- diff --git a/recovery/Makefile b/recovery/Makefile index 9bf2bb0..481bc69 100644 --- a/recovery/Makefile +++ b/recovery/Makefile @@ -5,11 +5,6 @@ # Minkyu Kang # Kyungmin Park # -# 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. -# include $(TOPDIR)/$(RECOVERY_BLOCK)/config.mk diff --git a/recovery/board/samsung/universal/Makefile b/recovery/board/samsung/universal/Makefile index c25c4ff..ac33aa6 100644 --- a/recovery/board/samsung/universal/Makefile +++ b/recovery/board/samsung/universal/Makefile @@ -5,11 +5,6 @@ # Minkyu Kang # Kyungmin Park # -# 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. -# include $(TOPDIR)/$(RECOVERY_BLOCK)/config.mk diff --git a/recovery/board/samsung/universal/gpio.c b/recovery/board/samsung/universal/gpio.c index 82ea215..0be942d 100644 --- a/recovery/board/samsung/universal/gpio.c +++ b/recovery/board/samsung/universal/gpio.c @@ -1,21 +1,6 @@ /* - * (C) Copyright 2009 Samsung Electronics + * Copyright (C) 2009-2010 Samsung Electronics * Minkyu Kang - * - * 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, - * MA 02111-1307 USA */ #include diff --git a/recovery/board/samsung/universal/recovery.lds b/recovery/board/samsung/universal/recovery.lds index 1c98cf3..f4fbb42 100644 --- a/recovery/board/samsung/universal/recovery.lds +++ b/recovery/board/samsung/universal/recovery.lds @@ -1,26 +1,6 @@ /* - * (C) Copyright 2005-2008 Samsung Electronics + * Copyright (C) 2005-2010 Samsung Electronics * Kyungmin Park - * - * Derived from X-loader - * - * 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, - * MA 02111-1307 USA */ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") diff --git a/recovery/board/samsung/universal/universal.c b/recovery/board/samsung/universal/universal.c index c17d079..6674e62 100644 --- a/recovery/board/samsung/universal/universal.c +++ b/recovery/board/samsung/universal/universal.c @@ -1,23 +1,5 @@ /* - * (C) Copyright 2010 Samsung Electronics - * - * 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, - * MA 02111-1307 USA + * Copyright (C) 2009-2010 Samsung Electronics */ #include diff --git a/recovery/drivers/onenand/Makefile b/recovery/drivers/onenand/Makefile index a245532..b9c7ae9 100644 --- a/recovery/drivers/onenand/Makefile +++ b/recovery/drivers/onenand/Makefile @@ -2,24 +2,6 @@ # Copyright (C) 2005-2007 Samsung Electronics. # Kyungmin Park # -# 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, -# MA 02111-1307 USA -# include $(TOPDIR)/$(RECOVERY_BLOCK)/config.mk diff --git a/recovery/drivers/onenand/onenand_base.c b/recovery/drivers/onenand/onenand_base.c index f62e5d1..cc16326 100644 --- a/recovery/drivers/onenand/onenand_base.c +++ b/recovery/drivers/onenand/onenand_base.c @@ -3,20 +3,6 @@ * * Copyright (C) 2005-2007 Samsung Electronics * Kyungmin Park - * - * Credits: - * Adrian Hunter : - * auto-placement support, read-while load support, various fixes - * Copyright (C) Nokia Corporation, 2007 - * - * Rohit Hagargundgi , - * Amul Kumar Saha : - * Flex-OneNAND support - * Copyright (C) Samsung Electronics, 2009 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include diff --git a/recovery/drivers/onenand/onenand_bbt.c b/recovery/drivers/onenand/onenand_bbt.c index d9777c9..99dcdc9 100644 --- a/recovery/drivers/onenand/onenand_bbt.c +++ b/recovery/drivers/onenand/onenand_bbt.c @@ -8,10 +8,6 @@ * * TODO: * Split BBT core and chip specific BBT. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include diff --git a/recovery/drivers/serial/Makefile b/recovery/drivers/serial/Makefile index af7a5e3..019596e 100644 --- a/recovery/drivers/serial/Makefile +++ b/recovery/drivers/serial/Makefile @@ -1,25 +1,7 @@ # -# Copyright (C) 2005-2007 Samsung Electronics. +# Copyright (C) 2010 Samsung Electronics. # Sanghee Kim # -# 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, -# MA 02111-1307 USA -# include $(TOPDIR)/$(RECOVERY_BLOCK)/config.mk diff --git a/recovery/drivers/serial/serial_s5pc1xx.c b/recovery/drivers/serial/serial_s5pc1xx.c index 9164140..18207ff 100644 --- a/recovery/drivers/serial/serial_s5pc1xx.c +++ b/recovery/drivers/serial/serial_s5pc1xx.c @@ -1,24 +1,7 @@ /* - * (C) Copyright 2009 SAMSUNG Electronics + * Copyright (C) 2009 Samsung Electronics * Minkyu Kang * Heungjun Kim - * - * based on drivers/serial/s3c64xx.c - * - * 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, MA 02111-1307 USA - * */ #include diff --git a/recovery/drivers/usb/Makefile b/recovery/drivers/usb/Makefile index 21c1b5e..cba95d8 100644 --- a/recovery/drivers/usb/Makefile +++ b/recovery/drivers/usb/Makefile @@ -2,24 +2,6 @@ # Copyright (C) 2010 Samsung Electronics. # Minkyu Kang # -# 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, -# MA 02111-1307 USA -# include $(TOPDIR)/$(RECOVERY_BLOCK)/config.mk diff --git a/recovery/drivers/usb/s5p_usb_downloader.c b/recovery/drivers/usb/s5p_usb_downloader.c index 8a9b422..0932488 100644 --- a/recovery/drivers/usb/s5p_usb_downloader.c +++ b/recovery/drivers/usb/s5p_usb_downloader.c @@ -1,22 +1,6 @@ /* * Copyright (C) 2009 Samsung Electronics * Minkyu Kang - * - * 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, - * MA 02111-1307 USA - * */ #include diff --git a/recovery/drivers/usb/s5p_usb_hs_otg.c b/recovery/drivers/usb/s5p_usb_hs_otg.c index 900af30..4f77b51 100644 --- a/recovery/drivers/usb/s5p_usb_hs_otg.c +++ b/recovery/drivers/usb/s5p_usb_hs_otg.c @@ -1,21 +1,6 @@ /* * Copyright (C) 2009 Samsung Electronics * Minkyu Kang - * - * 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, - * MA 02111-1307 USA */ #include diff --git a/recovery/drivers/usb/s5p_usb_hs_otg.h b/recovery/drivers/usb/s5p_usb_hs_otg.h index fe23347..7cb1b37 100644 --- a/recovery/drivers/usb/s5p_usb_hs_otg.h +++ b/recovery/drivers/usb/s5p_usb_hs_otg.h @@ -1,22 +1,6 @@ /* - * (C) Copyright 2007 - * Byungjae Lee, Samsung Erectronics, bjlee@samsung.com. - * - only support for S3C6400 - * - * 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, - * MA 02111-1307 USA + * Copyright (C) 2007 Samsung Electronics + * Byungjae Lee */ #ifndef __USBD_HS_OTG_H__ diff --git a/recovery/onenand.c b/recovery/onenand.c index 9f70e02..e52f92e 100644 --- a/recovery/onenand.c +++ b/recovery/onenand.c @@ -1,24 +1,6 @@ /* - * (C) Copyright 2005-2009 Samsung Electronics + * Copyright (C) 2005-2010 Samsung Electronics * Kyungmin Park - * - * 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, - * MA 02111-1307 USA */ #include diff --git a/recovery/onenand.h b/recovery/onenand.h index 503e8da..5fe7831 100644 --- a/recovery/onenand.h +++ b/recovery/onenand.h @@ -1,21 +1,6 @@ /* - * (C) Copyright 2005-2008 Samsung Electronics + * Copyright (C) 2005-2010 Samsung Electronics * Kyungmin Park - * - * 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, - * MA 02111-1307 USA */ #ifndef _ONENAND_H diff --git a/recovery/recovery.c b/recovery/recovery.c index 688fdd6..5c64677 100644 --- a/recovery/recovery.c +++ b/recovery/recovery.c @@ -1,24 +1,6 @@ /* - * (C) Copyright 2010 Samsung Electronics + * Copyright (C) 2010 Samsung Electronics * Minkyu Kang - * - * 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, - * MA 02111-1307 USA */ #include diff --git a/recovery/serial.c b/recovery/serial.c index 6805cd6..cfd086b 100644 --- a/recovery/serial.c +++ b/recovery/serial.c @@ -1,24 +1,6 @@ /* - * (C) Copyright 2010 Samsung Electronics + * Copyright (C) 2010 Samsung Electronics * Sanghee Kim - * - * 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, - * MA 02111-1307 USA */ #include