Skip to content

Commit 4f7f21a

Browse files
authored
Merge pull request #32 from AUDIY/Copyright_2026
Copyright 2026
2 parents c3c931b + 0824ad2 commit 4f7f21a

30 files changed

Lines changed: 55 additions & 55 deletions

src/sample01_readinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample01_readinfo.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**

src/sample02_formatcheck.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample02_formatcheck.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -53,4 +53,4 @@ int main(void) {
5353
printf("sfinfo1 sf_format_check: %d\n", sf_format_check(&sfinfo1)); // 1: TRUE (alid format)
5454

5555
return 0;
56-
}
56+
}

src/sample03_seek.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample03_seek.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -77,4 +77,4 @@ int main(void) {
7777
sf_close(sndfile2);
7878

7979
return 0;
80-
}
80+
}

src/sample04_errorcheck.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample04_errorcheck.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -64,4 +64,4 @@ int main(void) {
6464
sf_close(sndfile);
6565

6666
return 0;
67-
}
67+
}

src/sample05_readshort.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample05_readshort.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -88,4 +88,4 @@ int main(void) {
8888
sf_close(sndfile);
8989

9090
return 0;
91-
}
91+
}

src/sample06_readfshort.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample06_readfshort.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -88,4 +88,4 @@ int main(void) {
8888
sf_close(sndfile);
8989

9090
return 0;
91-
}
91+
}

src/sample07_readint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample07_readint.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**

src/sample08_readfint.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample08_readfint.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -88,4 +88,4 @@ int main(void) {
8888
sf_close(sndfile);
8989

9090
return 0;
91-
}
91+
}

src/sample09_readfloat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample09_readfloat.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -87,4 +87,4 @@ int main(void) {
8787
sf_close(sndfile);
8888

8989
return 0;
90-
}
90+
}

src/sample10_readffloat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* sample10_readffloat.c */
22

33
/*
4-
** Copyright (C) 2025 AUDIY.
4+
** Copyright (C) 2025 - 2026 AUDIY.
55
**
66
** All rights reserved.
77
**
@@ -88,4 +88,4 @@ int main(void) {
8888
sf_close(sndfile);
8989

9090
return 0;
91-
}
91+
}

0 commit comments

Comments
 (0)