diff options
-rw-r--r-- | cvt.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ /* cvt.c Generate mode timings using the CVT Standard * - * gcc gtf.c -o gtf -lm -Wall + * gcc cvt.c -o cvt -lm * * Copyright (c) 2001, Andy Ritger aritger@nvidia.com * All rights reserved. + * + * work derivated from gtf.c by Pascal Rigaux pixel@mandriva.com + * * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |