Skip to content

Commit

Permalink
feat: fix mm file header
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Jun 13, 2024
1 parent 4b974ff commit 4164552
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 30 deletions.
29 changes: 20 additions & 9 deletions platforms/apple/APAirPlayCastingDelegate.m
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
%{
This is the default license template.

File: APAirPlayCastingDelegate.m
Author: shen.tian
Copyright (c) 2024 shen.tian

To edit this license information: Press Ctrl+Shift+P and press 'Create new License Template...'.
%}
/*
* File: APAirPlayCastingDelegate.m
* Project: apsdk
* Created: Oct 25, 2018
* Author: Sheen Tian
*
* This file is part of apsdk (https://github.com/air-display/apsdk-public)
* Copyright (C) 2018-2024 Sheen Tian
*
* apsdk is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
*
* apsdk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with Foobar.
* If not, see <https://www.gnu.org/licenses/>.
*/



Expand Down
21 changes: 20 additions & 1 deletion platforms/apple/APAirPlayConfig.mm
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

/*
* File: APAirPlayConfig.mm
* Project: apsdk
* Created: Oct 25, 2018
* Author: Sheen Tian
*
* This file is part of apsdk (https://github.com/air-display/apsdk-public)
* Copyright (C) 2018-2024 Sheen Tian
*
* apsdk is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
*
* apsdk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with Foobar.
* If not, see <https://www.gnu.org/licenses/>.
*/

#include <sys/time.h>

Expand Down
29 changes: 20 additions & 9 deletions platforms/apple/APAirPlayMirroringDelegate.m
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
%{
This is the default license template.

File: APAirPlayMirroringDelegate.m
Author: shen.tian
Copyright (c) 2024 shen.tian

To edit this license information: Press Ctrl+Shift+P and press 'Create new License Template...'.
%}
/*
* File: APAirPlayMirroringDelegate.m
* Project: apsdk
* Created: Oct 25, 2018
* Author: Sheen Tian
*
* This file is part of apsdk (https://github.com/air-display/apsdk-public)
* Copyright (C) 2018-2024 Sheen Tian
*
* apsdk is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
*
* apsdk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with Foobar.
* If not, see <https://www.gnu.org/licenses/>.
*/



Expand Down
21 changes: 20 additions & 1 deletion platforms/apple/APAirPlayServer.mm
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

/*
* File: APAirPlayServer.mm
* Project: apsdk
* Created: Oct 25, 2018
* Author: Sheen Tian
*
* This file is part of apsdk (https://github.com/air-display/apsdk-public)
* Copyright (C) 2018-2024 Sheen Tian
*
* apsdk is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
*
* apsdk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with Foobar.
* If not, see <https://www.gnu.org/licenses/>.
*/

#import "APAirPlayServer.h"
#import "APAirPlayConfig+internal.h"
Expand Down
21 changes: 20 additions & 1 deletion platforms/apple/APAirPlaySession.mm
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

/*
* File: APAirPlaySession.mm
* Project: apsdk
* Created: Oct 25, 2018
* Author: Sheen Tian
*
* This file is part of apsdk (https://github.com/air-display/apsdk-public)
* Copyright (C) 2018-2024 Sheen Tian
*
* apsdk is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
*
* apsdk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with Foobar.
* If not, see <https://www.gnu.org/licenses/>.
*/

#import "APAirPlaySession.h"
#import "APAirPlaySession+internal.h"
Expand Down
29 changes: 20 additions & 9 deletions platforms/apple/APAirPlaySessionDelegate.m
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
%{
This is the default license template.

File: APAirPlaySessionDelegate.m
Author: shen.tian
Copyright (c) 2024 shen.tian

To edit this license information: Press Ctrl+Shift+P and press 'Create new License Template...'.
%}
/*
* File: APAirPlaySessionDelegate.m
* Project: apsdk
* Created: Oct 25, 2018
* Author: Sheen Tian
*
* This file is part of apsdk (https://github.com/air-display/apsdk-public)
* Copyright (C) 2018-2024 Sheen Tian
*
* apsdk is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
*
* apsdk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with Foobar.
* If not, see <https://www.gnu.org/licenses/>.
*/



Expand Down

0 comments on commit 4164552

Please sign in to comment.