Skip to content

Commit 02d5259

Browse files
committed
change copyright date, empty function for Famitracker import
1 parent e7f2339 commit 02d5259

Some content is hidden

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

76 files changed

+152
-69
lines changed

.vscode/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"files.encoding": "utf8",
33
"files.autoGuessEncoding": false,
44
"files.associations": {
5-
"wavegen.h": "c"
5+
"wavegen.h": "c",
6+
"event.h": "c",
7+
"slider.h": "c"
68
}
79
}

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2009-2018 Tero Lindeman (kometbomb)
2-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
2+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
33
Additional graphics copyright (c) 2010-2018 Ilija Melentijevic
44

55
Permission is hereby granted, free of charge, to any person

src/action.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/action.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/clipboard.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/clipboard.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/command.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/command.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/console.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/console.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/copypaste.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/copypaste.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/*
99
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
10-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
10+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
1111
1212
Permission is hereby granted, free of charge, to any person
1313
obtaining a copy of this software and associated documentation

src/diskop.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/diskop.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/edit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/edit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/event.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/event.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/*
77
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
8-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
8+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
99
1010
Permission is hereby granted, free of charge, to any person
1111
obtaining a copy of this software and associated documentation

src/export.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
Permission is hereby granted, free of charge, to any person
55
obtaining a copy of this software and associated documentation
66
files (the "Software"), to deal in the Software without

src/export.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/export/fzt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/export/fzt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/import/0cc.c

Whitespace-only changes.

src/import/0cc.h

Whitespace-only changes.

src/import/ahx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/import/ahx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/import/dnm.c

Whitespace-only changes.

src/import/dnm.h

Whitespace-only changes.

src/import/eft.c

Whitespace-only changes.

src/import/eft.h

Whitespace-only changes.

src/import/famitracker.c

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
4+
5+
Permission is hereby granted, free of charge, to any person
6+
obtaining a copy of this software and associated documentation
7+
files (the "Software"), to deal in the Software without
8+
restriction, including without limitation the rights to use,
9+
copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the
11+
Software is furnished to do so, subject to the following
12+
conditions:
13+
14+
The above copyright notice and this permission notice shall be
15+
included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24+
OTHER DEALINGS IN THE SOFTWARE.
25+
*/
26+
27+
#include "famitracker.h"
28+
29+
int import_famitracker(FILE *f, int type)
30+
{
31+
32+
return 1;
33+
}

src/import/famitracker.h

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
4+
5+
Permission is hereby granted, free of charge, to any person
6+
obtaining a copy of this software and associated documentation
7+
files (the "Software"), to deal in the Software without
8+
restriction, including without limitation the rights to use,
9+
copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the
11+
Software is furnished to do so, subject to the following
12+
conditions:
13+
14+
The above copyright notice and this permission notice shall be
15+
included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24+
OTHER DEALINGS IN THE SOFTWARE.
25+
*/
26+
27+
#pragma once
28+
29+
#ifndef FAMITRACKER_H
30+
#define FAMITRACKER_H
31+
32+
#include <stdio.h>
33+
#include "../edit.h"
34+
#include "../mused.h"
35+
#include "../event.h"
36+
#include "SDL_endian.h"
37+
#include "../../klystron/src/snd/freqs.h"
38+
#include "../view.h"
39+
40+
int import_famitracker(FILE *f, int type);
41+
42+
#endif

src/import/ftm.c

Whitespace-only changes.

src/import/ftm.h

Whitespace-only changes.

src/import/fzt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/import/fzt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/import/import.c

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
2+
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation
@@ -32,6 +32,7 @@ OTHER DEALINGS IN THE SOFTWARE.
3232
#include "xm.h"
3333
#include "org.h"
3434
#include "fzt.h"
35+
#include "famitracker.h"
3536
#include "hubbard.h"
3637
#include "gui/toolutil.h"
3738
#include "gui/msgbox.h"
@@ -60,7 +61,7 @@ void import_module(void *type, void* unused1, void* unused2)
6061
if (!r) return;
6162
}
6263

63-
static const char *mod_name[] = {"a Protracker", "an OctaMED", "a Scream Tracker III", "an AHX", "a FastTracker II", "an Impulse Tracker", "an OpenMPT", "a Cave Story", "a Rob Hubbard", "a FamiTracker", "a 0CC-FamiTracker", "a Dn-FamiTracker", "an E-FamiTracker", "a DefleMask", "a Furnace", "an Adlib Tracker II", "a Raster Music Tracker", "a Flizzer Tracker"};
64+
static const char *mod_name[] = {"a Protracker", "an OctaMED", "a Scream Tracker III", "an AHX", "a FastTracker II", "an Impulse Tracker", "an OpenMPT", "a Cave Story", "a Rob Hubbard", "a FamiTracker", "a 0CC-FamiTracker (j0CC-FamiTracker)", "a Dn-FamiTracker", "an E-FamiTracker", "a DefleMask", "a Furnace", "an Adlib Tracker II", "a Raster Music Tracker", "a Flizzer Tracker"};
6465
static const char *mod_ext[] = {"mod", "med", "s3m", "ahx", "xm", "it", "mptm", "org", "sid", "ftm", "0cc", "dnm", "eft", "dmf", "fur", "a2m", "rmt", "fzt"};
6566

6667
char buffer[100];
@@ -81,6 +82,11 @@ void import_module(void *type, void* unused1, void* unused2)
8182
case IMPORT_ORG: r = import_org(f); break;
8283
case IMPORT_HUBBARD: r = import_hubbard(f); break;
8384
case IMPORT_FZT: r = import_fzt(f); break;
85+
86+
case IMPORT_FTM: r = import_famitracker(f, IMPORT_FTM); break;
87+
case IMPORT_0CC: r = import_famitracker(f, IMPORT_0CC); break;
88+
case IMPORT_DNM: r = import_famitracker(f, IMPORT_DNM); break;
89+
case IMPORT_EFT: r = import_famitracker(f, IMPORT_EFT); break;
8490
//others will be there I promise
8591
}
8692

src/import/import.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
6-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
6+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
77
88
Permission is hereby granted, free of charge, to any person
99
obtaining a copy of this software and associated documentation

src/import/mml_string.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation
@@ -327,7 +327,7 @@ void process_mml_string(MusInstrument* inst, int dialect, char* mml_string)
327327
Uint16 passes = 0;
328328

329329
char* current_param; //parsed
330-
char* mml_string_copy = (char*)malloc(strlen(mml_string) + 1);
330+
char* mml_string_copy = (char*)calloc(1, strlen(mml_string) + 1);
331331
strcpy(mml_string_copy, mml_string);
332332

333333
debug("Selected PMD dialect");

src/import/mml_string.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

src/import/mod.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2009-2010 Tero Lindeman (kometbomb)
3-
Copyright (c) 2021-2022 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
3+
Copyright (c) 2021-2023 Georgy Saraykin (LTVA1 a.k.a. LTVA) and contributors
44
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

0 commit comments

Comments
 (0)