Skip to content

Commit 9ccea22

Browse files
committed
Updated the copyright/licence details.
1 parent db36564 commit 9ccea22

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

LICENCE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2013, Andrew Brampton
1+
Copyright (c) 2012-2017, Andrew Brampton
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ JS Sequence Diagrams [![Build Status](https://travis-ci.org/bramp/js-sequence-di
33
**Generates UML sequence diagrams from simple text**
44
<https://bramp.github.io/js-sequence-diagrams/>
55

6-
by [Andrew Brampton](http://bramp.net) 2012-2015
6+
by [Andrew Brampton](http://bramp.net) 2012-2017
77

88

99
Example
@@ -140,7 +140,7 @@ Related
140140
Licence (Simplified BSD License)
141141
-------
142142

143-
Copyright (c) 2012-2015, Andrew Brampton
143+
Copyright (c) 2012-2017, Andrew Brampton
144144
All rights reserved.
145145

146146
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"sequence",
1212
"diagram"
1313
],
14-
"license": "BSD",
14+
"license": "BSD-2-Clause",
1515
"readmeFilename": "README.md",
1616
"ignore": [
1717
".*",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/bramp/js-sequence-diagrams.git"
66
},
7-
"license": "BSD",
7+
"license": "BSD-2-Clause",
88
"devDependencies": {
99
"jison": "0.4.15",
1010
"jshint": "2.7.x",

src/sequence-diagram.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** js sequence diagrams
2-
* http://bramp.github.io/js-sequence-diagrams/
3-
* (c) 2012-2013 Andrew Brampton (bramp.net)
2+
* https://bramp.github.io/js-sequence-diagrams/
3+
* (c) 2012-2017 Andrew Brampton (bramp.net)
44
* Simplified BSD license.
55
*/
66
/*global Diagram, _ */

0 commit comments

Comments
 (0)