aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent2a2e054a16a45bc5cd56bdd923b7f5140eb12699 (diff)
downloadfaker-2ac5db932ffec99c3b281209f1e3b130002b2a57.tar.xz
faker-2ac5db932ffec99c3b281209f1e3b130002b2a57.zip
chore: update license years to 2023 (#1706)
Diffstat (limited to 'src')
-rw-r--r--src/internal/mersenne/twister.ts2
-rw-r--r--src/modules/internet/user-agent.ts2
2 files changed, 2 insertions, 2 deletions
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.