summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-11 12:20:12 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-11 12:20:12 +0100
commit931e5fffc503aa923b9e331af1481ecfb8b9549d (patch)
tree8c1cfa66b3306bf43543aab5f56cfcded6b98605
parentf7bb5db5eb60f9fbdd7eebb9b5121554c2ba8666 (diff)
downloadlibtasn1-931e5fffc503aa923b9e331af1481ecfb8b9549d.tar.gz
Merge Fabio and Nikos copyrights to the FSF, both have signed papers.
-rw-r--r--lib/ASN1.y11
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/ASN1.y b/lib/ASN1.y
index cf7536c..76afbb4 100644
--- a/lib/ASN1.y
+++ b/lib/ASN1.y
@@ -1,7 +1,7 @@
+%{
/*
- * Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010 Free Software
- * Foundation, Inc.
- * Copyright (C) 2001, 2002 Fabio Fiorina
+ * Copyright (C) 2001, 2002, 2004, 2005, 2006, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
@@ -29,20 +29,17 @@
/* ASN.1 syntax */
/*****************************************************/
-
-%{
#include <int.h>
#include <parser_aux.h>
#include <structure.h>
-
static FILE *file_asn1; /* Pointer to file to parse */
static asn1_retCode result_parse; /* result of the parser
algorithm */
static ASN1_TYPE p_tree; /* pointer to the root of the
structure created by the
parser*/
- static unsigned long lineNumber; /* line number describing the
+static unsigned long lineNumber; /* line number describing the
parser position inside the
file */
static char lastToken[ASN1_MAX_NAME_SIZE+1]; /* last token find in the file