From 255fe433fdc66f108fdea3dc27ceea3d810bb7ca Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Mar 2022 14:40:44 -0600 Subject: cpukit/: Scripted embedded brains header file clean up Updates #4625. --- cpukit/sapi/src/chainappendnotify.c | 6 ------ cpukit/sapi/src/chaingetnotify.c | 6 ------ cpukit/sapi/src/chaingetwait.c | 6 ------ cpukit/sapi/src/chainprependnotify.c | 6 ------ cpukit/sapi/src/chainprotected.c | 6 ------ cpukit/sapi/src/cpucounterconverter.c | 6 ------ cpukit/sapi/src/delaynano.c | 6 ------ cpukit/sapi/src/delayticks.c | 6 ------ cpukit/sapi/src/fatalsrctext.c | 6 ------ cpukit/sapi/src/interrtext.c | 6 ------ cpukit/sapi/src/panic.c | 6 ------ cpukit/sapi/src/profilingiterate.c | 6 ------ cpukit/sapi/src/profilingreportxml.c | 6 ------ cpukit/sapi/src/rbheap.c | 6 ------ cpukit/sapi/src/tcsimpleinstall.c | 6 ------ 15 files changed, 90 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/src/chainappendnotify.c b/cpukit/sapi/src/chainappendnotify.c index ec77287416..f95259e1b2 100644 --- a/cpukit/sapi/src/chainappendnotify.c +++ b/cpukit/sapi/src/chainappendnotify.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2010 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/chaingetnotify.c b/cpukit/sapi/src/chaingetnotify.c index 360ff39bcf..b5f4644205 100644 --- a/cpukit/sapi/src/chaingetnotify.c +++ b/cpukit/sapi/src/chaingetnotify.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2010 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/chaingetwait.c b/cpukit/sapi/src/chaingetwait.c index 51bc0b8935..d1f1223fca 100644 --- a/cpukit/sapi/src/chaingetwait.c +++ b/cpukit/sapi/src/chaingetwait.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2010 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/chainprependnotify.c b/cpukit/sapi/src/chainprependnotify.c index 7d29b4f126..2b643bd2c1 100644 --- a/cpukit/sapi/src/chainprependnotify.c +++ b/cpukit/sapi/src/chainprependnotify.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2010 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Obere Lagerstr. 30 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/chainprotected.c b/cpukit/sapi/src/chainprotected.c index a7f66c7691..53eca3e840 100644 --- a/cpukit/sapi/src/chainprotected.c +++ b/cpukit/sapi/src/chainprotected.c @@ -15,12 +15,6 @@ /* * Copyright (c) 2013, 2016 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/cpucounterconverter.c b/cpukit/sapi/src/cpucounterconverter.c index 29a4233394..01499904f9 100644 --- a/cpukit/sapi/src/cpucounterconverter.c +++ b/cpukit/sapi/src/cpucounterconverter.c @@ -3,12 +3,6 @@ /* * Copyright (c) 2014, 2018 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/delaynano.c b/cpukit/sapi/src/delaynano.c index 9658ae8764..e3a99e57a3 100644 --- a/cpukit/sapi/src/delaynano.c +++ b/cpukit/sapi/src/delaynano.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/delayticks.c b/cpukit/sapi/src/delayticks.c index 7def4c125d..4dbe172276 100644 --- a/cpukit/sapi/src/delayticks.c +++ b/cpukit/sapi/src/delayticks.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/fatalsrctext.c b/cpukit/sapi/src/fatalsrctext.c index 0948a8ba60..07e5730bf4 100644 --- a/cpukit/sapi/src/fatalsrctext.c +++ b/cpukit/sapi/src/fatalsrctext.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2013, 2019 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/interrtext.c b/cpukit/sapi/src/interrtext.c index e96d90706c..383cc5bc0a 100644 --- a/cpukit/sapi/src/interrtext.c +++ b/cpukit/sapi/src/interrtext.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2012, 2020 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/panic.c b/cpukit/sapi/src/panic.c index cca88de836..cf9d12461f 100644 --- a/cpukit/sapi/src/panic.c +++ b/cpukit/sapi/src/panic.c @@ -10,12 +10,6 @@ /* * Copyright (c) 2017 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. diff --git a/cpukit/sapi/src/profilingiterate.c b/cpukit/sapi/src/profilingiterate.c index c392d0bfe1..db20b14447 100644 --- a/cpukit/sapi/src/profilingiterate.c +++ b/cpukit/sapi/src/profilingiterate.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/profilingreportxml.c b/cpukit/sapi/src/profilingreportxml.c index e9d928239c..4de939c675 100644 --- a/cpukit/sapi/src/profilingreportxml.c +++ b/cpukit/sapi/src/profilingreportxml.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2014 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/rbheap.c b/cpukit/sapi/src/rbheap.c index 189b8d3fb0..a020b5e0d8 100644 --- a/cpukit/sapi/src/rbheap.c +++ b/cpukit/sapi/src/rbheap.c @@ -14,12 +14,6 @@ /* * Copyright (c) 2012-2015 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/cpukit/sapi/src/tcsimpleinstall.c b/cpukit/sapi/src/tcsimpleinstall.c index b00a06b349..e0601f1fb2 100644 --- a/cpukit/sapi/src/tcsimpleinstall.c +++ b/cpukit/sapi/src/tcsimpleinstall.c @@ -12,12 +12,6 @@ /* * Copyright (c) 2015 embedded brains GmbH. All rights reserved. * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: -- cgit v1.2.3