Skip to content

Commit

Permalink
Updated copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramp committed Dec 27, 2016
1 parent 8edeac3 commit cdf9db4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/diagram.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2013 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* Simplified BSD license.
*/
/*global grammar _ */
Expand Down
4 changes: 2 additions & 2 deletions src/grammar.ebnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2013 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* Simplified BSD license.
*
* EBNF version of the grammar for diagraming purposes only
Expand Down
4 changes: 2 additions & 2 deletions src/grammar.jison
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2013 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* Simplified BSD license.
*/
%lex
Expand Down
4 changes: 2 additions & 2 deletions src/jquery-plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2013 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* Simplified BSD license.
*/
/*global jQuery */
Expand Down
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams 1.0.6
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2015 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* @license Simplified BSD license.
*/
(function() {
Expand Down
4 changes: 2 additions & 2 deletions src/theme-raphael.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2015 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* Simplified BSD license.
*/
/*global Diagram, Raphael, _ */
Expand Down
4 changes: 2 additions & 2 deletions src/theme-snap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2015 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* Simplified BSD license.
*/
/*global Diagram, Snap, WebFont _ */
Expand Down
4 changes: 2 additions & 2 deletions src/theme.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** js sequence diagrams
* http://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2015 Andrew Brampton (bramp.net)
* https://bramp.github.io/js-sequence-diagrams/
* (c) 2012-2017 Andrew Brampton (bramp.net)
* Simplified BSD license.
*/
/*global Diagram, _ */
Expand Down

0 comments on commit cdf9db4

Please sign in to comment.