Browse Source

Update year

customisations
alemart 1 year ago
parent
commit
4bd8111f8f

+ 1
- 1
src/core/frame.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/gizmos.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/hud.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/resolution.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/session.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/settings.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/stats-panel.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/stats.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/time.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/viewport.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/camera-model.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/pose.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/transform.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/view.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/viewer-pose.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/viewer.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/main.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/camera-source.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/canvas-source.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/source-factory.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/source.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/video-source.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/image-tracker-event.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/image-tracker.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/reference-image-database.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/reference-image.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/settings.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/initial.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/pre-tracking.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/scanning.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/state.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/tracking.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/training.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/tracker-factory.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/tracker.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/ar-events.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/asap.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/errors.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/utils.ts View File

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

Loading…
Cancel
Save