Skip to content

Commit

Permalink
changed license to GPL version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed Jul 27, 2010
1 parent 5175f6f commit b23f9bb
Show file tree
Hide file tree
Showing 199 changed files with 738 additions and 410 deletions.
3 changes: 3 additions & 0 deletions Classes/Controllers/AppController.h
@@ -1,3 +1,6 @@
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Cocoa/Cocoa.h>
#import "MainWindow.h"
#import "ServerTreeView.h"
Expand Down
3 changes: 3 additions & 0 deletions Classes/Controllers/AppController.m
@@ -1,3 +1,6 @@
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "AppController.h"
#import <Carbon/Carbon.h>
#import "Preferences.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controllers/GrowlController.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "TinyGrowlClient.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controllers/GrowlController.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "GrowlController.h"
#import "IRCWorld.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controllers/LimeChatApplication.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Cocoa/Cocoa.h>
#import "HotKeyManager.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controllers/LimeChatApplication.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "LimeChatApplication.h"

Expand Down
3 changes: 3 additions & 0 deletions Classes/Controllers/MenuController.h
@@ -1,3 +1,6 @@
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Cocoa/Cocoa.h>
#import "MainWindow.h"
#import "InputTextField.h"
Expand Down
3 changes: 3 additions & 0 deletions Classes/Controllers/MenuController.m
@@ -1,3 +1,6 @@
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "MenuController.h"
#import <WebKit/WebKit.h>
#import "Preferences.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Controllers/NickCompletinStatus.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>

Expand Down
4 changes: 2 additions & 2 deletions Classes/Controllers/NickCompletinStatus.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "NickCompletinStatus.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ChannelDialog.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "IRCChannelConfig.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ChannelDialog.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "ChannelDialog.h"
#import "NSWindowHelper.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCController.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "ThinSplitView.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCController.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "DCCController.h"
#import "IRCWorld.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCFileTransferCell.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCFileTransferCell.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "DCCFileTransferCell.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCReceiver.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "DCCFileTransferCell.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCReceiver.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "DCCReceiver.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCSender.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "DCCFileTransferCell.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/DCC/DCCSender.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "DCCSender.h"
#import "Preferences.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/IgnoreItemSheet.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "SheetBase.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/IgnoreItemSheet.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "IgnoreItemSheet.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/InviteSheet.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "SheetBase.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/InviteSheet.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "InviteSheet.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ListDialog.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "ListView.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ListDialog.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "ListDialog.h"
#import "Preferences.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ModeSheet.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "SheetBase.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ModeSheet.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "ModeSheet.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/NickSheet.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "SheetBase.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/NickSheet.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "NickSheet.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/PasteSheet.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "SheetBase.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/PasteSheet.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "PasteSheet.h"
#import "NSStringHelper.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/Preferences/PreferencesController.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Cocoa/Cocoa.h>
#import "KeyRecorder.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/Preferences/PreferencesController.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "PreferencesController.h"
#import "Preferences.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/Preferences/SoundWrapper.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Cocoa/Cocoa.h>
#import "GrowlController.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/Preferences/SoundWrapper.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "SoundWrapper.h"
#import "SoundPlayer.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ServerDialog.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "IRCClientConfig.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/ServerDialog.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "ServerDialog.h"
#import "NSWindowHelper.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/SheetBase.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/SheetBase.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "SheetBase.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/TopicSheet.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "SheetBase.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/TopicSheet.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "TopicSheet.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/WelcomeDialog.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>
#import "ListView.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/WelcomeDialog.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "WelcomeDialog.h"
#import "ServerDialog.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/WhoisDialog.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Foundation/Foundation.h>

Expand Down
4 changes: 2 additions & 2 deletions Classes/Dialogs/WhoisDialog.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "WhoisDialog.h"
#import "NSRectHelper.h"
Expand Down
4 changes: 2 additions & 2 deletions Classes/Helpers/NSArrayHelper.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Cocoa/Cocoa.h>

Expand Down
4 changes: 2 additions & 2 deletions Classes/Helpers/NSArrayHelper.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "NSArrayHelper.h"

Expand Down
4 changes: 2 additions & 2 deletions Classes/Helpers/NSColorHelper.h
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import <Cocoa/Cocoa.h>

Expand Down
4 changes: 2 additions & 2 deletions Classes/Helpers/NSColorHelper.m
@@ -1,5 +1,5 @@
// Created by Satoshi Nakagawa.
// You can redistribute it and/or modify it under the new BSD license.
// LimeChat is copyrighted free software by Satoshi Nakagawa <psychs AT limechat DOT net>.
// You can redistribute it and/or modify it under the terms of the GPL version 2 (see the file GPL.txt).

#import "NSColorHelper.h"
#import "OnigRegexp.h"
Expand Down

0 comments on commit b23f9bb

Please sign in to comment.