summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-01 14:40:44 -0600
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 08:43:49 +0100
commit255fe433fdc66f108fdea3dc27ceea3d810bb7ca (patch)
tree5a27d2d4249babc68f772ab701d492b60638c52d /cpukit/libblock
parentlibmisc/serdbg: Manual header clean up (diff)
downloadrtems-255fe433fdc66f108fdea3dc27ceea3d810bb7ca.tar.bz2
cpukit/: Scripted embedded brains header file clean up
Updates #4625.
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/src/bdpart-create.c7
-rw-r--r--cpukit/libblock/src/bdpart-dump.c7
-rw-r--r--cpukit/libblock/src/bdpart-read.c7
-rw-r--r--cpukit/libblock/src/bdpart-register.c6
-rw-r--r--cpukit/libblock/src/bdpart-sort.c7
-rw-r--r--cpukit/libblock/src/bdpart-write.c7
-rw-r--r--cpukit/libblock/src/blkdev-blkstats.c6
-rw-r--r--cpukit/libblock/src/blkdev-imfs.c6
-rw-r--r--cpukit/libblock/src/blkdev-ops.c6
-rw-r--r--cpukit/libblock/src/blkdev-print-stats.c6
-rw-r--r--cpukit/libblock/src/diskdevs-init.c6
-rw-r--r--cpukit/libblock/src/media-desc.c6
-rw-r--r--cpukit/libblock/src/media-dev-ident.c6
-rw-r--r--cpukit/libblock/src/media-path.c6
-rw-r--r--cpukit/libblock/src/media-server.c6
-rw-r--r--cpukit/libblock/src/media.c6
-rw-r--r--cpukit/libblock/src/ramdisk-init.c6
-rw-r--r--cpukit/libblock/src/ramdisk-register.c6
-rw-r--r--cpukit/libblock/src/show_bdbuf.c8
-rw-r--r--cpukit/libblock/src/sparse-disk.c6
20 files changed, 6 insertions, 121 deletions
diff --git a/cpukit/libblock/src/bdpart-create.c b/cpukit/libblock/src/bdpart-create.c
index 0ff18cf6e6..05ac2fea19 100644
--- a/cpukit/libblock/src/bdpart-create.c
+++ b/cpukit/libblock/src/bdpart-create.c
@@ -9,12 +9,7 @@
*/
/*
- * Copyright (c) 2009, 2010
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * D-82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
+ * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/cpukit/libblock/src/bdpart-dump.c b/cpukit/libblock/src/bdpart-dump.c
index 7da41a73ef..4c55caa255 100644
--- a/cpukit/libblock/src/bdpart-dump.c
+++ b/cpukit/libblock/src/bdpart-dump.c
@@ -9,12 +9,7 @@
*/
/*
- * Copyright (c) 2009, 2010
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * D-82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
+ * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/cpukit/libblock/src/bdpart-read.c b/cpukit/libblock/src/bdpart-read.c
index abef4cf4e1..9475c60298 100644
--- a/cpukit/libblock/src/bdpart-read.c
+++ b/cpukit/libblock/src/bdpart-read.c
@@ -9,12 +9,7 @@
*/
/*
- * Copyright (c) 2009, 2010
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * D-82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
+ * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/cpukit/libblock/src/bdpart-register.c b/cpukit/libblock/src/bdpart-register.c
index a7cedfd885..af9354b511 100644
--- a/cpukit/libblock/src/bdpart-register.c
+++ b/cpukit/libblock/src/bdpart-register.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009, 2012 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/bdpart-sort.c b/cpukit/libblock/src/bdpart-sort.c
index 74f4b8a751..6c8301593e 100644
--- a/cpukit/libblock/src/bdpart-sort.c
+++ b/cpukit/libblock/src/bdpart-sort.c
@@ -9,12 +9,7 @@
*/
/*
- * Copyright (c) 2009, 2010
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * D-82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
+ * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/cpukit/libblock/src/bdpart-write.c b/cpukit/libblock/src/bdpart-write.c
index 05d18193b3..42d9c104d9 100644
--- a/cpukit/libblock/src/bdpart-write.c
+++ b/cpukit/libblock/src/bdpart-write.c
@@ -9,12 +9,7 @@
*/
/*
- * Copyright (c) 2009, 2010
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * D-82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
+ * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/cpukit/libblock/src/blkdev-blkstats.c b/cpukit/libblock/src/blkdev-blkstats.c
index 5dfe5669d1..8350e1c299 100644
--- a/cpukit/libblock/src/blkdev-blkstats.c
+++ b/cpukit/libblock/src/blkdev-blkstats.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/blkdev-imfs.c b/cpukit/libblock/src/blkdev-imfs.c
index 21e864b55b..988dc6082b 100644
--- a/cpukit/libblock/src/blkdev-imfs.c
+++ b/cpukit/libblock/src/blkdev-imfs.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2012, 2018 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Dornierstr. 4
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/blkdev-ops.c b/cpukit/libblock/src/blkdev-ops.c
index 3f2cb1b028..b4dac63561 100644
--- a/cpukit/libblock/src/blkdev-ops.c
+++ b/cpukit/libblock/src/blkdev-ops.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2011 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/blkdev-print-stats.c b/cpukit/libblock/src/blkdev-print-stats.c
index 8134e2efb2..eb18de55d2 100644
--- a/cpukit/libblock/src/blkdev-print-stats.c
+++ b/cpukit/libblock/src/blkdev-print-stats.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/diskdevs-init.c b/cpukit/libblock/src/diskdevs-init.c
index d2e16cfea7..c77bb4c030 100644
--- a/cpukit/libblock/src/diskdevs-init.c
+++ b/cpukit/libblock/src/diskdevs-init.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/media-desc.c b/cpukit/libblock/src/media-desc.c
index ed30491b8c..3ae9af2745 100644
--- a/cpukit/libblock/src/media-desc.c
+++ b/cpukit/libblock/src/media-desc.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/media-dev-ident.c b/cpukit/libblock/src/media-dev-ident.c
index 237c7b9838..1d3e84eb6a 100644
--- a/cpukit/libblock/src/media-dev-ident.c
+++ b/cpukit/libblock/src/media-dev-ident.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/media-path.c b/cpukit/libblock/src/media-path.c
index ab65edbe7f..61228ecd52 100644
--- a/cpukit/libblock/src/media-path.c
+++ b/cpukit/libblock/src/media-path.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/media-server.c b/cpukit/libblock/src/media-server.c
index 0e1b609dee..44fb04efc4 100644
--- a/cpukit/libblock/src/media-server.c
+++ b/cpukit/libblock/src/media-server.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/media.c b/cpukit/libblock/src/media.c
index 5a70c9f7d8..f279337f90 100644
--- a/cpukit/libblock/src/media.c
+++ b/cpukit/libblock/src/media.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009-2013 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Dornierstr. 4
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/ramdisk-init.c b/cpukit/libblock/src/ramdisk-init.c
index 93b40a2154..605c4e74f6 100644
--- a/cpukit/libblock/src/ramdisk-init.c
+++ b/cpukit/libblock/src/ramdisk-init.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009-2012 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/ramdisk-register.c b/cpukit/libblock/src/ramdisk-register.c
index ef02f4b61d..a6ee820798 100644
--- a/cpukit/libblock/src/ramdisk-register.c
+++ b/cpukit/libblock/src/ramdisk-register.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2009-2012 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* 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/libblock/src/show_bdbuf.c b/cpukit/libblock/src/show_bdbuf.c
index 3bc5eafe52..282653b84e 100644
--- a/cpukit/libblock/src/show_bdbuf.c
+++ b/cpukit/libblock/src/show_bdbuf.c
@@ -16,13 +16,7 @@
*/
/*
- * Copyright (c) 2005
- * Embedded Brains GmbH
- * Obere Lagerstr. 30
- * D-82178 Puchheim
- * Germany
- * rtems@embedded-brains.de
- *
+ * Copyright (c) 2005 embedded brains GmbH. All rights reserved.
* 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/libblock/src/sparse-disk.c b/cpukit/libblock/src/sparse-disk.c
index ea0b3b51fa..27b359d738 100644
--- a/cpukit/libblock/src/sparse-disk.c
+++ b/cpukit/libblock/src/sparse-disk.c
@@ -11,12 +11,6 @@
/*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved.
*
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: