Skip to content

Commit

Permalink
Edited Classes/ScrollerAppDelegate.m via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
thevole committed Sep 5, 2011
1 parent ec9c247 commit a647785
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Classes/ScrollerAppDelegate.m
Expand Up @@ -2,10 +2,23 @@
// ScrollerAppDelegate.m
// Scroller
//
// Created by Martin Volerich on 5/21/10.
// Copyright Bill Bear Technologies 2010. All rights reserved.
// Created by Martin Volerich on 5/22/10.
// Copyright 2010 Martin Volerich - Bill Bear Technologies. All rights reserved.
//

// This program 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.
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>

#import "ScrollerAppDelegate.h"
#import "PageLoopViewController.h"

Expand Down

0 comments on commit a647785

Please sign in to comment.