Skip to content

Commit fda5c16

Browse files
committed
Update URL in source file header to point to GitHub.
1 parent 30f2ec0 commit fda5c16

File tree

392 files changed

+392
-392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+392
-392
lines changed

Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// along with this program; if not, write to the Free Software
2121
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2222
//
23-
// More info at <http://code.google.com/p/sequel-pro/>
23+
// More info at <https://github.com/sequelpro/sequelpro>
2424

2525
#import <Cocoa/Cocoa.h>
2626
#import "PSMTabStyle.h"

Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// along with this program; if not, write to the Free Software
2121
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2222
//
23-
// More info at <http://code.google.com/p/sequel-pro/>
23+
// More info at <https://github.com/sequelpro/sequelpro>
2424

2525
#import "PSMSequelProTabStyle.h"
2626
#import "PSMTabBarCell.h"

Frameworks/SPMySQLFramework/SPMySQLDataTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2727
// OTHER DEALINGS IN THE SOFTWARE.
2828
//
29-
// More info at <http://code.google.com/p/sequel-pro/>
29+
// More info at <https://github.com/sequelpro/sequelpro>
3030

3131
extern NSString *SPMySQLTinyIntType;
3232
extern NSString *SPMySQLSmallIntType;

Frameworks/SPMySQLFramework/SPMySQLDataTypes.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2727
// OTHER DEALINGS IN THE SOFTWARE.
2828
//
29-
// More info at <http://code.google.com/p/sequel-pro/>
29+
// More info at <https://github.com/sequelpro/sequelpro>
3030

3131
#import "SPMySQLDataTypes.h"
3232

Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2727
// OTHER DEALINGS IN THE SOFTWARE.
2828
//
29-
// More info at <http://code.google.com/p/sequel-pro/>
29+
// More info at <https://github.com/sequelpro/sequelpro>
3030

3131
@interface SPMySQLEmptyResult : SPMySQLResult {
3232

Frameworks/SPMySQLFramework/SPMySQLEmptyResult.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929
// OTHER DEALINGS IN THE SOFTWARE.
3030
//
31-
// More info at <http://code.google.com/p/sequel-pro/>
31+
// More info at <https://github.com/sequelpro/sequelpro>
3232

3333
#import "SPMySQLEmptyResult.h"
3434

Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2727
// OTHER DEALINGS IN THE SOFTWARE.
2828
//
29-
// More info at <http://code.google.com/p/sequel-pro/>
29+
// More info at <https://github.com/sequelpro/sequelpro>
3030

3131
/**
3232
* A collection of Private APIs from the various categories, to simplify

Frameworks/SPMySQLFramework/Source/SPMySQL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2727
// OTHER DEALINGS IN THE SOFTWARE.
2828
//
29-
// More info at <http://code.google.com/p/sequel-pro/>
29+
// More info at <https://github.com/sequelpro/sequelpro>
3030

3131
@class SPMySQLConnection, SPMySQLResult, SPMySQLStreamingResult, SPMySQLFastStreamingResult, SPMySQLStreamingResultStore;
3232

Frameworks/SPMySQLFramework/Source/SPMySQLArrayAdditions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2727
// OTHER DEALINGS IN THE SOFTWARE.
2828
//
29-
// More info at <http://code.google.com/p/sequel-pro/>
29+
// More info at <https://github.com/sequelpro/sequelpro>
3030

3131
/**
3232
* Set up a static function to allow fast mutable array insertion using

Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// OTHER DEALINGS IN THE SOFTWARE.
2828
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2929
//
30-
// More info at <http://code.google.com/p/sequel-pro/>
30+
// More info at <https://github.com/sequelpro/sequelpro>
3131

3232
// This class is private to the framework.
3333

0 commit comments

Comments
 (0)