Skip to content

Commit

Permalink
Updated Greenhouse copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Sep 18, 2010
1 parent 7d07988 commit 93b050b
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/greenhouse/controllers/design.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.designController
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/controllers/file.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.file
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/controllers/files.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.filesController
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/controllers/layout.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.layoutController
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/controllers/page.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.page
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/controllers/property.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.propertyController
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/controllers/property_editor.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.propertyEditorController
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/fixtures/file.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.File Fixtures
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/models/design.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.Design
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/models/file.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.File
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*jslint evil: true*/
/*globals Greenhouse*/
Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/models/view_config.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.ViewConfig
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse js_beautify*/

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/tests/controllers/design.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.designController Unit Test
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse module test ok equals same stop start */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/tests/controllers/designs.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.designsController Unit Test
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse module test ok equals same stop start */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/tests/controllers/file.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.file Unit Test
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse module test ok equals same stop start */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/tests/controllers/files.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.filesController Unit Test
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse module test ok equals same stop start */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/tests/models/file.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Redbull.File Unit Test
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Redbull module test ok equals same stop start */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/tests/models/view_config.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.ViewConfig Unit Test
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse module test ok equals same stop start */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/tests/views/list_item.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.ListItem Unit Test
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse module test ok equals same stop start */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/views/anchor.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.AnchorView
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/views/event_blocker.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.EventBlocker
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */
/** @class
Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/views/tear_off_picker.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.TearOffPicker
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */
/** @class
Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/views/web.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Project: Greenhouse.WebView
// Copyright: ©2010 My Company, Inc.
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */
/** @class
Expand Down

0 comments on commit 93b050b

Please sign in to comment.