svn commit: trunk/uClibc/ldso/ldso/frv
vapier at uclibc.org
vapier at uclibc.org
Wed Jul 5 10:40:17 UTC 2006
Author: vapier
Date: 2006-07-05 03:40:15 -0700 (Wed, 05 Jul 2006)
New Revision: 15626
Log:
update license
Modified:
trunk/uClibc/ldso/ldso/frv/dl-debug.h
trunk/uClibc/ldso/ldso/frv/dl-inlines.h
trunk/uClibc/ldso/ldso/frv/dl-startup.h
trunk/uClibc/ldso/ldso/frv/dl-syscalls.h
trunk/uClibc/ldso/ldso/frv/dl-sysdep.h
trunk/uClibc/ldso/ldso/frv/elfinterp.c
trunk/uClibc/ldso/ldso/frv/resolve.S
Changeset:
Modified: trunk/uClibc/ldso/ldso/frv/dl-debug.h
===================================================================
--- trunk/uClibc/ldso/ldso/frv/dl-debug.h 2006-07-05 10:36:32 UTC (rev 15625)
+++ trunk/uClibc/ldso/ldso/frv/dl-debug.h 2006-07-05 10:40:15 UTC (rev 15626)
@@ -1,29 +1,15 @@
/* FR-V FDPIC ELF shared library loader suppport
- Copyright (C) 2003, 2004 Red Hat, Inc.
- Contributed by Alexandre Oliva <aoliva at redhat.com>
- Lots of code copied from ../i386/elfinterp.c, so:
- Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald,
- David Engel, Hongjiu Lu and Mitch D'Souza
- Copyright (C) 2001-2002, Erik Andersen
- All rights reserved.
+ * Copyright (C) 2003, 2004 Red Hat, Inc.
+ * Contributed by Alexandre Oliva <aoliva at redhat.com>
+ * Lots of code copied from ../i386/elfinterp.c, so:
+ * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald,
+ * David Engel, Hongjiu Lu and Mitch D'Souza
+ * Copyright (C) 2001-2002, Erik Andersen
+ * All rights reserved.
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
-This file is part of uClibc.
-
-uClibc is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-uClibc 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with uClibc; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-USA. */
-
static const char *_dl_reltypes_tab[] =
{
[0] "R_FRV_NONE", "R_FRV_32",
Modified: trunk/uClibc/ldso/ldso/frv/dl-inlines.h
===================================================================
--- trunk/uClibc/ldso/ldso/frv/dl-inlines.h 2006-07-05 10:36:32 UTC (rev 15625)
+++ trunk/uClibc/ldso/ldso/frv/dl-inlines.h 2006-07-05 10:40:15 UTC (rev 15626)
@@ -1,24 +1,9 @@
- /* Copyright (C) 2003, 2004 Red Hat, Inc.
- Contributed by Alexandre Oliva <aoliva at redhat.com>
+/* Copyright (C) 2003, 2004 Red Hat, Inc.
+ * Contributed by Alexandre Oliva <aoliva at redhat.com>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
-This file is part of uClibc.
-
-uClibc is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-uClibc 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with uClibc; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-USA. */
-
-
#ifndef _dl_assert
# define _dl_assert(expr)
#endif
Modified: trunk/uClibc/ldso/ldso/frv/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/frv/dl-startup.h 2006-07-05 10:36:32 UTC (rev 15625)
+++ trunk/uClibc/ldso/ldso/frv/dl-startup.h 2006-07-05 10:40:15 UTC (rev 15626)
@@ -1,23 +1,9 @@
- /* Copyright (C) 2003 Red Hat, Inc.
- Contributed by Alexandre Oliva <aoliva at redhat.com>
+/* Copyright (C) 2003 Red Hat, Inc.
+ * Contributed by Alexandre Oliva <aoliva at redhat.com>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
-This file is part of uClibc.
-
-uClibc is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-uClibc 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with uClibc; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-USA. */
-
/* Any assembly language/system dependent hacks needed to setup
* boot1.c so it will work as expected and cope with whatever platform
* specific wierdness is needed for this architecture.
Modified: trunk/uClibc/ldso/ldso/frv/dl-syscalls.h
===================================================================
--- trunk/uClibc/ldso/ldso/frv/dl-syscalls.h 2006-07-05 10:36:32 UTC (rev 15625)
+++ trunk/uClibc/ldso/ldso/frv/dl-syscalls.h 2006-07-05 10:40:15 UTC (rev 15626)
@@ -1,23 +1,9 @@
/* Copyright (C) 2003, 2004 Red Hat, Inc.
- Contributed by Alexandre Oliva <aoliva at redhat.com>
+ * Contributed by Alexandre Oliva <aoliva at redhat.com>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
-This file is part of uClibc.
-
-uClibc is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-uClibc 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with uClibc; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-USA. */
-
/* We can't use the real errno in ldso, since it has not yet
* been dynamicly linked in yet. */
#include "sys/syscall.h"
Modified: trunk/uClibc/ldso/ldso/frv/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/frv/dl-sysdep.h 2006-07-05 10:36:32 UTC (rev 15625)
+++ trunk/uClibc/ldso/ldso/frv/dl-sysdep.h 2006-07-05 10:40:15 UTC (rev 15626)
@@ -1,24 +1,10 @@
- /* Copyright (C) 2003, 2004 Red Hat, Inc.
- Contributed by Alexandre Oliva <aoliva at redhat.com>
- Based on ../i386/dl-sysdep.h
+/* Copyright (C) 2003, 2004 Red Hat, Inc.
+ * Contributed by Alexandre Oliva <aoliva at redhat.com>
+ * Based on ../i386/dl-sysdep.h
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
-This file is part of uClibc.
-
-uClibc is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-uClibc 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with uClibc; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-USA. */
-
/*
* Various assembly language/system dependent hacks that are required
* so that we can minimize the amount of platform specific code.
Modified: trunk/uClibc/ldso/ldso/frv/elfinterp.c
===================================================================
--- trunk/uClibc/ldso/ldso/frv/elfinterp.c 2006-07-05 10:36:32 UTC (rev 15625)
+++ trunk/uClibc/ldso/ldso/frv/elfinterp.c 2006-07-05 10:40:15 UTC (rev 15626)
@@ -1,29 +1,15 @@
/* FR-V FDPIC ELF shared library loader suppport
- Copyright (C) 2003, 2004 Red Hat, Inc.
- Contributed by Alexandre Oliva <aoliva at redhat.com>
- Lots of code copied from ../i386/elfinterp.c, so:
- Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald,
- David Engel, Hongjiu Lu and Mitch D'Souza
- Copyright (C) 2001-2002, Erik Andersen
- All rights reserved.
+ * Copyright (C) 2003, 2004 Red Hat, Inc.
+ * Contributed by Alexandre Oliva <aoliva at redhat.com>
+ * Lots of code copied from ../i386/elfinterp.c, so:
+ * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald,
+ * David Engel, Hongjiu Lu and Mitch D'Souza
+ * Copyright (C) 2001-2002, Erik Andersen
+ * All rights reserved.
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
-This file is part of uClibc.
-
-uClibc is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-uClibc 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with uClibc; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-USA. */
-
#include <features.h>
/* Program to load an ELF binary on a linux system, and run it.
Modified: trunk/uClibc/ldso/ldso/frv/resolve.S
===================================================================
--- trunk/uClibc/ldso/ldso/frv/resolve.S 2006-07-05 10:36:32 UTC (rev 15625)
+++ trunk/uClibc/ldso/ldso/frv/resolve.S 2006-07-05 10:40:15 UTC (rev 15626)
@@ -1,23 +1,9 @@
- /* Copyright (C) 2003 Red Hat, Inc.
- Contributed by Alexandre Oliva <aoliva at redhat.com>
+/* Copyright (C) 2003 Red Hat, Inc.
+ * Contributed by Alexandre Oliva <aoliva at redhat.com>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
-This file is part of uClibc.
-
-uClibc is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-uClibc 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with uClibc; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-USA. */
-
/* The function below is tail-called by resolver stubs when a
lazily-bound function is called. It must preserve all
registers that could be used to pass arguments to the actual
More information about the uClibc-cvs
mailing list