From 2ac5db932ffec99c3b281209f1e3b130002b2a57 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sun, 1 Jan 2023 20:27:56 +0100 Subject: chore: update license years to 2023 (#1706) --- LICENSE | 2 +- src/internal/mersenne/twister.ts | 2 +- src/modules/internet/user-agent.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 0ebeaf84..b0ade127 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Faker - Copyright (c) 2022 +Faker - Copyright (c) 2022-2023 This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history diff --git a/src/internal/mersenne/twister.ts b/src/internal/mersenne/twister.ts index 15189e67..d25e3acf 100644 --- a/src/internal/mersenne/twister.ts +++ b/src/internal/mersenne/twister.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022 Faker + * Copyright (c) 2022-2023 Faker * * This is a version of the original source code migrated to TypeScript and * modified by the Faker team. diff --git a/src/modules/internet/user-agent.ts b/src/modules/internet/user-agent.ts index 40bc025f..58ef441b 100644 --- a/src/modules/internet/user-agent.ts +++ b/src/modules/internet/user-agent.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2022 Faker + * Copyright (c) 2022-2023 Faker * * This is a version of the original code migrated to TypeScript and modified * by the Faker team. -- cgit v1.2.3