Skip to content

Commit

Permalink
added copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Apr 16, 2012
1 parent 39f6072 commit 8fa4f45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/route/placeholder.js
@@ -1,3 +1,8 @@
/*!
* TroopJS route/placeholder module
* @license TroopJS 0.0.1 Copyright 2012, Mikael Karon <mikael@karon.se>
* Released under the MIT license.
*/
define([ "../component/placeholder" ], function RoutePlaceholderModule(Placeholder) {
return Placeholder.extend(function RoutePlaceholderWidget($element, name) {
var self = this;
Expand Down

0 comments on commit 8fa4f45

Please sign in to comment.