Skip to content

Commit

Permalink
stax: remove copyright line
Browse files Browse the repository at this point in the history
not required, only version & developer are required
  • Loading branch information
emturner committed Oct 16, 2023
1 parent 93a8ede commit 6d335cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/ui_home_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@

void tz_ui_home_redisplay(void);

static const char *const infoTypes[] = {"Version", "Developer", "Copyright"};
static const char *const infoContents[]
= {APPVERSION, "Tezos", "(c) 2023 <Tezos>"};
static const char *const infoTypes[] = {"Version", "Developer"};
static const char *const infoContents[] = {APPVERSION, "Tezos"};

enum {
BLIND_SIGNING_TOKEN = FIRST_USER_TOKEN,
Expand All @@ -47,7 +46,7 @@ navigation_cb_wallet(__attribute__((unused)) uint8_t page,
switch (page) {
case 0:
content->type = INFOS_LIST;
content->infosList.nbInfos = 3;
content->infosList.nbInfos = 2;
content->infosList.infoTypes = infoTypes;
content->infosList.infoContents = infoContents;
break;
Expand Down
Binary file modified tests/integration/stax/snapshots/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d335cb

Please sign in to comment.