From c61aca05ac6fe2dba46a133c7c72aec8f7e3ae5b Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 5 Dec 2006 15:56:29 -0600 Subject: [PATCH] Try 2: Remove bogus copyright statement Signed-off-by: Josh Boyer Signed-off-by: Frank Haverkamp --- ubi-utils/src/pfi2bin.c | 7 +------ 1 file changed, 1 insertion(+), 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); -- cgit v1.2.3