diff options
Diffstat (limited to 'tmake')
-rwxr-xr-x | tmake/bin/progen | 2 | ||||
-rwxr-xr-x | tmake/bin/tmake | 2 | ||||
-rw-r--r-- | tmake/example/hello.cpp | 2 | ||||
-rw-r--r-- | tmake/example/hello.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tmake/bin/progen b/tmake/bin/progen index 8237fd5..5be6411 100755 --- a/tmake/bin/progen +++ b/tmake/bin/progen @@ -1,6 +1,6 @@ #!/usr/bin/perl ############################################################################ -# $Id$ +# # # Generates a tmake project file. # diff --git a/tmake/bin/tmake b/tmake/bin/tmake index 457467a..4862c3f 100755 --- a/tmake/bin/tmake +++ b/tmake/bin/tmake @@ -1,6 +1,6 @@ #!/usr/bin/perl ############################################################################ -# $Id$ +# # # Creates a Makefile from a template and a project file. # diff --git a/tmake/example/hello.cpp b/tmake/example/hello.cpp index dc6ff77..4868c4d 100644 --- a/tmake/example/hello.cpp +++ b/tmake/example/hello.cpp @@ -1,5 +1,5 @@ /**************************************************************************** -** $Id$ +** ** ** Copyright (C) 1992-1998 Troll Tech AS. All rights reserved. ** diff --git a/tmake/example/hello.h b/tmake/example/hello.h index 16e0871..07fb8c5 100644 --- a/tmake/example/hello.h +++ b/tmake/example/hello.h @@ -1,5 +1,5 @@ /**************************************************************************** -** $Id$ +** ** ** Copyright (C) 1992-1998 Troll Tech AS. All rights reserved. ** |