diff --git a/arch/arm/src/samd5e5/hardware/sam_tc.h b/arch/arm/src/samd5e5/hardware/sam_tc.h index 5722f21e3f..7b0ea3a437 100644 --- a/arch/arm/src/samd5e5/hardware/sam_tc.h +++ b/arch/arm/src/samd5e5/hardware/sam_tc.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_tc.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/hardware/sam_wdt.h b/arch/arm/src/samd5e5/hardware/sam_wdt.h index 9d1d98b931..80cda66cd5 100644 --- a/arch/arm/src/samd5e5/hardware/sam_wdt.h +++ b/arch/arm/src/samd5e5/hardware/sam_wdt.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/hardware/sam_wdt.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 @@ -143,4 +139,4 @@ * Public Data ****************************************************************************/ -#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_WDT_H */ \ No newline at end of file +#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_WDT_H */ diff --git a/arch/arm/src/samd5e5/sam_freerun.c b/arch/arm/src/samd5e5/sam_freerun.c index 71504abd16..4fc16400b0 100644 --- a/arch/arm/src/samd5e5/sam_freerun.c +++ b/arch/arm/src/samd5e5/sam_freerun.c @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_freerun.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_freerun.h b/arch/arm/src/samd5e5/sam_freerun.h index cb5fdd98a6..2199bd179d 100644 --- a/arch/arm/src/samd5e5/sam_freerun.h +++ b/arch/arm/src/samd5e5/sam_freerun.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_freerun.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_i2c_master.h b/arch/arm/src/samd5e5/sam_i2c_master.h index d4eacda882..66c628f153 100644 --- a/arch/arm/src/samd5e5/sam_i2c_master.h +++ b/arch/arm/src/samd5e5/sam_i2c_master.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_i2c_master.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_oneshot.c b/arch/arm/src/samd5e5/sam_oneshot.c index 6c0f946a7c..55c6be27cc 100644 --- a/arch/arm/src/samd5e5/sam_oneshot.c +++ b/arch/arm/src/samd5e5/sam_oneshot.c @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_oneshot.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_oneshot.h b/arch/arm/src/samd5e5/sam_oneshot.h index dc62a4ae20..47c962cb69 100644 --- a/arch/arm/src/samd5e5/sam_oneshot.h +++ b/arch/arm/src/samd5e5/sam_oneshot.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_oneshot.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c b/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c index b1bda1b312..ee66bea5b4 100644 --- a/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c +++ b/arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_tc.c b/arch/arm/src/samd5e5/sam_tc.c index 24392acfd0..ad288795f2 100644 --- a/arch/arm/src/samd5e5/sam_tc.c +++ b/arch/arm/src/samd5e5/sam_tc.c @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_tc.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_tc.h b/arch/arm/src/samd5e5/sam_tc.h index 88a61f15aa..7402f30eef 100644 --- a/arch/arm/src/samd5e5/sam_tc.h +++ b/arch/arm/src/samd5e5/sam_tc.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_tc.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 @@ -364,4 +360,4 @@ uint32_t sam_tc_getctrla(TC_HANDLE handle); } #endif #endif /* CONFIG_SAMD5E5_TC */ -#endif /* __ARCH_ARM_SRC_SAMD5E5_SAM_TC_H */ \ No newline at end of file +#endif /* __ARCH_ARM_SRC_SAMD5E5_SAM_TC_H */ diff --git a/arch/arm/src/samd5e5/sam_tickless.c b/arch/arm/src/samd5e5/sam_tickless.c index ed4c2aad55..a94640df90 100644 --- a/arch/arm/src/samd5e5/sam_tickless.c +++ b/arch/arm/src/samd5e5/sam_tickless.c @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_tickless.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_usbhost.c b/arch/arm/src/samd5e5/sam_usbhost.c index 2f4a627644..30d573fa72 100644 --- a/arch/arm/src/samd5e5/sam_usbhost.c +++ b/arch/arm/src/samd5e5/sam_usbhost.c @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usbhost.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_usbhost.h b/arch/arm/src/samd5e5/sam_usbhost.h index 6061c167d9..56f1f11a1d 100644 --- a/arch/arm/src/samd5e5/sam_usbhost.h +++ b/arch/arm/src/samd5e5/sam_usbhost.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_usbhost.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_wdt.c b/arch/arm/src/samd5e5/sam_wdt.c index 889af4f0bf..ee2b340c6a 100644 --- a/arch/arm/src/samd5e5/sam_wdt.c +++ b/arch/arm/src/samd5e5/sam_wdt.c @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_wdt.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/arch/arm/src/samd5e5/sam_wdt.h b/arch/arm/src/samd5e5/sam_wdt.h index a8c377792c..dd1c70107a 100644 --- a/arch/arm/src/samd5e5/sam_wdt.h +++ b/arch/arm/src/samd5e5/sam_wdt.h @@ -1,10 +1,6 @@ /**************************************************************************** * arch/arm/src/samd5e5/sam_wdt.h * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/boards/arm/samd5e5/metro-m4/src/sam_automount.c b/boards/arm/samd5e5/metro-m4/src/sam_automount.c index 5c9e7a9d43..8347e7d858 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_automount.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_automount.c @@ -1,10 +1,6 @@ /**************************************************************************** * boards/arm/samd5e5/metro-m4/src/sam_automount.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/boards/arm/samd5e5/metro-m4/src/sam_composite.c b/boards/arm/samd5e5/metro-m4/src/sam_composite.c index 832f8fdaf0..88a901bea6 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_composite.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_composite.c @@ -1,10 +1,6 @@ /**************************************************************************** * boards/arm/samd5e5/metro-m4/src/sam_composite.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/boards/arm/samd5e5/metro-m4/src/sam_gpio.c b/boards/arm/samd5e5/metro-m4/src/sam_gpio.c index 7db1497989..c9a50d166d 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_gpio.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_gpio.c @@ -1,10 +1,6 @@ /**************************************************************************** * boards/arm/samd5e5/metro-m4/src/sam_gpio.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/boards/arm/samd5e5/metro-m4/src/sam_i2c.c b/boards/arm/samd5e5/metro-m4/src/sam_i2c.c index ec22bb2ea8..57bf58f054 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_i2c.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_i2c.c @@ -1,10 +1,6 @@ /**************************************************************************** * boards/arm/samd5e5/metro-m4/src/sam_i2c.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/boards/arm/samd5e5/metro-m4/src/sam_usbdev.c b/boards/arm/samd5e5/metro-m4/src/sam_usbdev.c index b6a7aa8d8c..4df8dfb13d 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_usbdev.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_usbdev.c @@ -1,10 +1,6 @@ /**************************************************************************** * boards/arm/samd5e5/metro-m4/src/sam_usbdev.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/boards/arm/samd5e5/metro-m4/src/sam_usbhost.c b/boards/arm/samd5e5/metro-m4/src/sam_usbhost.c index ea102399dc..bd25beca95 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_usbhost.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_usbhost.c @@ -1,10 +1,6 @@ /**************************************************************************** * boards/arm/samd5e5/metro-m4/src/sam_usbhost.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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 diff --git a/boards/arm/samd5e5/metro-m4/src/sam_usbmsc.c b/boards/arm/samd5e5/metro-m4/src/sam_usbmsc.c index a62162fdb4..4032dea82a 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_usbmsc.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_usbmsc.c @@ -1,10 +1,6 @@ /**************************************************************************** * boards/arm/samd5e5/metro-m4/src/sam_usbmsc.c * - * Copyright 2020 Falker Automacao Agricola LTDA. - * Author: Leomar Mateus Radke - * Author: Ricardo Wartchow - * * 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