diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.h index de44c0767d9055c6aee2657b9034f319f8e6a7c9..377b3b8418c4d9ec6632df2513c6eea0788872e0 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.h @@ -1,10 +1,18 @@ -// -// IJKAppDelegate.h -// IJKMediaDemo -// -// Created by ZhangRui on 13-9-19. -// Copyright (c) 2013年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.m index 11b1ed6dc6708a156c336b232918b8c8fbfd6999..fcc872e3dcc70bdb4afae17f86fff71c1de746b8 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKAppDelegate.m @@ -1,10 +1,18 @@ -// -// IJKAppDelegate.m -// IJKMediaDemo -// -// Created by ZhangRui on 13-9-19. -// Copyright (c) 2013年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKAppDelegate.h" #import "IJKDemoMainViewController.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKCommon.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKCommon.h index ec3b7b33ed3aff52e36094d584fbc77c3b42de9e..1234588ca929b6ad4254c22c0eafd2a528ceb64c 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKCommon.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKCommon.h @@ -1,10 +1,18 @@ -// -// IJKCommon.h -// IJKMediaDemo -// -// Created by ZhangRui on 13-9-23. -// Copyright (c) 2013年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.h index 8c41f1962ba7b18ef79cf9e9a1ff4804299d4f09..136df245eef3f32347dc719a2c09263dd10136ef 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.h @@ -1,10 +1,18 @@ -// -// IJKDemoHistory.h -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.m index 3bd585ed08069276c366d2e6e9c90fb4e451aaff..8fd4f4d2ce17b015ddc5f420bd0c0f5f839c0c1b 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoHistory.m @@ -1,10 +1,18 @@ -// -// IJKDemoHistory.m -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKDemoHistory.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.h index afac9f7705392fcf2f3f8e911335b5e37a4d677a..15e70023c42e8fd88e1ba3628015075da3634af9 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.h @@ -1,10 +1,18 @@ -// -// IJKDemoInputURLViewController.h -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.m index e6b1482608a67f4641fabcbd57e4a8945ad3b61d..e0e3b6540a2ec3cd66d541c8bd0978a5b0a0563e 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoInputURLViewController.m @@ -1,10 +1,18 @@ -// -// IJKDemoInputURLViewController.m -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKDemoInputURLViewController.h" #import "IJKMoviePlayerViewController.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.h index 4a70a244427910203b06a4e4ddde68a47a2cdef1..dea4f433e85e4ff43821ee1d1e9877dfabce2720 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.h @@ -1,10 +1,18 @@ -// -// IJKDemoLocalFolderViewController.h -// IJKMediaDemo -// -// Created by Gdier on 5/27/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.m index 309f2cf645d2d01a61d805c1cd098b981f4c5a1f..f58262e5b070c8e23c257953bfc01644a9c77758 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoLocalFolderViewController.m @@ -1,10 +1,18 @@ -// -// IJKDemoLocalFolderViewController.m -// IJKMediaDemo -// -// Created by Gdier on 5/27/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKDemoLocalFolderViewController.h" #import "IJKMoviePlayerViewController.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.h index 20c3f6c5f41d62d647f6bbbdde5eaa43eb0db0fc..f978363e324dc388e9e7b29e06470e0e432d00dd 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.h @@ -1,10 +1,18 @@ -// -// IJKDemoMainViewController.h -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.m index cf39dcfd6eb51adb86a9d1ef4ff9f9acebed91e4..4c4eb538d9c9bdda2476612a5f2677b5a579c8c0 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoMainViewController.m @@ -1,10 +1,18 @@ -// -// IJKDemoMainViewController.m -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKDemoMainViewController.h" #import "IJKDemoInputURLViewController.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.h index a331ba104e699f1221d85f58e1b124946298bba7..88618a8493f659b3ca77f7cb52ea09245a318987 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.h @@ -1,10 +1,18 @@ -// -// IJKDemoSampleViewController.h -// IJKMediaDemo -// -// Created by Zhang Rui on 15/5/29. -// Copyright (c) 2015年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.m index 41abe3a0630203ba0aa17f817c14940c393d33a0..f880a5faba43dd3425571140a8e83ac2a6b17386 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKDemoSampleViewController.m @@ -1,10 +1,18 @@ -// -// IJKDemoSampleViewController.m -// IJKMediaDemo -// -// Created by Zhang Rui on 15/5/29. -// Copyright (c) 2015年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKDemoSampleViewController.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.h index 986efcb71251d7550f7557aff39ca791942deaf3..1ff69abce5cd42f337f3b20e9cd36a0f59bf4915 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.h @@ -1,10 +1,18 @@ -// -// IJKMediaControl.h -// IJKMediaDemo -// -// Created by ZhangRui on 13-9-22. -// Copyright (c) 2013年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.m index a0fb4784ecc190ec2a84efb6434f7c470ba5f7f9..34d04c6d8b1dcfe44dd667d5c812b596719c7dd0 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKMediaControl.m @@ -1,10 +1,18 @@ -// -// IJKMediaControl.m -// IJKMediaDemo -// -// Created by ZhangRui on 13-9-22. -// Copyright (c) 2013年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKMediaControl.h" #import "IJKMediaPlayer/IJKMediaPlayer.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.h index 5bed1078b5150b07b7b339071e5590d5642d4dd5..8ebe0b124733b47bde891f28491aaf91e4c7b7ec 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.h @@ -1,10 +1,18 @@ -// -// IJKMoviePlayerController.h -// IJKMediaDemo -// -// Created by ZhangRui on 13-9-21. -// Copyright (c) 2013年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.m index cf1bf0aacc9a30bd9eb078558ce996da99992ff5..34648632e52bd0850c17ca69c876e6181465f77d 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKMoviePlayerViewController.m @@ -1,10 +1,18 @@ -// -// IJKMoviePlayerController.m -// IJKMediaDemo -// -// Created by ZhangRui on 13-9-21. -// Copyright (c) 2013年 bilibili. All rights reserved. -// +/* + * Copyright (C) 2013-2015 Zhang Rui + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKMoviePlayerViewController.h" #import "IJKMediaControl.h" diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.h b/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.h index 4dd1cd89734503aecd9c9744e8bfef292d492dfa..3c902b7167fe3831a9f60fa1eb684cb045c1ed91 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.h +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.h @@ -1,10 +1,18 @@ -// -// IJKQRCodeScanViewController.h -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.m index fff3ee01fe6721bbd45f3a07ea3624dd818e0c31..791ae106f0df1eaabc31f9458a458da0d5e04969 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKQRCodeScanViewController.m @@ -1,10 +1,18 @@ -// -// IJKQRCodeScanViewController.m -// IJKMediaDemo -// -// Created by Gdier on 5/26/15. -// Copyright (c) 2015 bilibili. All rights reserved. -// +/* + * Copyright (C) 2015 Gdier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import "IJKQRCodeScanViewController.h" #import "IJKMoviePlayerViewController.h"