2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

update copyright dates

This commit is contained in:
John Johansen
2007-04-11 08:12:51 +00:00
parent ef709ac4d3
commit cd79c1ac77
29 changed files with 134 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
/*
* regexp.y -- Regular Expression Matcher Generator
* (C) 2006 Andreas Gruenbacher <agruen@suse.de>
* (C) 2006, 2007 Andreas Gruenbacher <agruen@suse.de>
*
* Implementation based on the Lexical Analysis chapter of:
* Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman: