Skip to content

Commit

Permalink
Update copyrights, add credits to about window and cut beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyerc committed Feb 27, 2022
1 parent 63e3e04 commit 80a6b9f
Show file tree
Hide file tree
Showing 58 changed files with 257 additions and 124 deletions.
30 changes: 24 additions & 6 deletions Doughnut.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
830A34031FF0447D00C13B1D /* PodcastUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830A34021FF0447D00C13B1D /* PodcastUITests.swift */; };
830B159B1F7B97910086C121 /* PodcastCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830B159A1F7B97910086C121 /* PodcastCellView.swift */; };
830E99BD1FF50DD000B728BE /* ActivityIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830E99BC1FF50DD000B728BE /* ActivityIndicator.swift */; };
831EBADA27CC120000F212B4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 831EBAD927CC11E700F212B4 /* Credits.rtf */; };
83235BFE2009472900BC356F /* Preference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83235BF6200945D900BC356F /* Preference.swift */; };
83235C012009472F00BC356F /* PrefGeneralViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83235BF8200945D900BC356F /* PrefGeneralViewController.swift */; };
83235C042009473200BC356F /* PrefLibraryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83235BF9200945D900BC356F /* PrefLibraryViewController.swift */; };
Expand Down Expand Up @@ -107,15 +108,16 @@
6B9C30BA27B5708300D462BE /* BaseTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseTableView.swift; sourceTree = "<group>"; };
6BA21C4E279D690700CD3672 /* WindowController+Toolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WindowController+Toolbar.swift"; sourceTree = "<group>"; };
6BB5771D278602B400DFF99F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainMenu.storyboard; sourceTree = "<group>"; };
6BE29F62CFF7B122D5C39998 /* Pods_DoughnutTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DoughnutTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6BC6395E27A6800500535897 /* Player+RemoteCommandCenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Player+RemoteCommandCenter.swift"; sourceTree = "<group>"; };
6BC6396027A687E400535897 /* Player+NowPlayingInfoCenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Player+NowPlayingInfoCenter.swift"; sourceTree = "<group>"; };
6BC6396327A68E2100535897 /* CMTime+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CMTime+Extensions.swift"; sourceTree = "<group>"; };
6BE29F62CFF7B122D5C39998 /* Pods_DoughnutTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DoughnutTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6BF126D02780727100D840A4 /* EpisodeInfo.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = EpisodeInfo.storyboard; sourceTree = "<group>"; };
6BF126D22780742600D840A4 /* PodcastInfo.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = PodcastInfo.storyboard; sourceTree = "<group>"; };
830A34021FF0447D00C13B1D /* PodcastUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PodcastUITests.swift; sourceTree = "<group>"; };
830B159A1F7B97910086C121 /* PodcastCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PodcastCellView.swift; sourceTree = "<group>"; };
830E99BC1FF50DD000B728BE /* ActivityIndicator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityIndicator.swift; sourceTree = "<group>"; };
831EBAD927CC11E700F212B4 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; };
83235BF6200945D900BC356F /* Preference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Preference.swift; sourceTree = "<group>"; };
83235BF7200945D900BC356F /* Preferences.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Preferences.storyboard; sourceTree = "<group>"; };
83235BF8200945D900BC356F /* PrefGeneralViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefGeneralViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -281,6 +283,16 @@
path = Views;
sourceTree = "<group>";
};
831EBAD427CC0DA500F212B4 /* Player */ = {
isa = PBXGroup;
children = (
83D971091F812B270091822A /* Player.swift */,
6BC6395E27A6800500535897 /* Player+RemoteCommandCenter.swift */,
6BC6396027A687E400535897 /* Player+NowPlayingInfoCenter.swift */,
);
path = Player;
sourceTree = "<group>";
};
83235BF5200945D900BC356F /* Preference */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -350,21 +362,20 @@
isa = PBXGroup;
children = (
83FB4EB61F7BD996001CD842 /* Library */,
831EBAD427CC0DA500F212B4 /* Player */,
83235BF5200945D900BC356F /* Preference */,
6B0605BF2788624B00A8A91E /* Utilities */,
830B15991F7B97250086C121 /* Views */,
83667DEE1F76D1F300F1ABC0 /* View Controllers */,
839DBDA51FEEE872007610EF /* Windows */,
83235BF5200945D900BC356F /* Preference */,
6B0605BF2788624B00A8A91E /* Utilities */,
838257CD1F759F6F00DB4FD1 /* AppDelegate.swift */,
83BA22E21F994EA6006BF58A /* DoughnutApp.swift */,
83D971091F812B270091822A /* Player.swift */,
6B0233BC27B2CA6500500E28 /* ControlMenuProvider.swift */,
6BC6395E27A6800500535897 /* Player+RemoteCommandCenter.swift */,
6BC6396027A687E400535897 /* Player+NowPlayingInfoCenter.swift */,
832A04331F76EBDC00C92D25 /* WindowController.swift */,
6BA21C4E279D690700CD3672 /* WindowController+Toolbar.swift */,
832BB7511F95184700988AE8 /* Doughnut-Bridging-Header.h */,
838257D11F759F6F00DB4FD1 /* Assets.xcassets */,
831EBAD927CC11E700F212B4 /* Credits.rtf */,
838257D31F759F6F00DB4FD1 /* Main.storyboard */,
6BB5771C278602B400DFF99F /* MainMenu.storyboard */,
838257D61F759F6F00DB4FD1 /* Info.plist */,
Expand Down Expand Up @@ -589,6 +600,7 @@
838257D21F759F6F00DB4FD1 /* Assets.xcassets in Resources */,
6BB5771E278602B400DFF99F /* MainMenu.storyboard in Resources */,
6BF126D12780727100D840A4 /* EpisodeInfo.storyboard in Resources */,
831EBADA27CC120000F212B4 /* Credits.rtf in Resources */,
83235C0C2009481400BC356F /* dsa_pub.pem in Resources */,
838257D51F759F6F00DB4FD1 /* Main.storyboard in Resources */,
83235C0D2009502D00BC356F /* Preferences.storyboard in Resources */,
Expand Down Expand Up @@ -921,6 +933,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand All @@ -932,6 +945,7 @@
INFOPLIST_FILE = Doughnut/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.0.0;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DTEST";
PRODUCT_BUNDLE_IDENTIFIER = com.cdyer.doughnut;
Expand Down Expand Up @@ -1113,12 +1127,14 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Doughnut/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.0.0;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = com.cdyer.doughnut;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1137,11 +1153,13 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 70;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Doughnut/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.0.0;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = com.cdyer.doughnut;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/ControlMenuProvider.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2022 Ethan Wong
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
15 changes: 15 additions & 0 deletions Doughnut/Credits.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{\rtf1\ansi\ansicpg1252\cocoartf2636
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\qc\partightenfactor0

\f0\fs24 \cf0 Originally created by Chris Dyer\
\
Enormous thanks to all contributors:\
{\field{\*\fldinst{HYPERLINK "https://github.com/GetToSet"}}{\fldrslt Ethan Wong}}\
{\field{\*\fldinst{HYPERLINK "https://github.com/everplays"}}{\fldrslt everplays}}\
\pard\pardeftab720\sa280\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://github.com/lubiedo"}}{\fldrslt \cf0 \expnd0\expndtw0\kerning0
lubiedo}}}
2 changes: 1 addition & 1 deletion Doughnut/Doughnut-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/DoughnutApp.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions Doughnut/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>2.0.0.beta1</string>
<key>CFBundleVersion</key>
<string>68</string>
<string>84</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand All @@ -28,7 +28,7 @@
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Chris Dyer. All rights reserved.</string>
<string>Copyright © 2022 Chris Dyer. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/DownloadManager.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/Episode.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/Library.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/MarkupGenerator.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/Migrations.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/Podcast.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/Storage.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/TaskQueue.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// TaskQueue.swift
// Doughnut
//
// Created by Chris Dyer on 02/01/2018.
// Copyright © 2018 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program 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.
*
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation

Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/Tasks/EpisodeDownloadTask.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// DownloadTask.swift
// Doughnut
//
// Created by Chris Dyer on 02/01/2018.
// Copyright © 2018 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program 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.
*
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
*/

import AVFoundation
import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Library/Utils.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2022 Ethan Wong
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2022 Ethan Wong
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Player.swift → Doughnut/Player/Player.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Preference/PrefGeneralViewController.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Preference/PrefLibraryViewController.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Preference/PrefPlaybackViewController.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Preference/Preference.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Utilities/CMTime+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2022 Ethan Wong
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Utilities/NSMenu+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2022 Ethan Wong
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Utilities/NSTableView+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2022 Ethan Wong
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Doughnut/Utilities/NSView+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Doughnut Podcast Client
* Copyright (C) 2022 Ethan Wong
* Copyright (C) 2017 - 2022 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit 80a6b9f

Please sign in to comment.