Skip to content

Commit

Permalink
Licensing and disclaimer detritus.
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
  • Loading branch information
zwaldowski committed Feb 6, 2012
1 parent 9b4600c commit ebaf638
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2011 Matej Bukovinski and contributors. All rights reserved.
Copyright (c) 2009-2011 Matej Bukovinski, Zachary Waldowski, Jonathan George, and the MBProgressHUD contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions MBProgressHUD.h
@@ -1,8 +1,8 @@
//
// MBProgressHUD.h
// Created by Matej Bukovinski on 2.4.09.
//
// This code is licensed under MIT. See LICENSE for more information.
// (c) 2009-2011 Matej Bukovinski and contributors.
// This code is licensed under MIT. See LICENSE for more information.
//

#import <UIKit/UIKit.h>
Expand Down
5 changes: 2 additions & 3 deletions MBProgressHUD.m
@@ -1,9 +1,8 @@
//
// MBProgressHUD.m
// Version 0.4
// Created by Matej Bukovinski on 2.4.09.
//
// This code is licensed under MIT. See LICENSE for more information.
// (c) 2009-2011 Matej Bukovinski and contributors.
// This code is licensed under MIT. See LICENSE for more information.
//

#import "MBProgressHUD.h"
Expand Down
4 changes: 2 additions & 2 deletions MBProgressHUD.podspec
Expand Up @@ -5,8 +5,8 @@ Pod::Spec.new do |s|
s.summary = 'A dead simple, drop-in HUD view for iOS.'
s.homepage = 'https://github.com/zwaldowski/MBProgressHUD'
s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com',
'Matej Bukovinski' => 'matej@bukovinski.com',
'Jonathan George' => 'jonathan@jdg.net' }
'Jonathan George' => 'jonathan@jdg.net',
'Matej Bukovinski' => 'matej@bukovinski.com' }
s.source = { :git => 'https://github.com/zwaldowski/MBProgressHUD.git' }
s.description = 'MBProgressHUD is a drop-in iOS class that displays a translucent HUD with a ' \
'progress indicator and an optional label while work is being done. It is meant ' \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ License

This code is distributed under the terms and conditions of the MIT license.

Copyright (c) 2010-2012 Jonathan George, Matej Bukovinski, Zachary Waldowski, and the MBProgressHUD contributors.
Copyright (c) 2009-2012 Matej Bukovinski, Zachary Waldowski, Jonathan George, and the MBProgressHUD contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit ebaf638

Please sign in to comment.