--- cpukit/libdrvmgr/drvmgr.c | 3 +-- cpukit/libdrvmgr/drvmgr.h | 3 +-- cpukit/libdrvmgr/drvmgr_by_id.c | 3 +-- cpukit/libdrvmgr/drvmgr_by_name.c | 3 +-- cpukit/libdrvmgr/drvmgr_confdefs.h | 3 +-- cpukit/libdrvmgr/drvmgr_dev_by_name.c | 3 +-- cpukit/libdrvmgr/drvmgr_drvinf.c | 3 +-- cpukit/libdrvmgr/drvmgr_for_each_dev.c | 3 +-- cpukit/libdrvmgr/drvmgr_for_each_list_dev.c | 3 +-- cpukit/libdrvmgr/drvmgr_func.c | 3 +-- cpukit/libdrvmgr/drvmgr_func_call.c | 3 +-- cpukit/libdrvmgr/drvmgr_init.c | 3 +-- cpukit/libdrvmgr/drvmgr_internal.h | 3 +-- cpukit/libdrvmgr/drvmgr_list.c | 3 +-- cpukit/libdrvmgr/drvmgr_list.h | 3 +-- cpukit/libdrvmgr/drvmgr_lock.c | 3 +-- cpukit/libdrvmgr/drvmgr_print.c | 3 +-- cpukit/libdrvmgr/drvmgr_res.c | 3 +-- cpukit/libdrvmgr/drvmgr_rw.c | 3 +-- cpukit/libdrvmgr/drvmgr_translate.c | 3 +-- cpukit/libdrvmgr/drvmgr_translate_check.c | 3 +-- cpukit/libdrvmgr/drvmgr_unregister.c | 3 +-- 22 files changed, 22 insertions(+), 44 deletions(-)
diff --git a/cpukit/libdrvmgr/drvmgr.c b/cpukit/libdrvmgr/drvmgr.c index 0471865..ab3d54e 100644 --- a/cpukit/libdrvmgr/drvmgr.c +++ b/cpukit/libdrvmgr/drvmgr.c @@ -1,7 +1,6 @@ /* Driver Manager Interface Implementation. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr.h b/cpukit/libdrvmgr/drvmgr.h index f091728..b6eaeb0 100644 --- a/cpukit/libdrvmgr/drvmgr.h +++ b/cpukit/libdrvmgr/drvmgr.h @@ -1,7 +1,6 @@ /* Driver Manager Interface. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_by_id.c b/cpukit/libdrvmgr/drvmgr_by_id.c index 7a0ea42..f3514c7 100644 --- a/cpukit/libdrvmgr/drvmgr_by_id.c +++ b/cpukit/libdrvmgr/drvmgr_by_id.c @@ -1,7 +1,6 @@ /* Find driver by driver-ID * - * COPYRIGHT (c) 2011. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2011 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_by_name.c b/cpukit/libdrvmgr/drvmgr_by_name.c index 2ae527a..23c9d62 100644 --- a/cpukit/libdrvmgr/drvmgr_by_name.c +++ b/cpukit/libdrvmgr/drvmgr_by_name.c @@ -1,7 +1,6 @@ /* Find driver by driver-name * - * COPYRIGHT (c) 2011. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2011 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_confdefs.h b/cpukit/libdrvmgr/drvmgr_confdefs.h index 1c3d9e8..40af2eb 100644 --- a/cpukit/libdrvmgr/drvmgr_confdefs.h +++ b/cpukit/libdrvmgr/drvmgr_confdefs.h @@ -1,7 +1,6 @@ /* Driver Manager Configuration file. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_dev_by_name.c b/cpukit/libdrvmgr/drvmgr_dev_by_name.c index f5a99ee..0c24bd6 100644 --- a/cpukit/libdrvmgr/drvmgr_dev_by_name.c +++ b/cpukit/libdrvmgr/drvmgr_dev_by_name.c @@ -1,7 +1,6 @@ /* Find device by device name * - * COPYRIGHT (c) 2011. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2011 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_drvinf.c b/cpukit/libdrvmgr/drvmgr_drvinf.c index 9f7c7a5..2eccf02 100644 --- a/cpukit/libdrvmgr/drvmgr_drvinf.c +++ b/cpukit/libdrvmgr/drvmgr_drvinf.c @@ -1,7 +1,6 @@ /* Driver Manager Driver Interface Implementation. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_for_each_dev.c b/cpukit/libdrvmgr/drvmgr_for_each_dev.c index a3e63ec..9d39ce1 100644 --- a/cpukit/libdrvmgr/drvmgr_for_each_dev.c +++ b/cpukit/libdrvmgr/drvmgr_for_each_dev.c @@ -1,7 +1,6 @@ /* Iterate over device tree topology, breadth or depth-first * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_for_each_list_dev.c b/cpukit/libdrvmgr/drvmgr_for_each_list_dev.c index 9e1b95b..f3e5bee 100644 --- a/cpukit/libdrvmgr/drvmgr_for_each_list_dev.c +++ b/cpukit/libdrvmgr/drvmgr_for_each_list_dev.c @@ -1,7 +1,6 @@ /* Iterate over one list of devices used internally by driver manager * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_func.c b/cpukit/libdrvmgr/drvmgr_func.c index e02a444..ae21cd3 100644 --- a/cpukit/libdrvmgr/drvmgr_func.c +++ b/cpukit/libdrvmgr/drvmgr_func.c @@ -1,7 +1,6 @@ /* Driver Manager optional dynamic function interface * - * COPYRIGHT (c) 2011. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2011 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_func_call.c b/cpukit/libdrvmgr/drvmgr_func_call.c index 75836c3..ec9aa98 100644 --- a/cpukit/libdrvmgr/drvmgr_func_call.c +++ b/cpukit/libdrvmgr/drvmgr_func_call.c @@ -1,7 +1,6 @@ /* Driver Manager optional dynamic function interface * - * COPYRIGHT (c) 2011. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2011 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_init.c b/cpukit/libdrvmgr/drvmgr_init.c index b8a738f..7960f40 100644 --- a/cpukit/libdrvmgr/drvmgr_init.c +++ b/cpukit/libdrvmgr/drvmgr_init.c @@ -1,7 +1,6 @@ /* Driver Manager Initialization * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_internal.h b/cpukit/libdrvmgr/drvmgr_internal.h index b459455..f0a01c4 100644 --- a/cpukit/libdrvmgr/drvmgr_internal.h +++ b/cpukit/libdrvmgr/drvmgr_internal.h @@ -1,7 +1,6 @@ /* Private driver manager declarations * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_list.c b/cpukit/libdrvmgr/drvmgr_list.c index dc1665f..307900c 100644 --- a/cpukit/libdrvmgr/drvmgr_list.c +++ b/cpukit/libdrvmgr/drvmgr_list.c @@ -1,7 +1,6 @@ /* Driver Manager List Interface Implementation. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_list.h b/cpukit/libdrvmgr/drvmgr_list.h index 6f4b98e..d23bf47 100644 --- a/cpukit/libdrvmgr/drvmgr_list.h +++ b/cpukit/libdrvmgr/drvmgr_list.h @@ -1,7 +1,6 @@ /* Linked list help functions used by driver manager. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_lock.c b/cpukit/libdrvmgr/drvmgr_lock.c index d6601d3..8061c5c 100644 --- a/cpukit/libdrvmgr/drvmgr_lock.c +++ b/cpukit/libdrvmgr/drvmgr_lock.c @@ -1,7 +1,6 @@ /* Driver Manager Internal locking implementation * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_print.c b/cpukit/libdrvmgr/drvmgr_print.c index c36abfe..7a1a440 100644 --- a/cpukit/libdrvmgr/drvmgr_print.c +++ b/cpukit/libdrvmgr/drvmgr_print.c @@ -1,7 +1,6 @@ /* Driver Manager Information printing Interface Implementation * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_res.c b/cpukit/libdrvmgr/drvmgr_res.c index 5f8598b..cc9a9a0 100644 --- a/cpukit/libdrvmgr/drvmgr_res.c +++ b/cpukit/libdrvmgr/drvmgr_res.c @@ -1,7 +1,6 @@ /* Driver Manager Driver Resource Interface Implementation. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_rw.c b/cpukit/libdrvmgr/drvmgr_rw.c index 6530cdd..7d02d9e 100644 --- a/cpukit/libdrvmgr/drvmgr_rw.c +++ b/cpukit/libdrvmgr/drvmgr_rw.c @@ -1,7 +1,6 @@ /* Driver Manager Read/Write Interface Implementation. * - * COPYRIGHT (c) 2009. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_translate.c b/cpukit/libdrvmgr/drvmgr_translate.c index 7febf77..6354ed9 100644 --- a/cpukit/libdrvmgr/drvmgr_translate.c +++ b/cpukit/libdrvmgr/drvmgr_translate.c @@ -1,7 +1,6 @@ /* Driver Manager Driver Translate Interface Implementation * - * COPYRIGHT (c) 2010. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2010 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_translate_check.c b/cpukit/libdrvmgr/drvmgr_translate_check.c index c882b88..0205abd 100644 --- a/cpukit/libdrvmgr/drvmgr_translate_check.c +++ b/cpukit/libdrvmgr/drvmgr_translate_check.c @@ -1,7 +1,6 @@ /* Driver Manager Driver Translate Interface Implementation * - * COPYRIGHT (c) 2010. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2010 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/cpukit/libdrvmgr/drvmgr_unregister.c b/cpukit/libdrvmgr/drvmgr_unregister.c index ef5260a..74d412d 100644 --- a/cpukit/libdrvmgr/drvmgr_unregister.c +++ b/cpukit/libdrvmgr/drvmgr_unregister.c @@ -1,7 +1,6 @@ /* Driver Manager Device Unregister (removal) implementation * - * COPYRIGHT (c) 2011. - * Cobham Gaisler AB. + * COPYRIGHT (c) 2011 Cobham Gaisler AB. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at -- 1.7.0.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel