REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES [What is the name of the program or package you're contributing to?] grep
[Did you copy any files or text written by someone else in these changes? Even if that material is free software, we need to know about it.] No. Only well-known algorithm and data structure ( http://en.wikipedia.org/wiki/Heap_%28data_structure%29 ), implemented from scratch [Do you have an employer who might have a basis to claim to own your changes? Do you attend a school which might make such a claim?] No. [For the copyright registration, what country are you a citizen of?] Russian Federation. [What year were you born?] 1983 [Please write your email address here.] [email protected] [Please write your postal address here.] 119021 Russian Federation, Moscow, Timura-Frunze, d.8, kv.21 [Which files have you changed so far, and which new files have you written so far?] File dfa.c, from "grep" utility source code. Partial content of the file: /* dfa.c - deterministic extended regexp routines for GNU Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2012 Free Software Foundation, Inc. ..... /* Written June, 1988 by Mike Haertel Modified July, 1988 by Arthur David Olson to assist BMG speedups */
