-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2009-2020 Antonio Niño Díaz <[email protected]> | ||
Copyright (c) 2009-2022 Antonio Niño Díaz <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* mod2gbt v3.1 (Part of GBT Player) | ||
* mod2gbt v3.2 (Part of GBT Player) | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* Copyright (c) 2009-2018, Antonio Niño Díaz <[email protected]> | ||
* Copyright (c) 2009-2012, Antonio Niño Díaz <[email protected]> | ||
*/ | ||
|
||
#include <stdio.h> | ||
|
@@ -906,8 +906,8 @@ int main(int argc, char *argv[]) | |
|
||
int i; | ||
|
||
printf("mod2gbt v3.1 (part of GBT Player)\n"); | ||
printf("Copyright (c) 2009-2018 Antonio Niño Díaz " | ||
printf("mod2gbt v3.2 (part of GBT Player)\n"); | ||
printf("Copyright (c) 2009-2012 Antonio Niño Díaz " | ||
"<[email protected]>\n"); | ||
printf("All rights reserved\n"); | ||
printf("\n"); | ||
|