diff options
Diffstat (limited to 'Drop Serve')
| -rw-r--r-- | Drop Serve/AppDelegate.h | 16 | ||||
| -rw-r--r-- | Drop Serve/AppDelegate.m | 16 | ||||
| -rw-r--r-- | Drop Serve/Drop Serve-Info.plist | 2 | ||||
| -rw-r--r-- | Drop Serve/DropZone.h | 16 | ||||
| -rw-r--r-- | Drop Serve/DropZone.m | 16 | ||||
| -rw-r--r-- | Drop Serve/Server.h | 16 | ||||
| -rw-r--r-- | Drop Serve/Server.m | 16 | ||||
| -rw-r--r-- | Drop Serve/StatusView.h | 16 | ||||
| -rw-r--r-- | Drop Serve/StatusView.m | 16 | ||||
| -rw-r--r-- | Drop Serve/main.m | 16 |
10 files changed, 136 insertions, 10 deletions
diff --git a/Drop Serve/AppDelegate.h b/Drop Serve/AppDelegate.h index 8fc1f52..814f9cb 100644 --- a/Drop Serve/AppDelegate.h +++ b/Drop Serve/AppDelegate.h @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import <Cocoa/Cocoa.h> diff --git a/Drop Serve/AppDelegate.m b/Drop Serve/AppDelegate.m index 697604c..4fd79bb 100644 --- a/Drop Serve/AppDelegate.m +++ b/Drop Serve/AppDelegate.m @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import "AppDelegate.h" diff --git a/Drop Serve/Drop Serve-Info.plist b/Drop Serve/Drop Serve-Info.plist index 8a31546..7c3fc34 100644 --- a/Drop Serve/Drop Serve-Info.plist +++ b/Drop Serve/Drop Serve-Info.plist @@ -25,7 +25,7 @@ <key>LSMinimumSystemVersion</key> <string>${MACOSX_DEPLOYMENT_TARGET}</string> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2020 TW. All rights reserved.</string> + <string>Copyright © 2020 Teddy Wing. All rights reserved.</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> diff --git a/Drop Serve/DropZone.h b/Drop Serve/DropZone.h index 054ea39..24e6e21 100644 --- a/Drop Serve/DropZone.h +++ b/Drop Serve/DropZone.h @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import <Foundation/Foundation.h> diff --git a/Drop Serve/DropZone.m b/Drop Serve/DropZone.m index 16b5e29..bb99fa3 100644 --- a/Drop Serve/DropZone.m +++ b/Drop Serve/DropZone.m @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import "DropZone.h" #import "Server.h" diff --git a/Drop Serve/Server.h b/Drop Serve/Server.h index 44beaaf..89dedd2 100644 --- a/Drop Serve/Server.h +++ b/Drop Serve/Server.h @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import <Foundation/Foundation.h> diff --git a/Drop Serve/Server.m b/Drop Serve/Server.m index ad6146b..b207aab 100644 --- a/Drop Serve/Server.m +++ b/Drop Serve/Server.m @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import "Server.h" diff --git a/Drop Serve/StatusView.h b/Drop Serve/StatusView.h index c483540..806f68d 100644 --- a/Drop Serve/StatusView.h +++ b/Drop Serve/StatusView.h @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import <Cocoa/Cocoa.h> diff --git a/Drop Serve/StatusView.m b/Drop Serve/StatusView.m index 8d93175..f26f623 100644 --- a/Drop Serve/StatusView.m +++ b/Drop Serve/StatusView.m @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import "StatusView.h" #import "Server.h" diff --git a/Drop Serve/main.m b/Drop Serve/main.m index 86beb6d..d4c50a1 100644 --- a/Drop Serve/main.m +++ b/Drop Serve/main.m @@ -3,8 +3,22 @@ // Drop Serve // // Created by TW on 10/10/20. -// Copyright (c) 2020 TW. All rights reserved. +// Copyright (c) 2020 Teddy Wing // +// This file is part of Drop Serve. +// +// Drop Serve 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. +// +// Drop Serve 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 Drop Serve. If not, see <https://www.gnu.org/licenses/>. #import <Cocoa/Cocoa.h> |
