diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2006-12-05 15:56:29 -0600 |
---|---|---|
committer | Frank Haverkamp <haver@vnet.ibm.com> | 2006-12-06 10:40:50 +0100 |
commit | c61aca05ac6fe2dba46a133c7c72aec8f7e3ae5b (patch) | |
tree | d2d4685a47f94ed5b2327ab89e073f5929618d46 /ubi-utils/src/pfi2bin.c | |
parent | e820054fd876faa7306d64957c71c9c5c29db78c (diff) |
[PATCH] Try 2: Remove bogus copyright statement
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
Diffstat (limited to 'ubi-utils/src/pfi2bin.c')
-rw-r--r-- | ubi-utils/src/pfi2bin.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ubi-utils/src/pfi2bin.c b/ubi-utils/src/pfi2bin.c index 4c25faf..ec09a4d 100644 --- a/ubi-utils/src/pfi2bin.c +++ b/ubi-utils/src/pfi2bin.c @@ -64,12 +64,7 @@ typedef enum action_t { } action_t; static const char copyright [] __attribute__((unused)) = - "Licensed Materials - Property of IBM\n" - "IBM Flexible Support Processor Licensed Material\n" - "(c) Copyright IBM Corp 2006 All Rights Reserved.\n" - "US Government Users Restricted Rights - Use, duplication\n" - "or disclosure restricted by GSA ADP Schedule Contract\n" - "with IBM Corp."; + "(c) Copyright IBM Corp 2006\n"; static error_t parse_opt (int key, char *arg, struct argp_state *state); |