Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1bc380

Browse files
author
Jim Puls
committed
Licensing.
1 parent7b149ff commita1bc380

22 files changed

+86
-42
lines changed

‎CodeGenTestApp/CGTAAppDelegate.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// CodeGenTestApp
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910

1011
@interfaceCGTAAppDelegate :UIResponder <UIApplicationDelegate>

‎CodeGenTestApp/CGTAAppDelegate.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// CodeGenTestApp
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910
#import"CGTAAppDelegate.h"
1011

‎CodeGenTestApp/CGTADetailViewController.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// CodeGenTestApp
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910

1011
@interfaceCGTADetailViewController :UIViewController

‎CodeGenTestApp/CGTADetailViewController.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// CodeGenTestApp
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910
#import"CGTADetailViewController.h"
1011
#import"CGTATestAppColorList.h"

‎CodeGenTestApp/CGTAImagesCatalog+RuntimeHackery.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// codegenutils
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910
#import"CGTAImagesCatalog.h"
1011

‎CodeGenTestApp/CGTAImagesCatalog+RuntimeHackery.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// codegenutils
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910
#import"CGTAImagesCatalog+RuntimeHackery.h"
1011

‎CodeGenTestApp/CGTAMasterViewController.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// CodeGenTestApp
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910

1011
@interfaceCGTAMasterViewController :UICollectionViewController

‎CodeGenTestApp/CGTAMasterViewController.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// CodeGenTestApp
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910
#import"CGTAMasterViewController.h"
1011
#import"CGTADetailViewController.h"

‎CodeGenTestApp/main.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// CodeGenTestApp
44
//
55
// Created by Jim Puls on 2/3/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
7-
//
6+
// Licensed to Square, Inc. under one or more contributor license agreements.
7+
// See the LICENSE file distributed with this work for the terms under
8+
// which Square, Inc. licenses this file to you.
89

910

1011
#import"CGTAAppDelegate.h"

‎LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
codegenutils
2+
Copyright 2014 Square, Inc.
3+
A full list of contributors is available at https://github.com/square/objc-codegenutils/contributors
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp