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
@@ -2,7 +2,7 @@
# #
# Crafting Guide - server # Crafting Guide - server
# #
# Copyright (c) 2014 by Redwood Labs # Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. # All rights reserved.
# #
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
Crafting Guide - main.scss Crafting Guide - main.scss
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
*/ */
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
Crafting Guide - mixins.scss Crafting Guide - mixins.scss
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
*/ */
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
Crafting Table - crafting_table.scss Crafting Table - crafting_table.scss
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
*/ */
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
Crafting Guide - templates/index.scss Crafting Guide - templates/index.scss
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
*/ */
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
Crafting Guide - mod_versions.scss Crafting Guide - mod_versions.scss
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
*/ */
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
Crafting Guide - stack.scss Crafting Guide - stack.scss
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
*/ */
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - _footer.jade //- Crafting Guide - _footer.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - _google_analytics.jade //- Crafting Guide - _google_analytics.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - _header.jade //- Crafting Guide - _header.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - index.jade //- Crafting Guide - index.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - basic.jade //- Crafting Guide - basic.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - test.jade //- Crafting Guide - test.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - constants.coffee Crafting Guide - constants.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - base_controller.coffee Crafting Guide - base_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
views = require '../views' views = require '../views'
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - crafting_table_controller.coffee Crafting Guide - crafting_table_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
BaseController = require './base_controller' BaseController = require './base_controller'
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - item_page_controller.coffee Crafting Guide - item_page_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
BaseController = require './base_controller' BaseController = require './base_controller'
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - mod_pack_controller.coffee Crafting Guide - mod_pack_controller.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
BaseController = require './base_controller' BaseController = require './base_controller'
@@ -1,7 +1,7 @@
### ###
Crafting Guide - mod_version_controller.coffee Crafting Guide - mod_version_controller.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
@@ -1,7 +1,7 @@
### ###
Crafting Guide - stack_controller.coffee Crafting Guide - stack_controller.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+4 -4
View File
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - router.coffee Crafting Guide - router.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
{Duration} = require './constants' {Duration} = require './constants'
+4 -4
View File
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - logger.coffee Crafting Guide - logger.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
######################################################################################################################## ########################################################################################################################
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - main.coffee Crafting Guide - main.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. 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. All rights reserved.
### ###
+4 -4
View File
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - crafting_plan.coffee Crafting Guide - crafting_plan.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
Inventory = require './inventory' Inventory = require './inventory'
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - crafting_table.coffee Crafting Guide - crafting_table.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+4 -4
View File
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - inventory.coffee Crafting Guide - inventory.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
BaseModel = require './base_model' BaseModel = require './base_model'
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - inventory_parser.coffee Crafting Guide - inventory_parser.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - item.coffee Crafting Guide - item.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+4 -4
View File
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - item_page.coffee Crafting Guide - item_page.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
BaseModel = require './base_model' BaseModel = require './base_model'
+4 -4
View File
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - mod_pack.coffee Crafting Guide - mod_pack.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
BaseModel = require './base_model' BaseModel = require './base_model'
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - mod_version.coffee Crafting Guide - mod_version.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - mod_version_parser.coffee Crafting Guide - mod_version_parser.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - recipe.coffee Crafting Guide - recipe.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - stack.coffee Crafting Guide - stack.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - underscore.coffee Crafting Guide - underscore.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+4 -4
View File
@@ -1,8 +1,8 @@
### ###
# Crafting Guide - url_params.coffee Crafting Guide - url_params.coffee
#
# Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. All rights reserved.
### ###
url = require 'url' url = require 'url'
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - crafting_table.jade //- Crafting Guide - crafting_table.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - landing_page.jade //- Crafting Guide - landing_page.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - mod_pack.jade //- Crafting Guide - mod_pack.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - mod_version.jade //- Crafting Guide - mod_version.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
//- //-
//- Crafting Guide - stack.jade //- Crafting Guide - stack.jade
//- //-
//- Copyright (c) 2014 by Redwood Labs //- Copyright (c) 2014-2015 by Redwood Labs
//- All rights reserved. //- All rights reserved.
//- //-
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - crafting_plan.test.coffee Crafting Guide - crafting_plan.test.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
# Crafting Guide - event_recorder.coffee # Crafting Guide - event_recorder.coffee
# #
# Copyright (c) 2014 by Redwood Labs # Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. # All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
# Crafting Guide - inventory.test.coffee # Crafting Guide - inventory.test.coffee
# #
# Copyright (c) 2014 by Redwood Labs # Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. # All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
# Crafting Guide - inventory_parser.test.coffee # Crafting Guide - inventory_parser.test.coffee
# #
# Copyright (c) 2014 by Redwood Labs # Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. # All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - mod_pack.test.coffee Crafting Guide - mod_pack.test.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - mod_version.test.coffee Crafting Guide - mod_version.test.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
Crafting Guide - v1.test.coffee Crafting Guide - v1.test.coffee
Copyright (c) 2014 by Redwood Labs Copyright (c) 2014-2015 by Redwood Labs
All rights reserved. All rights reserved.
### ###
+1 -1
View File
@@ -1,7 +1,7 @@
### ###
# Crafting Guide - test.coffee # Crafting Guide - test.coffee
# #
# Copyright (c) 2014 by Redwood Labs # Copyright (c) 2014-2015 by Redwood Labs
# All rights reserved. # All rights reserved.
### ###