Bläddra i källkod

Update year

customisations
alemart 1 år sedan
förälder
incheckning
4bd8111f8f

+ 1
- 1
src/core/frame.ts Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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

Laddar…
Avbryt
Spara