1997-09-26 06:31:47 +00:00
|
|
|
/*
|
|
|
|
* Resources for catrez version and comments
|
|
|
|
* Written by Dave Tribby
|
|
|
|
*
|
1997-09-30 05:14:48 +00:00
|
|
|
* $Id: catrez.rez,v 1.2 1997/09/30 05:14:48 gdr Exp $
|
1997-09-26 06:31:47 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Types.rez"
|
|
|
|
|
|
|
|
/* Version */
|
1997-09-30 05:14:48 +00:00
|
|
|
resource rVersion (1, purgeable3) {
|
1997-09-26 06:31:47 +00:00
|
|
|
{1, 0, 2, release, 0},
|
|
|
|
verUS,
|
|
|
|
"catrez",
|
1997-09-30 05:14:48 +00:00
|
|
|
"Concatenate resource forks. Released with GNO/ME"
|
1997-09-26 06:31:47 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* Comment Templates */
|
|
|
|
|
1997-09-30 05:14:48 +00:00
|
|
|
resource rComment (1, purgeable3) {
|
|
|
|
"catrez v1.0.2 (September 1997)\n"
|
1997-09-26 06:31:47 +00:00
|
|
|
"Shell program to concatenate resource forks of files\n"
|
|
|
|
"by Dave Tribby\n"
|
|
|
|
"Copyright 1996-1997\n\n"
|
1997-09-30 05:14:48 +00:00
|
|
|
"Freeware: Distribute freely, but don't charge.\n"
|
|
|
|
"Distributed with GNO/ME."
|
1997-09-26 06:31:47 +00:00
|
|
|
};
|