From 1e8d0e02efb7fd7a91561fa8729bcf56dffd1419 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 28 Sep 2021 11:22:42 +0200 Subject: [PATCH] boards: Gregory Nutt: update licenses to Apache Gregory Nutt has submitted the SGA as a result we can migrate the licenses to Apache. Signed-off-by: Alin Jerpelea --- boards/arm/lpc31xx/ea3131/tools/crc32.c | 18 +++++++++++++++--- boards/arm/lpc31xx/ea3152/tools/crc32.c | 18 +++++++++++++++--- .../arm/lpc31xx/olimex-lpc-h3131/tools/crc32.c | 18 +++++++++++++++--- 3 files changed, 45 insertions(+), 9 deletions(-) diff --git a/boards/arm/lpc31xx/ea3131/tools/crc32.c b/boards/arm/lpc31xx/ea3131/tools/crc32.c index b9a161f1aba..b8df4f53d7d 100644 --- a/boards/arm/lpc31xx/ea3131/tools/crc32.c +++ b/boards/arm/lpc31xx/ea3131/tools/crc32.c @@ -1,11 +1,23 @@ /**************************************************************************** * boards/arm/lpc31xx/ea3131/tools/crc32.c * - * This file is a part of NuttX: + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the + * License. You may obtain a copy of the License at * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * The logic in this file was developed by Gary S. Brown: + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + +/* The logic in this file was developed by Gary S. Brown: * * COPYRIGHT (C) 1986 Gary S. Brown. * You may use this program, or code or tables extracted from it, diff --git a/boards/arm/lpc31xx/ea3152/tools/crc32.c b/boards/arm/lpc31xx/ea3152/tools/crc32.c index 57a81e8b849..af43ea335b8 100644 --- a/boards/arm/lpc31xx/ea3152/tools/crc32.c +++ b/boards/arm/lpc31xx/ea3152/tools/crc32.c @@ -1,11 +1,23 @@ /**************************************************************************** * boards/arm/lpc31xx/ea3152/tools/crc32.c * - * This file is a part of NuttX: + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the + * License. You may obtain a copy of the License at * - * Copyright (C) 2011 Gregory Nutt. All rights reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * The logic in this file was developed by Gary S. Brown: + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + +/* The logic in this file was developed by Gary S. Brown: * * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or code * or tables extracted from it, as desired without restriction. diff --git a/boards/arm/lpc31xx/olimex-lpc-h3131/tools/crc32.c b/boards/arm/lpc31xx/olimex-lpc-h3131/tools/crc32.c index abc14551ded..5896c954966 100644 --- a/boards/arm/lpc31xx/olimex-lpc-h3131/tools/crc32.c +++ b/boards/arm/lpc31xx/olimex-lpc-h3131/tools/crc32.c @@ -1,11 +1,23 @@ /**************************************************************************** * boards/arm/lpc31xx/olimex-lpc-h3131/tools/crc32.c * - * This file is a part of NuttX: + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the + * License. You may obtain a copy of the License at * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * The logic in this file was developed by Gary S. Brown: + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + +/* The logic in this file was developed by Gary S. Brown: * * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or code * or tables extracted from it, as desired without restriction.