diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-07-16 11:32:10 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-07-16 11:32:10 +0000 |
commit | e317638bd0d3f0b6da152705c282cb0ac95f16cb (patch) | |
tree | 0fe5c41bb1f37d624688e64321497ee52c7e940d /src | |
parent | 92bb1a8ff288824b73f3b3e6f814294472406763 (diff) | |
download | libtasn1-e317638bd0d3f0b6da152705c282cb0ac95f16cb.tar.gz libtasn1-e317638bd0d3f0b6da152705c282cb0ac95f16cb.tar.bz2 libtasn1-e317638bd0d3f0b6da152705c282cb0ac95f16cb.zip |
Fix address in license.
Diffstat (limited to 'src')
-rw-r--r-- | src/CertificateExample.c | 21 | ||||
-rw-r--r-- | src/CrlExample.c | 21 | ||||
-rw-r--r-- | src/asn1Coding.c | 21 | ||||
-rw-r--r-- | src/asn1Decoding.c | 21 | ||||
-rw-r--r-- | src/asn1Parser.c | 21 |
5 files changed, 55 insertions, 50 deletions
diff --git a/src/CertificateExample.c b/src/CertificateExample.c index 1c1c868..eb2120b 100644 --- a/src/CertificateExample.c +++ b/src/CertificateExample.c @@ -1,21 +1,22 @@ /* * Copyright (C) 2000,2001 Fabio Fiorina * - * This file is part of GNUTLS. + * This file is part of LIBTASN1. * - * GNUTLS 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 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. * - * GNUTLS 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. + * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ diff --git a/src/CrlExample.c b/src/CrlExample.c index 8c5d400..e9a9fdf 100644 --- a/src/CrlExample.c +++ b/src/CrlExample.c @@ -1,21 +1,22 @@ /* * Copyright (C) 2000,2001 Fabio Fiorina * - * This file is part of GNUTLS. + * This file is part of LIBTASN1. * - * GNUTLS 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 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. * - * GNUTLS 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. + * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ diff --git a/src/asn1Coding.c b/src/asn1Coding.c index 3a2ccfe..5a7ad07 100644 --- a/src/asn1Coding.c +++ b/src/asn1Coding.c @@ -1,21 +1,22 @@ /* * Copyright (C) 2002 Fabio Fiorina * - * This file is part of LIBASN1. + * This file is part of LIBTASN1. * - * LIBASN1 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 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. * - * LIBASN1 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. + * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ diff --git a/src/asn1Decoding.c b/src/asn1Decoding.c index 8a0a2e8..3176ba6 100644 --- a/src/asn1Decoding.c +++ b/src/asn1Decoding.c @@ -1,21 +1,22 @@ /* * Copyright (C) 2002 Fabio Fiorina * - * This file is part of LIBASN1. + * This file is part of LIBTASN1. * - * LIBASN1 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 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. * - * LIBASN1 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. + * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ diff --git a/src/asn1Parser.c b/src/asn1Parser.c index 009ccff..c67b104 100644 --- a/src/asn1Parser.c +++ b/src/asn1Parser.c @@ -1,21 +1,22 @@ /*
* Copyright (C) 2002 Fabio Fiorina
*
- * This file is part of LIBASN1.
+ * This file is part of LIBTASN1.
*
- * LIBASN1 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 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.
*
- * LIBASN1 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.
+ * 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA
*/
|