[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3][XenBus] Scripted replacement of Copyright notices in source
Script was posted in the cover letter 'patch'. I did notice the extra new-lines at the end of files where there were no newlines at the end of file before. I didnt think a minor whitespace difference would be problematic.
Owen
[CAUTION - EXTERNAL EMAIL] DO NOT reply, click links, or open attachments unless you have verified the sender and know the content is safe.
On 10/02/2023 08:44, Owen Smith wrote:
> Using the powershell script, replace "Copyright (c) Citrix Systems, Inc."
> with "Copyright (c) Xen Project." and "Copyright (c) Cloud Software Group, Inc."
>
Which powershell script are you referring to here? Best be specific.
> Note: src/xen/vcpu.c was not changed, as copyright is assigned to Amazon.com, Inc.
>
> Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx>
> ---
> LICENSE | 4 +++-
> include/balloon_interface.h | 4 +++-
> include/cache_interface.h | 4 +++-
> include/console_interface.h | 4 +++-
> include/debug_interface.h | 4 +++-
> include/emulated_interface.h | 4 +++-
> include/evtchn_interface.h | 4 +++-
> include/gnttab_interface.h | 4 +++-
> include/range_set_interface.h | 4 +++-
> include/revision.h | 4 +++-
> include/shared_info_interface.h | 4 +++-
> include/store_interface.h | 4 +++-
> include/suspend_interface.h | 4 +++-
> include/unplug_interface.h | 4 +++-
> include/xen-errno.h | 4 +++-
> include/xen-types.h | 4 +++-
> include/xen-version.h | 4 +++-
> include/xen-warnings.h | 4 +++-
> include/xen.h | 4 +++-
> src/coinst/coinst.c | 4 +++-
> src/coinst/xenbus_coinst.def | 4 +++-
> src/coinst/xenbus_coinst.rc | 4 +++-
> src/common/assert.h | 4 +++-
> src/common/dbg_print.h | 4 +++-
> src/common/high.h | 4 +++-
> src/common/mutex.h | 4 +++-
> src/common/names.h | 4 +++-
> src/common/registry.c | 4 +++-
> src/common/registry.h | 4 +++-
> src/common/util.h | 4 +++-
> src/monitor/messages.mc | 4 +++-
> src/monitor/monitor.c | 4 +++-
> src/monitor/xenbus_monitor.rc | 4 +++-
> src/xen/acpi.c | 4 +++-
> src/xen/acpi.h | 4 +++-
> src/xen/bug_check.c | 4 +++-
> src/xen/bug_check.h | 4 +++-
> src/xen/driver.c | 4 +++-
> src/xen/driver.h | 4 +++-
> src/xen/event_channel.c | 4 +++-
> src/xen/grant_table.c | 4 +++-
> src/xen/hvm.c | 4 +++-
> src/xen/hypercall.c | 4 +++-
> src/xen/hypercall.h | 4 +++-
> src/xen/log.c | 4 +++-
> src/xen/log.h | 4 +++-
> src/xen/memory.c | 4 +++-
> src/xen/module.c | 4 +++-
> src/xen/module.h | 4 +++-
> src/xen/process.c | 4 +++-
> src/xen/process.h | 4 +++-
> src/xen/sched.c | 4 +++-
> src/xen/system.c | 4 +++-
> src/xen/system.h | 4 +++-
> src/xen/unplug.c | 4 +++-
> src/xen/unplug.h | 4 +++-
> src/xen/xen.def | 4 +++-
> src/xen/xen.rc | 4 +++-
> src/xen/xen_version.c | 4 +++-
> src/xenbus.inf | 4 +++-
> src/xenbus/balloon.c | 4 +++-
> src/xenbus/balloon.h | 4 +++-
> src/xenbus/bus.c | 4 +++-
> src/xenbus/bus.h | 4 +++-
> src/xenbus/cache.c | 4 +++-
> src/xenbus/cache.h | 4 +++-
> src/xenbus/console.c | 4 +++-
> src/xenbus/console.h | 4 +++-
> src/xenbus/debug.c | 4 +++-
> src/xenbus/debug.h | 4 +++-
> src/xenbus/dma.c | 4 +++-
> src/xenbus/dma.h | 4 +++-
> src/xenbus/driver.c | 4 +++-
> src/xenbus/driver.h | 4 +++-
> src/xenbus/evtchn.c | 4 +++-
> src/xenbus/evtchn.h | 4 +++-
> src/xenbus/evtchn_2l.c | 4 +++-
> src/xenbus/evtchn_2l.h | 4 +++-
> src/xenbus/evtchn_abi.h | 4 +++-
> src/xenbus/evtchn_fifo.c | 4 +++-
> src/xenbus/evtchn_fifo.h | 4 +++-
> src/xenbus/fdo.c | 4 +++-
> src/xenbus/fdo.h | 4 +++-
> src/xenbus/filters.c | 4 +++-
> src/xenbus/filters.h | 4 +++-
> src/xenbus/gnttab.c | 4 +++-
> src/xenbus/gnttab.h | 4 +++-
> src/xenbus/hash_table.c | 4 +++-
> src/xenbus/hash_table.h | 4 +++-
> src/xenbus/pdo.c | 4 +++-
> src/xenbus/pdo.h | 4 +++-
> src/xenbus/range_set.c | 4 +++-
> src/xenbus/range_set.h | 4 +++-
> src/xenbus/shared_info.c | 4 +++-
> src/xenbus/shared_info.h | 4 +++-
> src/xenbus/store.c | 4 +++-
> src/xenbus/store.h | 4 +++-
> src/xenbus/suspend.c | 4 +++-
> src/xenbus/suspend.h | 4 +++-
> src/xenbus/sync.c | 4 +++-
> src/xenbus/sync.h | 4 +++-
> src/xenbus/thread.c | 4 +++-
> src/xenbus/thread.h | 4 +++-
> src/xenbus/types.h | 4 +++-
> src/xenbus/unplug.c | 4 +++-
> src/xenbus/unplug.h | 4 +++-
> src/xenbus/xenbus.rc | 4 +++-
> src/xenfilt/driver.c | 4 +++-
> src/xenfilt/driver.h | 4 +++-
> src/xenfilt/emulated.c | 4 +++-
> src/xenfilt/emulated.h | 4 +++-
> src/xenfilt/fdo.c | 4 +++-
> src/xenfilt/fdo.h | 4 +++-
> src/xenfilt/pdo.c | 4 +++-
> src/xenfilt/pdo.h | 4 +++-
> src/xenfilt/thread.c | 4 +++-
> src/xenfilt/thread.h | 4 +++-
> src/xenfilt/types.h | 4 +++-
> src/xenfilt/xenfilt.rc | 4 +++-
> 119 files changed, 357 insertions(+), 119 deletions(-)
>
> diff --git a/LICENSE b/LICENSE
> index 00be666..ecdaa75 100644
> --- a/LICENSE
> +++ b/LICENSE
> @@ -1,4 +1,5 @@
> -Copyright (c) Citrix Systems Inc.
> +Copyright (c) Xen Project.
> +Copyright (c) Cloud Software Group, Inc.
> All rights reserved.
>
> Redistribution and use in source and binary forms,
> @@ -28,3 +29,4 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
> SUCH DAMAGE.
>
> +
There seem to be many cases of extra blank lines getting inserted at the
ends of files. Perhaps the script needs adjustment?
Paul
|