SUNWlibtasn1.copyright revision 13404
13404N/AFor the avoidance of doubt, except that if any license choice other
13404N/Athan GPL or LGPL is available it will apply instead, Sun elects to
13404N/Ause only the General Public License version 2 (GPLv2) at this time
13404N/Afor any software where a choice of GPL license versions is made
13404N/Aavailable with the language indicating that GPLv2 or any later
13404N/Aversion may be used, or where a choice of which version of the GPL
13404N/Ais applied is otherwise unspecified.
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A
13404N/A Skeleton implementation for Bison's Yacc-like parsers in C
13404N/A
13404N/A Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
13404N/A Free Software Foundation, Inc.
13404N/A
13404N/A This program is free software; you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation; either version 2, or (at your option)
13404N/A any later version.
13404N/A
13404N/A This program is distributed in the hope that it will be useful,
13404N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
13404N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13404N/A GNU General Public License for more details.
13404N/A
13404N/A You should have received a copy of the GNU General Public License
13404N/A along with this program; if not, write to the Free Software
13404N/A Foundation, Inc., 51 Franklin Street, Fifth Floor,
13404N/A Boston, MA 02110-1301, USA.
13404N/A
13404N/A As a special exception, you may create a larger work that contains
13404N/A part or all of the Bison parser skeleton and distribute that work
13404N/A under terms of your choice, so long as that work isn't itself a
13404N/A parser generator using the skeleton or a modified version thereof
13404N/A as a parser skeleton. Alternatively, if you modify or redistribute
13404N/A the parser skeleton itself, you may (at your option) remove this
13404N/A special exception, which will cause the skeleton and the resulting
13404N/A Bison output files to be licensed under the GNU General Public
13404N/A License without this special exception.
13404N/A
13404N/A This special exception was added by the Free Software Foundation in
13404N/A version 2.2 of Bison.
13404N/A
13404N/A C LALR(1) parser skeleton written by Richard Stallman, by
13404N/A simplifying the original so-called "semantic" parser.
13404N/A
13404N/A All symbols defined below should begin with yy or YY, to avoid
13404N/A infringing on user name space. This should be done even for local
13404N/A variables, as they might otherwise be expanded by user macros.
13404N/A There are some unavoidable exceptions within include files to
13404N/A define necessary library symbols; they are noted "INFRINGES ON
13404N/A USER NAME SPACE" below.
13404N/A
13404N/A Identify Bison output.
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A
13404N/A Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007 Free
13404N/A Software Foundation, Inc.
13404N/A
13404N/A This file is part of the GNU C Library.
13404N/A
13404N/A Convenience header for conditional use of GNU <libintl.h>.
13404N/A Copyright (C) 1995-1998, 2000-2002, 2004-2006 Free Software Foundation, Inc.
13404N/A
13404N/A This program is free software; you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation; either version 3, or (at your option)
13404N/A any later version.
13404N/A
13404N/A This program is distributed in the hope that it will be useful,
13404N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
13404N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13404N/A GNU General Public License for more details.
13404N/A
13404N/A You should have received a copy of the GNU General Public License along
13404N/A with this program; if not, write to the Free Software Foundation,
13404N/A Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A
13404N/A Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation
13404N/A Copyright (C) 2002 Fabio Fiorina
13404N/A
13404N/A This file is part of LIBTASN1.
13404N/A
13404N/A LIBTASN1 is free software; you can redistribute it and/or modify it
13404N/A under the terms of the GNU Lesser General Public License as
13404N/A published by the Free Software Foundation; either version 2.1 of
13404N/A the License, or (at your option) any later version.
13404N/A
13404N/A LIBTASN1 is distributed in the hope that it will be useful, but
13404N/A WITHOUT ANY WARRANTY; without even the implied warranty of
13404N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13404N/A Lesser General Public License for more details.
13404N/A
13404N/A You should have received a copy of the GNU Lesser General Public
13404N/A License along with LIBTASN1; if not, write to the Free Software
13404N/A Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
13404N/A 02110-1301, USA
13404N/A
13404N/A
13404N/A
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A
13404N/A Copyright (C) 2004-2008 Free Software Foundation, Inc.
13404N/A
13404N/A Copyright (C) 2006 Free Software Foundation, Inc.
13404N/A Written by Simon Josefsson.
13404N/A
13404N/A Copyright (C) 1997, 1998, 2006, 2007 Free Software Foundation, Inc.
13404N/A
13404N/A Copyright (C) 2001-2002, 2004-2007 Free Software Foundation, Inc.
13404N/A Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
13404N/A
13404N/A Copyright (C) 1995-1996, 2001-2008 Free Software Foundation, Inc.
13404N/A
13404N/A Copyright (C) 2006 Free Software Foundation, Inc.
13404N/A Written by Simon Josefsson and Bruno Haible.
13404N/A
13404N/A This program is free software; you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation; either version 3, or (at your option)
13404N/A any later version.
13404N/A
13404N/A This program is distributed in the hope that it will be useful,
13404N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
13404N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13404N/A GNU General Public License for more details.
13404N/A
13404N/A You should have received a copy of the GNU General Public License
13404N/A along with this program; if not, write to the Free Software Foundation,
13404N/A Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13404N/A
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A
13404N/A Copyright (C) 2004, 2006, 2008 Free Software Foundation
13404N/A Copyright (C) 2000, 2001, 2002, 2003 Fabio Fiorina
13404N/A
13404N/A Copyright (C) 2006 Free Software Foundation
13404N/A Copyright (C) 2002 Nikos Mavroyanopoulos
13404N/A
13404N/A Copyright (C) 2002 Fabio Fiorina
13404N/A
13404N/A Copyright (C) 2004, 2006, 2007 Free Software Foundation
13404N/A Copyright (C) 2000,2001 Fabio Fiorina
13404N/A
13404N/A Copyright (C) 2006 Free Software Foundation, Inc.
13404N/A Copyright (C) 2002, 2005 Fabio Fiorina
13404N/A
13404N/A Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation
13404N/A Copyright (C) 2004, 2006, 2008 Free Software Foundation, Inc.
13404N/A Copyright (C) 2004, 2006 Free Software Foundation, Inc.
13404N/A Copyright (C) 2002 Fabio Fiorina
13404N/A
13404N/A This file is part of LIBTASN1.
13404N/A
13404N/A The LIBTASN1 library is free software; you can redistribute it
13404N/A and/or modify it under the terms of the GNU Lesser General Public
13404N/A License as published by the Free Software Foundation; either
13404N/A version 2.1 of the License, or (at your option) any later version.
13404N/A
13404N/A This library is distributed in the hope that it will be useful, but
13404N/A WITHOUT ANY WARRANTY; without even the implied warranty of
13404N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13404N/A Lesser General Public License for more details.
13404N/A
13404N/A You should have received a copy of the GNU Lesser General Public
13404N/A License along with this library; if not, write to the Free Software
13404N/A Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
13404N/A 02110-1301, USA
13404N/A
13404N/A
13404N/A***************************************************
13404N/A File: element.c
13404N/A Description: Functions with the read and write
13404N/A functions.
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A
13404N/A Copyright (C) 1995, 2001-2004, 2006-2008 Free Software Foundation, Inc.
13404N/A
13404N/A Copyright (C) 1999-2006 Free Software Foundation, Inc.
13404N/A
13404N/A Copyright (C) 1999-2008 Free Software Foundation, Inc.
13404N/A
13404N/A Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006,2007
13404N/A Free Software Foundation, Inc.
13404N/A This file is part of the GNU C Library.
13404N/A
13404N/A This program is free software: you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation; either version 3 of the License, or
13404N/A (at your option) any later version.
13404N/A
13404N/A This program is distributed in the hope that it will be useful,
13404N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
13404N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13404N/A GNU General Public License for more details.
13404N/A
13404N/A You should have received a copy of the GNU General Public License
13404N/A along with this program. If not, see <http://www.gnu.org/licenses/>.
13404N/A
13404N/A Written by Jim Meyering.
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A
13404N/A Copyright (C) 2006, 2007 Free Software Foundation
13404N/A Copyright (C) 2002 Fabio Fiorina
13404N/A
13404N/A This file is part of LIBTASN1.
13404N/A
13404N/A This program is free software: you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation, either version 3 of the License, or
13404N/A Program name management.
13404N/A Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
13404N/A Written by Bruno Haible <haible@clisp.cons.org>, 2001.
13404N/A
13404N/A getopt_long and getopt_long_only entry points for GNU getopt.
13404N/A Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004,2006
13404N/A Free Software Foundation, Inc.
13404N/A This file is part of the GNU C Library.
13404N/A
13404N/A Utility to help print --version output in a consistent format.
13404N/A Copyright (C) 1999, 2003, 2005 Free Software Foundation, Inc.
13404N/A
13404N/A Internal declarations for getopt.
13404N/A Copyright (C) 1989-1994,1996-1999,2001,2003,2004
13404N/A Free Software Foundation, Inc.
13404N/A This file is part of the GNU C Library.
13404N/A
13404N/A This program is free software: you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation; either version 3 of the License, or
13404N/A Copyright (C) 2006, 2007, 2008 Free Software Foundation
13404N/A Copyright (C) 2002 Fabio Fiorina
13404N/A
13404N/A This file is part of LIBTASN1.
13404N/A
13404N/A Copyright (C) 2006, 2007, 2008 Free Software Foundation
13404N/A Copyright (C) 2000,2001 Fabio Fiorina
13404N/A
13404N/A This file is part of LIBTASN1.
13404N/A
13404N/A This program is free software: you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation, either version 3 of the License, or
13404N/A Program name management.
13404N/A Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
13404N/A Written by Bruno Haible <haible@clisp.cons.org>, 2001.
13404N/A
13404N/A Getopt for GNU.
13404N/A NOTE: getopt is now part of the C library, so if you don't know what
13404N/A "Keep this file name-space clean" means, talk to drepper@gnu.org
13404N/A before changing it!
13404N/A Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004,2006,2008
13404N/A Free Software Foundation, Inc.
13404N/A This file is part of the GNU C Library.
13404N/A
13404N/A realloc() function that is glibc compatible.
13404N/A
13404N/A Copyright (C) 1997, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
13404N/A
13404N/A This program is free software: you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation; either version 3 of the License, or
13404N/A Copyright (C) 2006, 2007, 2008 Free Software Foundation
13404N/A Copyright (C) 2000,2001 Fabio Fiorina
13404N/A
13404N/A This file is part of LIBTASN1.
13404N/A
13404N/A This program is free software: you can redistribute it and/or modify
13404N/A it under the terms of the GNU General Public License as published by
13404N/A the Free Software Foundation, either version 3 of the License, or
13404N/A (at your option) any later version.
13404N/A
13404N/A This program is distributed in the hope that it will be useful,
13404N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
13404N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13404N/A GNU General Public License for more details.
13404N/A
13404N/A You should have received a copy of the GNU General Public License
13404N/A along with this program. If not, see <http://www.gnu.org/licenses/>.
13404N/A
13404N/A--------------------------------------------------------------------
13404N/A