Skip to content

Commit

Permalink
Upgraded to GNU GPL v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprice committed Sep 16, 2009
1 parent 0edaba8 commit 1017e8a
Show file tree
Hide file tree
Showing 20 changed files with 720 additions and 327 deletions.
912 changes: 623 additions & 289 deletions COPYING

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions Controller.h
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
Expand Down
10 changes: 7 additions & 3 deletions Controller.m
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import "Controller.h" #import "Controller.h"
Expand Down Expand Up @@ -49,7 +53,7 @@
#define RubyGetShowDetails @"GetShowDetails" #define RubyGetShowDetails @"GetShowDetails"


// Misc // Misc
#define TVShowsURL @"http://tvshows.sourceforge.net" #define TVShowsURL @"http://www.deathtobunnies.com/tvshows/"
#define TVShowsFeedbackURL @"http://sourceforge.net/tracker/?group_id=190705" #define TVShowsFeedbackURL @"http://sourceforge.net/tracker/?group_id=190705"
#define TransmissionURL @"http://transmission.m0k.org" #define TransmissionURL @"http://transmission.m0k.org"


Expand Down
7 changes: 3 additions & 4 deletions Credits.rtf
Expand Up @@ -3,10 +3,9 @@
{\colortbl;\red255\green255\blue255;} {\colortbl;\red255\green255\blue255;}
{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid2\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li1440\lin1440 }{\listname ;}\listid1}} {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid2\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li1440\lin1440 }{\listname ;}\listid1}}
{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}}
\vieww9000\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
{\field{\*\fldinst{HYPERLINK "http://tvshows.sourceforge.net"}}{\fldrslt {\field{\*\fldinst{HYPERLINK "http://www.deathtobunnies.com/tvshows/"}}{\fldrslt
\f0\fs22 \cf0 tvshows.sourceforge.net}} \f0\fs22 \cf0 www.deathtobunnies.com/tvshows/}}
\f0\fs22 \ \f0\fs22 \
\ \
\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural \pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
Expand All @@ -20,5 +19,5 @@
\ls1\ilvl1\cf0 {\listtext \uc0\u8259 }{\field{\*\fldinst{HYPERLINK "http://rubyforge.org/projects/plist"}}{\fldrslt plist}}\ \ls1\ilvl1\cf0 {\listtext \uc0\u8259 }{\field{\*\fldinst{HYPERLINK "http://rubyforge.org/projects/plist"}}{\fldrslt plist}}\
{\listtext \uc0\u8259 }{\field{\*\fldinst{HYPERLINK "http://rubyforge.org/projects/simple-rss"}}{\fldrslt simple-rss}}\ {\listtext \uc0\u8259 }{\field{\*\fldinst{HYPERLINK "http://rubyforge.org/projects/simple-rss"}}{\fldrslt simple-rss}}\
\ \
TVShows is under a GPL license.\ TVShows is under the GNU General Public License v3, or any later version.\
} }
8 changes: 6 additions & 2 deletions DownloadShowList.rb
@@ -1,8 +1,12 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby


# This file is part of the TVShows source code. # This file is part of the TVShows source code.
# http://tvshows.sourceforge.net # http://github.com/mattprice/TVShows
# It may be used under the terms of the GNU General Public License.
# TVShows 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.


