From 01bd75b7a59a1ab226677f6e9e9187014e68a569 Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Thu, 14 Feb 2019 10:45:42 +0100 Subject: [PATCH] remove invalid copyright claim on an otherwise unmodified file An additional copyright header was added to an otherwise unmodified source file, and that is not allowed. Signed-off-by: Erik Boasson --- src/os/src/snippets/code/os_stdlib_getopt.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/os/src/snippets/code/os_stdlib_getopt.c b/src/os/src/snippets/code/os_stdlib_getopt.c index 18f06b7..130e0a8 100644 --- a/src/os/src/snippets/code/os_stdlib_getopt.c +++ b/src/os/src/snippets/code/os_stdlib_getopt.c @@ -1,14 +1,3 @@ -/* - * Copyright(c) 2006 to 2018 ADLINK Technology Limited and others - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v. 2.0 which is available at - * http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License - * v. 1.0 which is available at - * http://www.eclipse.org/org/documents/edl-v10.php. - * - * SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause - */ /* ::[[ @(#) getopt.c 1.5 89/03/11 05:40:23 ]]:: */ #ifndef LINT static const char Id[] = "$Id: os_stdlib_getopt.c,v 1.2 2008-11-17 09:53:45 hansv Exp $";