aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-01-01 20:27:56 +0100
committerGitHub <[email protected]>2023-01-01 20:27:56 +0100
commit2ac5db932ffec99c3b281209f1e3b130002b2a57 (patch)
tree35006dd03be1104f074e58712b726119935fee15
parent2a2e054a16a45bc5cd56bdd923b7f5140eb12699 (diff)
downloadfaker-2ac5db932ffec99c3b281209f1e3b130002b2a57.tar.xz
faker-2ac5db932ffec99c3b281209f1e3b130002b2a57.zip
chore: update license years to 2023 (#1706)
-rw-r--r--LICENSE2
-rw-r--r--src/internal/mersenne/twister.ts2
-rw-r--r--src/modules/internet/user-agent.ts2
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.