diff options
author | Tollef Fog Heen <tfheen@err.no> | 2008-04-28 21:25:51 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2008-04-28 21:25:51 +0200 |
commit | 6d2f77a2197847ec0b1e94ec966951a32d154dea (patch) | |
tree | 247b1a9c8b77e4f1afa4d65bfeae893a8e60c05d | |
parent | d5d6a8f8a773f3516b35df0acbac53bd293f154f (diff) |
2008-04-28 Tollef Fog Heen <tfheen@err.no>
* parse.c Add my name to the copyright header, mainly to prevent
emacs from being stupid and updating RH's copyright year.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | parse.c | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-04-28 Tollef Fog Heen <tfheen@err.no> + * parse.c Add my name to the copyright header, mainly to prevent + emacs from being stupid and updating RH's copyright year. + * parse.c (_do_parse_libs): Special-case "-lib:" in the Libs field; it's not an -l. Yes, this breaks if your library is called libib:$something, in which case you lose. Gnome #142952 @@ -1,4 +1,5 @@ /* + * Copyright (C) 2006-2008 Tollef Fog Heen <tfheen@err.no> * Copyright (C) 2001, 2002, 2005-2006 Red Hat Inc. * * This program is free software; you can redistribute it and/or |