requires = [ requires = [
'open-uri', 'open-uri',
Expand Down
Binary file modified English.lproj/InfoPlist.strings
Binary file not shown.
8 changes: 6 additions & 2 deletions GetLatestSeasonEpisodeForShow.rb
@@ -1,8 +1,12 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby


# This file is part of the TVShows source code. # This file is part of the TVShows source code.
# http://tvshows.sourceforge.net # http://github.com/mattprice/TVShows
# It may be used under the terms of the GNU General Public License.
# TVShows 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.


require File.join(File.dirname(__FILE__), 'TVShowsScript/lib/simple-rss.rb') require File.join(File.dirname(__FILE__), 'TVShowsScript/lib/simple-rss.rb')
require 'open-uri' require 'open-uri'
Expand Down
8 changes: 6 additions & 2 deletions GetShowDetails.rb
@@ -1,8 +1,12 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby


# This file is part of the TVShows source code. # This file is part of the TVShows source code.
# http://tvshows.sourceforge.net # http://github.com/mattprice/TVShows
# It may be used under the terms of the GNU General Public License.
# TVShows 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.


requires = [ requires = [
'open-uri', 'open-uri',
Expand Down
8 changes: 6 additions & 2 deletions Helper.h
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
Expand Down
8 changes: 6 additions & 2 deletions Helper.m
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import "Helper.h" #import "Helper.h"
Expand Down
3 changes: 2 additions & 1 deletion NEWS
@@ -1,7 +1,8 @@
News News


0.4.1 (09-16-2009) 0.4.1 (09-16-2009)
- All links now point to TVShows new homepage. TVShows is now being released under the GNU General Public License v3, or any later versions. For more information, please see <http://www.gnu.org/licenses/>.
- All links should now point to TVShows new homepage.
- Now using Sparkle 1.5b6 for auto updates. - Now using Sparkle 1.5b6 for auto updates.


0.4 (09-11-2009) 0.4 (09-11-2009)
Expand Down
3 changes: 1 addition & 2 deletions TVShows.xcodeproj/project.pbxproj
Expand Up @@ -98,7 +98,7 @@
5BDF045C0BB87919007EC15A /* NEWS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NEWS; sourceTree = "<group>"; }; 5BDF045C0BB87919007EC15A /* NEWS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NEWS; sourceTree = "<group>"; };
5BE3BC490BCE71A3003B6EAD /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; 5BE3BC490BCE71A3003B6EAD /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* TVShows.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TVShows.app; sourceTree = BUILT_PRODUCTS_DIR; }; 8D1107320486CEB800E47090 /* TVShows.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = TVShows.app; path = "/Users/matthew/Active Projects/TVShows/trunk/build/Debug/TVShows.app"; sourceTree = "<absolute>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */


/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -133,7 +133,6 @@
19C28FACFE9D520D11CA2CBB /* Products */ = { 19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
8D1107320486CEB800E47090 /* TVShows.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
Expand Down
8 changes: 6 additions & 2 deletions TVShowsScript/TVShows.rb
@@ -1,8 +1,12 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby


# This file is part of the TVShows source code. # This file is part of the TVShows source code.
# http://tvshows.sourceforge.net # http://github.com/mattprice/TVShows
# It may be used under the terms of the GNU General Public License.
# TVShows 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.


# Required files # Required files
requires = [ requires = [
Expand Down
8 changes: 6 additions & 2 deletions TVShowsScript/TVShowsConstants.rb
@@ -1,6 +1,10 @@
# This file is part of the TVShows source code. # This file is part of the TVShows source code.
# http://tvshows.sourceforge.net # http://github.com/mattprice/TVShows
# It may be used under the terms of the GNU General Public License.
# TVShows 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.


PREFS_IS_ENABLED = "IsEnabled" PREFS_IS_ENABLED = "IsEnabled"
PREFS_AUTOMATICALLY_OPEN_TORRENT = "AutomaticallyOpenTorrent" PREFS_AUTOMATICALLY_OPEN_TORRENT = "AutomaticallyOpenTorrent"
Expand Down
8 changes: 6 additions & 2 deletions TVTableView.h
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
Expand Down
8 changes: 6 additions & 2 deletions TVTableView.m
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


/* Thanks http://developer.apple.com/samplecode/MP3_Player/index.html */ /* Thanks http://developer.apple.com/samplecode/MP3_Player/index.html */
Expand Down
8 changes: 6 additions & 2 deletions ValueTransformers.h
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
Expand Down
8 changes: 6 additions & 2 deletions ValueTransformers.m
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import "ValueTransformers.h" #import "ValueTransformers.h"
Expand Down
8 changes: 6 additions & 2 deletions main.m
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
Expand Down
8 changes: 6 additions & 2 deletions tvshows_Prefix.pch
@@ -1,7 +1,11 @@
/* /*
This file is part of the TVShows source code. This file is part of the TVShows source code.
http://tvshows.sourceforge.net http://github.com/mattprice/TVShows
It may be used under the terms of the GNU General Public License.
TVShows 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.
*/ */


#ifdef __OBJC__ #ifdef __OBJC__
Expand Down

0 comments on commit 1017e8a

Please sign in to comment.