Skip to content

Commit

Permalink
Changing licensing to MIT License
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedenem committed May 10, 2012
1 parent 5f45a0a commit 8ba28b3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 755 deletions.
675 changes: 4 additions & 671 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 1 addition & 14 deletions UICircularSlider/UICircularSlider.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@
// Copyright (c) 2012 Zouhair Mahieddine.
// http://www.zedenem.com
//
// This file is part of the UICircularSlider Library.
//
// UICircularProgressView 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.
//
// UICircularProgressView is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with UICircularSlider. If not, see <http://www.gnu.org/licenses/>.
// This file is part of the UICircularSlider Library, released under the MIT License.
//

#import <UIKit/UIKit.h>
Expand Down
15 changes: 1 addition & 14 deletions UICircularSlider/UICircularSlider.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@
// Copyright (c) 2012 Zouhair Mahieddine.
// http://www.zedenem.com
//
// This file is part of the UICircularSlider Library.
//
// UICircularProgressView 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.
//
// UICircularProgressView is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with UICircularSlider. If not, see <http://www.gnu.org/licenses/>.
// This file is part of the UICircularSlider Library, released under the MIT License.
//

#import "UICircularSlider.h"
Expand Down
4 changes: 4 additions & 0 deletions test_project/UICircularSlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
5F7A1DA4150E3C4E00284473 /* circularSliderThumbImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F7A1DA3150E3C4E00284473 /* circularSliderThumbImage.png */; };
5F7A1DA9150E449D00284473 /* AppledocSettings.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5F7A1DA8150E449D00284473 /* AppledocSettings.plist */; };
5FF75D1D1500E8B200CFC305 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FF75D1C1500E8B200CFC305 /* UIKit.framework */; };
5FF75D1F1500E8B200CFC305 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FF75D1E1500E8B200CFC305 /* Foundation.framework */; };
5FF75D211500E8B200CFC305 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FF75D201500E8B200CFC305 /* CoreGraphics.framework */; };
Expand All @@ -20,6 +21,7 @@

/* Begin PBXFileReference section */
5F7A1DA3150E3C4E00284473 /* circularSliderThumbImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = circularSliderThumbImage.png; sourceTree = "<group>"; };
5F7A1DA8150E449D00284473 /* AppledocSettings.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppledocSettings.plist; path = ../AppledocSettings.plist; sourceTree = "<group>"; };
5FF75D181500E8B200CFC305 /* UICircularSlider.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UICircularSlider.app; sourceTree = BUILT_PRODUCTS_DIR; };
5FF75D1C1500E8B200CFC305 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
5FF75D1E1500E8B200CFC305 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -53,6 +55,7 @@
5FF75D0D1500E8B200CFC305 = {
isa = PBXGroup;
children = (
5F7A1DA8150E449D00284473 /* AppledocSettings.plist */,
5FF75D471500E92800CFC305 /* UICircularSlider */,
5FF75D221500E8B200CFC305 /* test_project */,
5FF75D1B1500E8B200CFC305 /* Frameworks */,
Expand Down Expand Up @@ -167,6 +170,7 @@
files = (
5FF75D421500E8F100CFC305 /* UICircularSliderViewController.xib in Resources */,
5F7A1DA4150E3C4E00284473 /* circularSliderThumbImage.png in Resources */,
5F7A1DA9150E449D00284473 /* AppledocSettings.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
15 changes: 1 addition & 14 deletions test_project/UICircularSlider/UICircularSliderAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@
// Copyright (c) 2012 Zouhair Mahieddine.
// http://www.zedenem.com
//
// This file is part of the UICircularSlider Library.
//
// UICircularProgressView 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.
//
// UICircularProgressView is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with UICircularSlider. If not, see <http://www.gnu.org/licenses/>.
// This file is part of the UICircularSlider Library, released under the MIT License.
//

#import <UIKit/UIKit.h>
Expand Down
15 changes: 1 addition & 14 deletions test_project/UICircularSlider/UICircularSliderAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@
// Copyright (c) 2012 Zouhair Mahieddine.
// http://www.zedenem.com
//
// This file is part of the UICircularSlider Library.
//
// UICircularProgressView 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.
//
// UICircularProgressView is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with UICircularSlider. If not, see <http://www.gnu.org/licenses/>.
// This file is part of the UICircularSlider Library, released under the MIT License.
//

#import "UICircularSliderAppDelegate.h"
Expand Down
15 changes: 1 addition & 14 deletions test_project/UICircularSlider/UICircularSliderViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@
// Copyright (c) 2012 Zouhair Mahieddine.
// http://www.zedenem.com
//
// This file is part of the UICircularSlider Library.
//
// UICircularProgressView 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.
//
// UICircularProgressView is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with UICircularSlider. If not, see <http://www.gnu.org/licenses/>.
// This file is part of the UICircularSlider Library, released under the MIT License.
//

#import <UIKit/UIKit.h>
Expand Down
15 changes: 1 addition & 14 deletions test_project/UICircularSlider/UICircularSliderViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@
// Copyright (c) 2012 Zouhair Mahieddine.
// http://www.zedenem.com
//
// This file is part of the UICircularSlider Library.
//
// UICircularProgressView 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.
//
// UICircularProgressView is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with UICircularSlider. If not, see <http://www.gnu.org/licenses/>.
// This file is part of the UICircularSlider Library, released under the MIT License.
//

#import "UICircularSliderViewController.h"
Expand Down

0 comments on commit 8ba28b3

Please sign in to comment.