Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Updated license information
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Jul 12, 2012
1 parent 322110a commit 3c11bdd
Show file tree
Hide file tree
Showing 123 changed files with 2,030 additions and 148 deletions.
16 changes: 15 additions & 1 deletion Greenhouse/ActivityAlertView.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// ActivityAlertView.h
// Greenhouse
//
// Created by Roy Clarkson on 8/12/10.
// Copyright 2010 VMware. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/ActivityAlertView.m
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// ActivityAlertView.m
// Greenhouse
//
// Created by Roy Clarkson on 8/12/10.
// Copyright 2010 VMware. All rights reserved.
//

#import "ActivityAlertView.h"
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/ActivityIndicatorTableViewCell.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// ActivityIndicatorTableViewCell.h
// Greenhouse
//
// Created by Roy Clarkson on 9/24/10.
// Copyright 2010 VMware, Inc. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/ActivityIndicatorTableViewCell.m
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// ActivityIndicatorTableViewCell.m
// Greenhouse
//
// Created by Roy Clarkson on 9/24/10.
// Copyright 2010 VMware, Inc. All rights reserved.
//

#import "ActivityIndicatorTableViewCell.h"
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/AppSettings.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// AppSettings.h
// Greenhouse
//
// Created by Roy Clarkson on 6/11/10.
// Copyright 2010 VMware, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/AppSettings.m
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// AppSettings.m
// Greenhouse
//
// Created by Roy Clarkson on 6/11/10.
// Copyright 2010 VMware, Inc. All rights reserved.
//

#import "AppSettings.h"
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/AuthorizeViewController.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// AuthorizeViewController.h
// Greenhouse
//
// Created by Roy Clarkson on 6/7/10.
// Copyright 2010 VMware, Inc. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
18 changes: 16 additions & 2 deletions Greenhouse/AuthorizeViewController.m
@@ -1,9 +1,23 @@
//
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// AuthorizeViewController.m
// Greenhouse
//
// Created by Roy Clarkson on 6/7/10.
// Copyright 2010 VMware, Inc. All rights reserved.
//

#import "AuthorizeViewController.h"
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/Constants.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// Constants.h
// Greenhouse
//
// Created by Roy Clarkson on 6/14/10.
// Copyright 2010 VMware. All rights reserved.
//

#define appDelegate (GreenhouseAppDelegate *)[[UIApplication sharedApplication] delegate]
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/CustomNavigationBar.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// CustomNavigationBar.h
// Greenhouse
//
// Created by Roy Clarkson on 10/5/10.
// Copyright 2010 VMware. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/CustomNavigationBar.m
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// CustomNavigationBar.m
// Greenhouse
//
// Created by Roy Clarkson on 10/5/10.
// Copyright 2010 VMware. All rights reserved.
//

#import "CustomNavigationBar.h"
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/CustomTabBar.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// CustomTabBar.h
// Greenhouse
//
// Created by Roy Clarkson on 10/5/10.
// Copyright 2010 VMware. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/CustomTabBar.m
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// CustomTabBar.m
// Greenhouse
//
// Created by Roy Clarkson on 10/5/10.
// Copyright 2010 VMware. All rights reserved.
//

#import "CustomTabBar.h"
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/CustomToolbar.h
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// CustomToolbar.h
// Greenhouse
//
// Created by Roy Clarkson on 10/5/10.
// Copyright 2010 VMware. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
16 changes: 15 additions & 1 deletion Greenhouse/CustomToolbar.m
@@ -1,9 +1,23 @@
//
// Copyright 2010-2012 the original author or authors.
//
// 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.
//
//
// CustomToolbar.m
// Greenhouse
//
// Created by Roy Clarkson on 10/5/10.
// Copyright 2010 VMware. All rights reserved.
//

#import "CustomToolbar.h"
Expand Down

0 comments on commit 3c11bdd

Please sign in to comment.