Update header comments

This commit is contained in:
Andrew Miner
2015-01-05 06:42:05 -08:00
parent bba161445d
commit 206973e304
50 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - constants.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
@@ -1,8 +1,8 @@
###
# Crafting Guide - base_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - base_controller.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
views = require '../views'
@@ -1,8 +1,8 @@
###
# Crafting Guide - crafting_table_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - crafting_table_controller.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
BaseController = require './base_controller'
@@ -1,8 +1,8 @@
###
# Crafting Guide - item_page_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - item_page_controller.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
BaseController = require './base_controller'
@@ -1,8 +1,8 @@
###
# Crafting Guide - mod_pack_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - mod_pack_controller.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
BaseController = require './base_controller'
@@ -1,7 +1,7 @@
###
Crafting Guide - mod_version_controller.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
@@ -1,7 +1,7 @@
###
Crafting Guide - stack_controller.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+4 -4
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - router.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - router.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
{Duration} = require './constants'
+4 -4
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - logger.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - logger.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
########################################################################################################################
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - main.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+2 -2
View File
@@ -1,7 +1,7 @@
###
crafting_guide - base_model.coffee
Crafting Guide - base_model.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+4 -4
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - crafting_plan.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - crafting_plan.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
Inventory = require './inventory'
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - crafting_table.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+4 -4
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - inventory.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - inventory.coffee
Copyright (c) 2014 by Redwood Labs
All rights reserved.
###
BaseModel = require './base_model'
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - inventory_parser.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - item.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+4 -4
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - item_page.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - item_page.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
BaseModel = require './base_model'
+4 -4
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - mod_pack.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - mod_pack.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
BaseModel = require './base_model'
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - mod_version.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - mod_version_parser.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - recipe.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - stack.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+1 -1
View File
@@ -1,7 +1,7 @@
###
Crafting Guide - underscore.coffee
Copyright (c) 2014 by Redwood Labs
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
+4 -4
View File
@@ -1,8 +1,8 @@
###
# Crafting Guide - url_params.coffee
#
# Copyright (c) 2014 by Redwood Labs
# All rights reserved.
Crafting Guide - url_params.coffee
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
###
url = require 'url'