summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2006-12-05 15:56:29 -0600
committerFrank Haverkamp <haver@vnet.ibm.com>2006-12-06 10:40:50 +0100
commitc61aca05ac6fe2dba46a133c7c72aec8f7e3ae5b (patch)
treed2d4685a47f94ed5b2327ab89e073f5929618d46
parente820054fd876faa7306d64957c71c9c5c29db78c (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>
-rw-r--r--ubi-utils/src/pfi2bin.c7
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);