From f783e06002acae9d57115b2e6a6ca45a0ad19b75 Mon Sep 17 00:00:00 2001 From: haranicle Date: Sun, 26 Jun 2016 16:08:37 +0900 Subject: [PATCH] fix copyright --- Demo/AppDelegate.swift | 22 ++++++++++++------ Demo/DemoListViewController.swift | 23 ++++++++++++------- NohanaImagePicker/ActivityIndicatable.swift | 22 ++++++++++++------ NohanaImagePicker/AlbumCell.swift | 22 ++++++++++++------ .../AlbumListEmptyIndicator.swift | 22 ++++++++++++------ .../AlbumListViewController.swift | 22 ++++++++++++------ .../AnimatableNavigationController.swift | 22 ++++++++++++------ NohanaImagePicker/AssetCell.swift | 23 ++++++++++++------- NohanaImagePicker/AssetDetailCell.swift | 22 ++++++++++++------ .../AssetDetailListViewController.swift | 22 ++++++++++++------ .../AssetListViewController.swift | 22 ++++++++++++------ NohanaImagePicker/ColorConfig.swift | 22 ++++++++++++------ .../ContractingAnimationController.swift | 22 ++++++++++++------ NohanaImagePicker/EmptyIndicatable.swift | 22 ++++++++++++------ .../ExpandingAnimationController.swift | 22 ++++++++++++------ NohanaImagePicker/ImageName.swift | 22 ++++++++++++------ NohanaImagePicker/ItemListType.swift | 22 ++++++++++++------ NohanaImagePicker/MomentCell.swift | 22 ++++++++++++------ .../MomentSectionHeaderView.swift | 22 ++++++++++++------ NohanaImagePicker/MomentViewController.swift | 22 ++++++++++++------ NohanaImagePicker/NohanaImagePicker.h | 22 ++++++++++++------ .../NohanaImagePickerController.swift | 22 ++++++++++++------ NohanaImagePicker/NotificationInfo.swift | 22 ++++++++++++------ NohanaImagePicker/PhotoKitAlbumList.swift | 23 ++++++++++++------- NohanaImagePicker/PhotoKitAsset.swift | 23 ++++++++++++------- NohanaImagePicker/PhotoKitAssetList.swift | 23 +++++++++++++------ NohanaImagePicker/PickedAssetList.swift | 22 ++++++++++++------ NohanaImagePicker/Size.swift | 22 ++++++++++++------ .../SwipeInteractionController.swift | 22 ++++++++++++------ .../en.lproj/NohanaImagePicker.strings | 22 ++++++++++++------ .../ja.lproj/NohanaImagePicker.strings | 22 ++++++++++++------ 31 files changed, 466 insertions(+), 221 deletions(-) diff --git a/Demo/AppDelegate.swift b/Demo/AppDelegate.swift index 1de6452..68d212b 100644 --- a/Demo/AppDelegate.swift +++ b/Demo/AppDelegate.swift @@ -1,10 +1,18 @@ -// -// AppDelegate.swift -// Demo -// -// Created by kazushi.hara on 2016/05/02. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/Demo/DemoListViewController.swift b/Demo/DemoListViewController.swift index 1047a40..3462ef9 100644 --- a/Demo/DemoListViewController.swift +++ b/Demo/DemoListViewController.swift @@ -1,11 +1,18 @@ -// -// DemoListViewController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/05/02. -// Copyright © 2016年 nohana. All rights reserved. -// - +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit import NohanaImagePicker import Photos diff --git a/NohanaImagePicker/ActivityIndicatable.swift b/NohanaImagePicker/ActivityIndicatable.swift index aa8f9f9..20b8655 100644 --- a/NohanaImagePicker/ActivityIndicatable.swift +++ b/NohanaImagePicker/ActivityIndicatable.swift @@ -1,10 +1,18 @@ -// -// ActivityIndicatable.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/04/08. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ public protocol ActivityIndicatable { func isProgressing() -> Bool diff --git a/NohanaImagePicker/AlbumCell.swift b/NohanaImagePicker/AlbumCell.swift index 31cba4f..68bc80b 100644 --- a/NohanaImagePicker/AlbumCell.swift +++ b/NohanaImagePicker/AlbumCell.swift @@ -1,10 +1,18 @@ -// -// AlbumCell.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/11. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/NohanaImagePicker/AlbumListEmptyIndicator.swift b/NohanaImagePicker/AlbumListEmptyIndicator.swift index 1cfcf94..f2c287e 100644 --- a/NohanaImagePicker/AlbumListEmptyIndicator.swift +++ b/NohanaImagePicker/AlbumListEmptyIndicator.swift @@ -1,10 +1,18 @@ -// -// AlbumListEmptyIndicator.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/03/23. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ class AlbumListEmptyIndicator: UILabel { diff --git a/NohanaImagePicker/AlbumListViewController.swift b/NohanaImagePicker/AlbumListViewController.swift index 3625523..e4d8c3b 100644 --- a/NohanaImagePicker/AlbumListViewController.swift +++ b/NohanaImagePicker/AlbumListViewController.swift @@ -1,10 +1,18 @@ -// -// AlbumListViewController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/08. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit import Photos diff --git a/NohanaImagePicker/AnimatableNavigationController.swift b/NohanaImagePicker/AnimatableNavigationController.swift index d75f9a5..3447056 100644 --- a/NohanaImagePicker/AnimatableNavigationController.swift +++ b/NohanaImagePicker/AnimatableNavigationController.swift @@ -1,10 +1,18 @@ -// -// AnimatableNavigationController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/14. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/NohanaImagePicker/AssetCell.swift b/NohanaImagePicker/AssetCell.swift index 5335500..776d8c2 100644 --- a/NohanaImagePicker/AssetCell.swift +++ b/NohanaImagePicker/AssetCell.swift @@ -1,11 +1,18 @@ -// -// AssetCell.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/11. -// Copyright © 2016年 nohana. All rights reserved. -// - +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit class AssetCell: UICollectionViewCell { diff --git a/NohanaImagePicker/AssetDetailCell.swift b/NohanaImagePicker/AssetDetailCell.swift index 229bca7..df05973 100644 --- a/NohanaImagePicker/AssetDetailCell.swift +++ b/NohanaImagePicker/AssetDetailCell.swift @@ -1,10 +1,18 @@ -// -// AssetDetailCell.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/12. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/NohanaImagePicker/AssetDetailListViewController.swift b/NohanaImagePicker/AssetDetailListViewController.swift index d5ba6cd..4732cb8 100644 --- a/NohanaImagePicker/AssetDetailListViewController.swift +++ b/NohanaImagePicker/AssetDetailListViewController.swift @@ -1,10 +1,18 @@ -// -// AssetDetailListViewController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/11. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/NohanaImagePicker/AssetListViewController.swift b/NohanaImagePicker/AssetListViewController.swift index 863c2f6..c04740a 100644 --- a/NohanaImagePicker/AssetListViewController.swift +++ b/NohanaImagePicker/AssetListViewController.swift @@ -1,10 +1,18 @@ -// -// AssetListViewController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/11. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit import Photos diff --git a/NohanaImagePicker/ColorConfig.swift b/NohanaImagePicker/ColorConfig.swift index eff2cbb..387d95f 100644 --- a/NohanaImagePicker/ColorConfig.swift +++ b/NohanaImagePicker/ColorConfig.swift @@ -1,10 +1,18 @@ -// -// ColorConfig.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/03/23. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ public struct ColorConfig { public static var backgroundColor = UIColor.whiteColor() diff --git a/NohanaImagePicker/ContractingAnimationController.swift b/NohanaImagePicker/ContractingAnimationController.swift index 50d6429..c002ceb 100644 --- a/NohanaImagePicker/ContractingAnimationController.swift +++ b/NohanaImagePicker/ContractingAnimationController.swift @@ -1,10 +1,18 @@ -// -// ContractingAnimationController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/15. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 AVFoundation diff --git a/NohanaImagePicker/EmptyIndicatable.swift b/NohanaImagePicker/EmptyIndicatable.swift index 04086f3..bc582ad 100644 --- a/NohanaImagePicker/EmptyIndicatable.swift +++ b/NohanaImagePicker/EmptyIndicatable.swift @@ -1,10 +1,18 @@ -// -// EmptyIndicatable.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/03/23. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ public protocol EmptyIndicatable { func isEmpty() -> Bool diff --git a/NohanaImagePicker/ExpandingAnimationController.swift b/NohanaImagePicker/ExpandingAnimationController.swift index 0b4864d..7f49735 100644 --- a/NohanaImagePicker/ExpandingAnimationController.swift +++ b/NohanaImagePicker/ExpandingAnimationController.swift @@ -1,10 +1,18 @@ -// -// ExpandingAnimationController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/14. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 AVFoundation diff --git a/NohanaImagePicker/ImageName.swift b/NohanaImagePicker/ImageName.swift index f9ccc37..9f54b81 100644 --- a/NohanaImagePicker/ImageName.swift +++ b/NohanaImagePicker/ImageName.swift @@ -1,10 +1,18 @@ -// -// ImageName.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/16. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ struct ImageName { struct AssetCell { diff --git a/NohanaImagePicker/ItemListType.swift b/NohanaImagePicker/ItemListType.swift index d39b2e0..f8f794e 100644 --- a/NohanaImagePicker/ItemListType.swift +++ b/NohanaImagePicker/ItemListType.swift @@ -1,10 +1,18 @@ -// -// ItemListType.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/14. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ public protocol ItemListType: CollectionType { typealias Item diff --git a/NohanaImagePicker/MomentCell.swift b/NohanaImagePicker/MomentCell.swift index 2014664..e79ff3f 100644 --- a/NohanaImagePicker/MomentCell.swift +++ b/NohanaImagePicker/MomentCell.swift @@ -1,10 +1,18 @@ -// -// MomentCell.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/03/23. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/NohanaImagePicker/MomentSectionHeaderView.swift b/NohanaImagePicker/MomentSectionHeaderView.swift index 0f2e22d..f83c2a3 100644 --- a/NohanaImagePicker/MomentSectionHeaderView.swift +++ b/NohanaImagePicker/MomentSectionHeaderView.swift @@ -1,10 +1,18 @@ -// -// MomentSectionHeaderView.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/03/09. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/NohanaImagePicker/MomentViewController.swift b/NohanaImagePicker/MomentViewController.swift index 497b953..8dfa282 100644 --- a/NohanaImagePicker/MomentViewController.swift +++ b/NohanaImagePicker/MomentViewController.swift @@ -1,10 +1,18 @@ -// -// MomentViewController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/03/08. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit import Photos diff --git a/NohanaImagePicker/NohanaImagePicker.h b/NohanaImagePicker/NohanaImagePicker.h index 8c1a226..8445839 100644 --- a/NohanaImagePicker/NohanaImagePicker.h +++ b/NohanaImagePicker/NohanaImagePicker.h @@ -1,10 +1,18 @@ -// -// NohanaImagePicker.h -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/08. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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/NohanaImagePicker/NohanaImagePickerController.swift b/NohanaImagePicker/NohanaImagePickerController.swift index c95b766..2f972df 100644 --- a/NohanaImagePicker/NohanaImagePickerController.swift +++ b/NohanaImagePicker/NohanaImagePickerController.swift @@ -1,10 +1,18 @@ -// -// NohanaImagePickerController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/09. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit import Photos diff --git a/NohanaImagePicker/NotificationInfo.swift b/NohanaImagePicker/NotificationInfo.swift index e7771b6..1210977 100644 --- a/NohanaImagePicker/NotificationInfo.swift +++ b/NohanaImagePicker/NotificationInfo.swift @@ -1,10 +1,18 @@ -// -// NotificationInfo.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/19. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ struct NotificationInfo { struct Asset { diff --git a/NohanaImagePicker/PhotoKitAlbumList.swift b/NohanaImagePicker/PhotoKitAlbumList.swift index 133f5ba..ceb09f7 100644 --- a/NohanaImagePicker/PhotoKitAlbumList.swift +++ b/NohanaImagePicker/PhotoKitAlbumList.swift @@ -1,11 +1,18 @@ -// -// PhotoKitAlbumList.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/10. -// Copyright © 2016年 nohana. All rights reserved. -// - +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 Photos public class PhotoKitAlbumList: ItemListType { diff --git a/NohanaImagePicker/PhotoKitAsset.swift b/NohanaImagePicker/PhotoKitAsset.swift index 187e842..1792fc7 100644 --- a/NohanaImagePicker/PhotoKitAsset.swift +++ b/NohanaImagePicker/PhotoKitAsset.swift @@ -1,11 +1,18 @@ -// -// PhotoKitAsset.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/11. -// Copyright © 2016年 nohana. All rights reserved. -// - +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 Photos public class PhotoKitAsset :AssetType { diff --git a/NohanaImagePicker/PhotoKitAssetList.swift b/NohanaImagePicker/PhotoKitAssetList.swift index e1693b8..09bd1cf 100644 --- a/NohanaImagePicker/PhotoKitAssetList.swift +++ b/NohanaImagePicker/PhotoKitAssetList.swift @@ -1,10 +1,19 @@ -// -// PhotoKitAssetList.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/11. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 Photos public class PhotoKitAssetList :ItemListType { diff --git a/NohanaImagePicker/PickedAssetList.swift b/NohanaImagePicker/PickedAssetList.swift index 7aba6cb..5ee3185 100644 --- a/NohanaImagePicker/PickedAssetList.swift +++ b/NohanaImagePicker/PickedAssetList.swift @@ -1,10 +1,18 @@ -// -// PickedAssetList.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/17. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 Foundation diff --git a/NohanaImagePicker/Size.swift b/NohanaImagePicker/Size.swift index f1f427b..cadc4be 100644 --- a/NohanaImagePicker/Size.swift +++ b/NohanaImagePicker/Size.swift @@ -1,10 +1,18 @@ -// -// Size.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/14. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ struct Size { diff --git a/NohanaImagePicker/SwipeInteractionController.swift b/NohanaImagePicker/SwipeInteractionController.swift index c1c1498..4aac815 100644 --- a/NohanaImagePicker/SwipeInteractionController.swift +++ b/NohanaImagePicker/SwipeInteractionController.swift @@ -1,10 +1,18 @@ -// -// SwipeInteractionController.swift -// NohanaImagePicker -// -// Created by kazushi.hara on 2016/02/21. -// Copyright © 2016年 nohana. All rights reserved. -// +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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 UIKit diff --git a/NohanaImagePicker/en.lproj/NohanaImagePicker.strings b/NohanaImagePicker/en.lproj/NohanaImagePicker.strings index 547da45..c605d60 100644 --- a/NohanaImagePicker/en.lproj/NohanaImagePicker.strings +++ b/NohanaImagePicker/en.lproj/NohanaImagePicker.strings @@ -1,10 +1,18 @@ -/* - NohanaImagePicker.strings - NohanaImagePicker - - Created by kazushi.hara on 2016/02/15. - Copyright © 2016年 nohana. All rights reserved. -*/ +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ "albumlist.title" = "Photos"; "albumlist.empty.message" = "No Photos"; diff --git a/NohanaImagePicker/ja.lproj/NohanaImagePicker.strings b/NohanaImagePicker/ja.lproj/NohanaImagePicker.strings index 389c186..af4b69a 100644 --- a/NohanaImagePicker/ja.lproj/NohanaImagePicker.strings +++ b/NohanaImagePicker/ja.lproj/NohanaImagePicker.strings @@ -1,10 +1,18 @@ -/* - NohanaImagePicker.strings - NohanaImagePicker - - Created by kazushi.hara on 2016/02/15. - Copyright © 2016年 nohana. All rights reserved. -*/ +/* + * Copyright (C) 2016 nohana, Inc. + * + * 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. + */ "albumlist.title" = "アルバム"; "albumlist.empty.message" = "アルバムに\n写真がありません";