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