Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Copyright string is included in copied version information #423

Closed
@per1234

Description

@per1234

Describe the bug
When you copy the version information from the "About" dialog, the useless copyright notice is copied along with the useful version information.

The version information is very useful when writing bug reports, but I find it tedious to have to remove the copyright text every time.

To Reproduce

  1. Help > About Arduino Pro IDE
  2. Click the "Copy" button.
  3. Paste the copied content somewhere. You will see the copyright notice at the end of the text:

    Version: 0.1.4-snapshot.3042c1a
    Date: 2021-02-08T10:04:20.854Z
    CLI Version: 0.15.1 alpha [c7403ed2]

    Copyright © 2021 Arduino SA

Expected behavior
The copied content should only contain the useful information:

Version: 0.1.4-snapshot.3042c1a
Date: 2021-02-08T10:04:20.854Z
CLI Version: 0.15.1 alpha [c7403ed2]

Desktop (please complete the following information):

  • OS: Windows 10
  • Version: 0.1.4-snapshot.3042c1a
    Date: 2021-02-08T10:04:20.854Z
    CLI Version: 0.15.1 alpha [c7403ed2]
    Copyright © 2021 Arduino SA (see!)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions