Skip to content

Commit

Permalink
Update copyright terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackJiang2011 committed Nov 12, 2015
1 parent 39e73ab commit 08b8738
Show file tree
Hide file tree
Showing 46 changed files with 137 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
* All rights reserved.
* Project URL:https://github.com/JackJiang2011/MobileIMSDK
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* IMClientManager.java at 2015-11-12 21:48:11, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.android.demo;

import net.openmob.mobileimsdk.android.ClientCoreSDK;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
* All rights reserved.
* Project URL:https://github.com/JackJiang2011/MobileIMSDK
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* LoginActivity.java at 2015-11-12 21:48:11, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.android.demo;

import java.util.Observable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* DemoMain.java at 2015-10-7 22:01:48, code by Jack Jiang.
* MainActivity.java at 2015-11-12 21:48:11, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.android.demo;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
* All rights reserved.
* Project URL:https://github.com/JackJiang2011/MobileIMSDK
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* SplashScreenActivity.java at 2015-11-12 21:48:11, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.android.demo;

import android.app.Activity;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* ChatBaseEventImpl.java at 2015-10-7 22:01:48, code by Jack Jiang.
* ChatBaseEventImpl.java at 2015-11-12 21:48:11, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.android.demo.event;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* ChatTransDataEventImpl.java at 2015-10-7 22:01:48, code by Jack Jiang.
* ChatTransDataEventImpl.java at 2015-11-12 21:48:11, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.android.demo.event;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* MessageQoSEventImpl.java at 2015-10-7 22:01:48, code by Jack Jiang.
* MessageQoSEventImpl.java at 2015-11-12 21:48:11, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.android.demo.event;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/21.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/21.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import "AppDelegate.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 15/2/15.
// Copyright (c) 2015年 cngeeker.com. All rights reserved.
// Copyright (c) 2015年 openmob.net. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 15/2/15.
// Copyright (c) 2015年 cngeeker.com. All rights reserved.
// Copyright (c) 2015年 openmob.net. All rights reserved.
//

#import "ChatInfoTableViewCell.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 15/2/15.
// Copyright (c) 2015年 cngeeker.com. All rights reserved.
// Copyright (c) 2015年 openmob.net. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 15/2/15.
// Copyright (c) 2015年 cngeeker.com. All rights reserved.
// Copyright (c) 2015年 openmob.net. All rights reserved.
//

#import "ChatInfoTableViewCellDTO.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
// ----------------------------------------------------------------------
// Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
// All rights reserved.
// Project URL: https://github.com/JackJiang2011/MobileIMSDK
//
// openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
//
// You can contact author with [email protected] or [email protected].
// ----------------------------------------------------------------------
//
// IMClientManager.h
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/8.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
// ----------------------------------------------------------------------
// Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
// All rights reserved.
// Project URL: https://github.com/JackJiang2011/MobileIMSDK
//
// openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
//
// You can contact author with [email protected] or [email protected].
// ----------------------------------------------------------------------
//
// IMClientManager.m
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/8.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import "IMClientManager.h"
Expand Down Expand Up @@ -71,7 +80,7 @@ - (void)initMobileIMSDK
[ConfigEntity registerWithAppKey:@"5418023dfd98c579b6001741"];

// 设置服务器ip和服务器端口
// [ConfigEntity setServerIp:@"rbcore.cngeeker.com"];
// [ConfigEntity setServerIp:@"rbcore.openmob.net"];
// [ConfigEntity setServerPort:7901];

// 使用以下代码表示不绑定固定port(由系统自动分配),否则使用默认的7801端口
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/8.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/8.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import "LoginViewController.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/21.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/21.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import "MainViewController.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/9.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/9.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import "OnLoginProgress.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
// ----------------------------------------------------------------------
// Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
// All rights reserved.
// Project URL: https://github.com/JackJiang2011/MobileIMSDK
//
// openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
//
// You can contact author with [email protected] or [email protected].
// ----------------------------------------------------------------------
//
//
// UIViewController+Ext.h
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/8.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
// ----------------------------------------------------------------------
// Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
// All rights reserved.
// Project URL: https://github.com/JackJiang2011/MobileIMSDK
//
// openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
//
// You can contact author with [email protected] or [email protected].
// ----------------------------------------------------------------------
//
//
// UIViewController+Ext.m
// MobileIMSDK4iDemo
//
// Created by JackJiang on 15/11/8.
// Copyright © 2015年 cngeeker.com. All rights reserved.
// Copyright © 2015年 openmob.net. All rights reserved.
//

#import "UIViewController+Ext.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/28.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/28.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import "ChatBaseEventImpl.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/28.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/28.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import "ChatTransDataEventImpl.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/28.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// RainbowCore4i
//
// Created by JackJiang on 14/10/28.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import "MessageQoSEventImpl.h"
Expand Down
12 changes: 11 additions & 1 deletion src_all/client/ios/MobileIMSDK4iDemo/MobileIMSDK4iDemo/main.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
// ----------------------------------------------------------------------
// Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
// All rights reserved.
// Project URL: https://github.com/JackJiang2011/MobileIMSDK
//
// openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
//
// You can contact author with [email protected] or [email protected].
// ----------------------------------------------------------------------
//
//
// main.m
// RainbowCore4i
//
// Created by JackJiang on 14/10/21.
// Copyright (c) 2014年 cngeeker.com. All rights reserved.
// Copyright (c) 2014年 openmob.net. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
* All rights reserved.
* Project URL:https://github.com/JackJiang2011/MobileIMSDK
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* IMClientManager.java at 2015-11-12 21:51:15, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.java.demo;

import net.openmob.mobileimsdk.java.ClientCoreSDK;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* Launch.java at 2015-10-7 22:03:00, code by Jack Jiang.
* Launch.java at 2015-11-12 21:51:15, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.java.demo;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (C) 2015 Jack Jiang The MobileIMSDK Project.
* All rights reserved.
* Project URL:https://github.com/JackJiang2011/MobileIMSDK
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* LoginGUI.java at 2015-11-12 21:51:15, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.java.demo;

import java.awt.BorderLayout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* openmob.net PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* DemoMain.java at 2015-10-7 22:03:00, code by Jack Jiang.
* MainGUI.java at 2015-11-12 21:51:15, code by Jack Jiang.
* You can contact author with [email protected] or [email protected].
*/
package net.openmob.mobileimsdk.java.demo;
Expand Down
Loading

0 comments on commit 08b8738

Please sign in to comment.