From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 7 Jul 2008 13:30:12 -0500 Subject: [U-Boot-Users] [PATCH] add 'license' command to u-boot commandline In-Reply-To: <20080707145314.5E89624304@gemini.denx.de> References: <20080707145314.5E89624304@gemini.denx.de> Message-ID: <20080707183012.GB17430@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jul 07, 2008 at 04:53:14PM +0200, Wolfgang Denk wrote: > I support this, but then we should *always* print this message, not > only "when it starts in an interactive mode" (or some guys could try > to get away by disabling interactive mode). Such a restriction is (fortunately) not enforcable by the license, which only covers interactive interfaces. Otherwise, it would make u-boot useless for environments where interactive mode would interfere with other uses of the serial port (or when no suitable device exists). Personally, I'd rather stay far away from invoking any clauses of a non-changeable license that dictate technical decisions such as which bytes to include in the final image. -Scott