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
+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.
###