Skip to content

Commit 18d2e37

Browse files
committed
chore: change copyright year to 2025
1 parent 9edce69 commit 18d2e37

46 files changed

Lines changed: 34 additions & 46 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
2+
* Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
33
* http://github.com/fonoster/fonoster
44
*
55
* This file is part of Fonoster

mods/apiserver/src/events/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
2019
// The register event is sent by Routr when a new endpoint is registered
2120
type RegisterEvent = {
2221
// The address of record (aor) is the unique identifier for the endpoint

mods/apiserver/test/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
2019
// Long-lived token for testing only
2120
const TEST_TOKEN =
2221
"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL2Zvbm9zdGVyLmxvY2FsIiwic3ViIjoiNjM1YzBjZDgtODEyNS00ODNkLWI0NjctMDVjNTNjZTJjZDMxIiwiYXVkIjoiYXBpIiwidG9rZW5Vc2UiOiJhY2Nlc3MiLCJhY2Nlc3NLZXlJZCI6IlVTMTR3ajhxNnFsaXJ3MzMxZ2Zzd3VzZmJsaWU2aDc4dXoiLCJhY2Nlc3MiOlt7ImFjY2Vzc0tleUlkIjoiR1JhaG4wMnM4dGdkZmdoejcydmIwZno1MzhxcGI1ejM1cCIsInJvbGUiOiJPV05FUiJ9LHsiYWNjZXNzS2V5SWQiOiJHUmtnYmY4YW1pbnl3dWV2dXBiZHB4bDYzNmtjM2N5YmhvIiwicm9sZSI6Ik9XTkVSIn1dLCJpYXQiOjE3MTQ0MzM3MzZ9.eG6UEe8nBncu1I8TtytG5bModK42JxuSLCK74eLzUb-7MLowza8ZSfoHPHSPu5j1Wy_nj8NWa1u1SvqTfW-8inoL8Y_Mawl_u9zSM09Co85RQOI_bj7huGB7v0UECLfKyd7cAo_9wGB9TDDDX5Qo66bQz49hu_8zed8e6RzJXYRC5-5TBlyYdw3o7yHUXL5t8tFxDhT7U61kg0eVjPPZCAUiyohK74Zxdv1Z9RCfWTt9kUYXReqOUvhAFzL5Um5KwNdRnWwFRz_3-Msui2axAsZ6ztGoAvw_GhdlAminGEq7FILVCh6OHeOESAYo-qreAANmbwfBS8qNsglTiPAUEw";

mods/autopilot/src/vad/chunkToFloat32Array.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
2019
// This version of the chunkToFloat32Array accounts for the case where
2120
// the byteOffset is misaligned.
2221
//

mods/common/src/protos/acls.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
2+
* Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
33
* http://github.com/fonoster/fonoster
44
*
55
* This file is part of Fonoster

mods/common/src/protos/agents.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
2+
* Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
33
* http://github.com/fonoster/fonoster
44
*
55
* This file is part of Fonoster

mods/common/src/protos/applications.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
2+
* Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
33
* http://github.com/fonoster/fonoster
44
*
55
* This file is part of Fonoster

mods/common/src/protos/authz.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
2+
* Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
33
* http://github.com/fonoster/fonoster
44
*
55
* This file is part of Fonoster

mods/common/src/protos/calls.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
2+
* Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
33
* http://github.com/fonoster/fonoster
44
*
55
* This file is part of Fonoster

mods/common/src/protos/credentials.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
2+
* Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
33
* http://github.com/fonoster/fonoster
44
*
55
* This file is part of Fonoster

0 commit comments

Comments
 (0)