Skip to content

Commit 0138875

Browse files
committed
Release 1.1.0.
1 parent 095c752 commit 0138875

25 files changed

+269
-180
lines changed

LICENSE

-19
This file was deleted.

LICENSE.TXT

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Tencent is pleased to support the open source community by making MLeaksFinder available.
2+
Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
3+
If you have downloaded a copy of the MLeaksFinder binary from Tencent, please note that the MLeaksFinder binary is licensed under the BSD 3-Clause License.
4+
If you have downloaded a copy of the MLeaksFinder source code from Tencent, please note that MLeaksFinder source code is licensed under the BSD 3-Clause License. Your integration of MLeaksFinder into your own projects may require compliance with the BSD 3-Clause License.
5+
A copy of the BSD 3-Clause License is included in this file.
6+
7+
8+
9+
Terms of the BSD 3-Clause License:
10+
--------------------------------------------------------------------
11+
12+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
13+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
14+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
15+
Neither the name of [copyright holder] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MLeaksFinder/MLeakedObjectProxy.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// MLeakedObjectProxy.h
3-
// MLeaksFinder
4-
//
5-
// Created by 佘泽坡 on 7/15/16.
6-
// Copyright © 2016 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <Foundation/Foundation.h>
1014

MLeaksFinder/MLeakedObjectProxy.m

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// MLeakedObjectProxy.m
3-
// MLeaksFinder
4-
//
5-
// Created by 佘泽坡 on 7/15/16.
6-
// Copyright © 2016 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "MLeakedObjectProxy.h"
1014
#import "MLeaksFinder.h"

MLeaksFinder/MLeaksFinder.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// MLeaksFinder.h
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "NSObject+MemoryLeak.h"
1014

MLeaksFinder/MLeaksMessenger.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// MLeaksMessenger.h
3-
// MLeaksFinder
4-
//
5-
// Created by 佘泽坡 on 7/17/16.
6-
// Copyright © 2016 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <Foundation/Foundation.h>
1014
#import <UIKit/UIKit.h>

MLeaksFinder/MLeaksMessenger.m

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// MLeaksMessenger.m
3-
// MLeaksFinder
4-
//
5-
// Created by 佘泽坡 on 7/17/16.
6-
// Copyright © 2016 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "MLeaksMessenger.h"
1014

MLeaksFinder/NSObject+MemoryLeak.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// NSObject+MemoryLeak.h
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <Foundation/Foundation.h>
1014

MLeaksFinder/NSObject+MemoryLeak.m

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// NSObject+MemoryLeak.m
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "NSObject+MemoryLeak.h"
1014
#import "MLeakedObjectProxy.h"

MLeaksFinder/UIApplication+MemoryLeak.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UIApplication+MemoryLeak.h
3-
// MLeaksFinder
4-
//
5-
// Created by 佘泽坡 on 5/11/16.
6-
// Copyright © 2016 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <UIKit/UIKit.h>
1014
#import "MLeaksFinder.h"

MLeaksFinder/UIApplication+MemoryLeak.m

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UIApplication+MemoryLeak.m
3-
// MLeaksFinder
4-
//
5-
// Created by 佘泽坡 on 5/11/16.
6-
// Copyright © 2016 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "UIApplication+MemoryLeak.h"
1014
#import "NSObject+MemoryLeak.h"

MLeaksFinder/UINavigationController+MemoryLeak.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UINavigationController+MemoryLeak.h
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <UIKit/UIKit.h>
1014
#import "MLeaksFinder.h"

MLeaksFinder/UINavigationController+MemoryLeak.m

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UINavigationController+MemoryLeak.m
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "UINavigationController+MemoryLeak.h"
1014
#import "NSObject+MemoryLeak.h"

MLeaksFinder/UIPageViewController+MemoryLeak.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UIPageViewController+MemoryLeak.h
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <UIKit/UIKit.h>
1014
#import "MLeaksFinder.h"

MLeaksFinder/UIPageViewController+MemoryLeak.m

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UIPageViewController+MemoryLeak.m
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "UIPageViewController+MemoryLeak.h"
1014
#import "NSObject+MemoryLeak.h"

MLeaksFinder/UISplitViewController+MemoryLeak.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UISplitViewController+MemoryLeak.h
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <UIKit/UIKit.h>
1014
#import "MLeaksFinder.h"

MLeaksFinder/UISplitViewController+MemoryLeak.m

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UISplitViewController+MemoryLeak.m
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import "UISplitViewController+MemoryLeak.h"
1014
#import "NSObject+MemoryLeak.h"

MLeaksFinder/UITabBarController+MemoryLeak.h

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
//
2-
// UITabBarController+MemoryLeak.h
3-
// MLeaksFinder
4-
//
5-
// Created by zeposhe on 12/12/15.
6-
// Copyright © 2015 zeposhe. All rights reserved.
7-
//
1+
/**
2+
* Tencent is pleased to support the open source community by making MLeaksFinder available.
3+
*
4+
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
5+
*
6+
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7+
*
8+
* https://opensource.org/licenses/BSD-3-Clause
9+
*
10+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
11+
*/
812

913
#import <UIKit/UIKit.h>
1014
#import "MLeaksFinder.h"

0 commit comments

Comments
 (0)