Skip to content

Commit

Permalink
Merge pull request #1 from cbpowell/master
Browse files Browse the repository at this point in the history
Update MarqueeLabel attribution
  • Loading branch information
LeoNatan committed Aug 23, 2015
2 parents d6fd965 + 35f33b3 commit 3275771
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LNPopupController/LNPopupController/Private/__MarqueeLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
//
// MarqueeLabel.h
//
// Created by Charles Powell on 1/31/11.
// Modifications for LNPopupController by Leo Natan.
// Copyright (c) 2011-2015 Charles Powell. All rights reserved.
//

#import <UIKit/UIKit.h>

Expand Down
4 changes: 4 additions & 0 deletions LNPopupController/LNPopupController/Private/__MarqueeLabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
//
// MarqueeLabel.m
//
// Created by Charles Powell on 1/31/11.
// Modifications for LNPopupController by Leo Natan.
// Copyright (c) 2011-2015 Charles Powell. All rights reserved.
//

#import "__MarqueeLabel.h"
#import <QuartzCore/QuartzCore.h>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Most of the framework is not exposed as public API. As need arises, more compone
##Acknowledgements

The framework uses:
* [MarqueeLabel](https:/cbpowell/MarqueeLabel) Copyright (c) 2011-2013 Charles Powell
* [MarqueeLabel](https:/cbpowell/MarqueeLabel) Copyright (c) 2011-2015 Charles Powell

Additionally, the demo project uses:

Expand Down

0 comments on commit 3275771

Please sign in to comment.