Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #5 from rictic/patch-1
Browse files Browse the repository at this point in the history
Use /** rather than /* for the @license comment
  • Loading branch information
ebidel committed Dec 16, 2014
2 parents 62abb61 + 501003c commit d1f2875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions context-free-parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* @license
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
Expand Down Expand Up @@ -137,4 +137,4 @@
scope.ContextFreeParser = ContextFreeParser;
}

})(this);
})(this);

0 comments on commit d1f2875

Please sign in to comment.