src/regex_parser.c

changeset 57
68018eac46c3
parent 54
76d46533b9a9
child 66
be2084398c37
--- a/src/regex_parser.c	Thu Aug 23 17:58:38 2018 +0200
+++ b/src/regex_parser.c	Thu Aug 23 19:45:36 2018 +0200
@@ -1,6 +1,6 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
- * Copyright 2017 Mike Becker. All rights reserved.
+ * Copyright 2018 Mike Becker. All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -21,12 +21,7 @@
  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- *
- * regex_parser.c
- *
- *  Created on: 26.01.2012
- *      Author: Mike
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
 #include "regex_parser.h"

mercurial