Skip to content

Commit

Permalink
consequently put in the reference to the new BSD license
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Jul 22, 2012
1 parent d37d6b7 commit da26a49
Show file tree
Hide file tree
Showing 23 changed files with 87 additions and 147 deletions.
30 changes: 2 additions & 28 deletions BeamMusicPlayerExample/BeamAppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,37 +1,11 @@
//
// BeamAppDelegate.h
// Part of MusicPlayerViewController
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// Redistributions of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// 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.
//
// Neither the name of the project's author nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// 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.
//

#import <UIKit/UIKit.h>

Expand Down
30 changes: 2 additions & 28 deletions BeamMusicPlayerExample/BeamAppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,37 +1,11 @@
//
// BeamAppDelegate.m
// Part of MusicPlayerViewController
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// Redistributions of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// 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.
//
// Neither the name of the project's author nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// 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.
//

#import "BeamAppDelegate.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMinimalExampleProvider.h
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 01.06.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMinimalExampleProvider.m
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 01.06.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import "BeamMinimalExampleProvider.h"
Expand Down
5 changes: 3 additions & 2 deletions BeamMusicPlayerExample/main.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// main.m
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
5 changes: 3 additions & 2 deletions BeamMusicPlayerExampleTests/BeamMPMusicPlayerProviderTests.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMPMusicPlayerProvider.h
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Heiko Behrens on 18.07.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>
Expand Down
5 changes: 3 additions & 2 deletions BeamMusicPlayerExampleTests/BeamMPMusicPlayerProviderTests.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMPMusicPlayerProvider.m
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Heiko Behrens on 18.07.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import "BeamMPMusicPlayerProviderTests.h"
Expand Down
5 changes: 3 additions & 2 deletions BeamMusicPlayerExampleTests/BeamMusicPlayerExampleTests.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMusicPlayerExampleTests.h
// BeamMusicPlayerExampleTests
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>
Expand Down
5 changes: 3 additions & 2 deletions BeamMusicPlayerExampleTests/BeamMusicPlayerExampleTests.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMusicPlayerExampleTests.m
// BeamMusicPlayerExampleTests
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import "BeamMusicPlayerExampleTests.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMusicPlayerViewControllerTests.h
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Heiko Behrens on 01.06.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMusicPlayerViewControllerTests.m
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Heiko Behrens on 01.06.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import "BeamMusicPlayerViewControllerTests.h"
Expand Down
27 changes: 27 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Software License Agreement (New BSD License)

Copyright (c) 2012, BeamApp UG All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* 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.
* Neither the name of BeamApp nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.

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.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ The Project contains an example that uses the MediaLibrary to provide data for t

License
-------
The Project is licensed under the BSD License.
The Project is licensed under the new BSD License (see file LICENSE).

© 2012 Beam App UG ( haftungsbeschränkt )
5 changes: 3 additions & 2 deletions Source/BeamMPMusicPlayerProvider.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamIpodExampleProvider.h
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 31.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
5 changes: 3 additions & 2 deletions Source/BeamMPMusicPlayerProvider.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamIpodExampleProvider.m
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 31.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import "BeamMPMusicPlayerProvider.h"
Expand Down
5 changes: 3 additions & 2 deletions Source/BeamMusicPlayerDataSource.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMusicPlayerDataSource.h
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
5 changes: 3 additions & 2 deletions Source/BeamMusicPlayerDelegate.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// BeamMusicPlayerDelegate.h
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
30 changes: 2 additions & 28 deletions Source/BeamMusicPlayerViewController.h
Original file line number Diff line number Diff line change
@@ -1,37 +1,11 @@
//
// BeamMusicPlayerViewController.h
// Part of MusicPlayerViewController
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// Redistributions of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// 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.
//
// Neither the name of the project's author nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// 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.
//


#import <UIKit/UIKit.h>
Expand Down
30 changes: 2 additions & 28 deletions Source/BeamMusicPlayerViewController.m
Original file line number Diff line number Diff line change
@@ -1,37 +1,11 @@
//
// BeamMusicPlayerViewController.m
// Part of MusicPlayerViewController
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 30.05.12.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// Redistributions of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// 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.
//
// Neither the name of the project's author nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// 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.
//

#import "BeamMusicPlayerViewController.h"
#import "UIImageView+Reflection.h"
Expand Down
5 changes: 3 additions & 2 deletions Source/NSDateFormatter+Duration.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// NSDateFormatter+Duration.h
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 31.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
5 changes: 3 additions & 2 deletions Source/NSDateFormatter+Duration.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// NSDateFormatter+Duration.m
// BeamMusicPlayerExample
// Part of BeamMusicPlayerViewController (license: New BSD)
// -> https://github.com/BeamApp/MusicPlayerViewController
//
// Created by Moritz Haarmann on 31.05.12.
// Copyright (c) 2012 n/a. All rights reserved.
// Copyright (c) 2012 BeamApp UG. All rights reserved.
//

#import "NSDateFormatter+Duration.h"
Expand Down
Loading

0 comments on commit da26a49

Please sign in to comment.