Skip to content

Commit a10abdb

Browse files
committed
Update license
1 parent 68979e7 commit a10abdb

File tree

4 files changed

+33
-26
lines changed

4 files changed

+33
-26
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: node_js
22
node_js:
33
- 'stable'
44

5+
caches: 'yarn'
6+
57
before_install:
68
- npm install -g npm
79
- npm install -g greenkeeper-lockfile@1

LICENSE

+24-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
1-
Copyright (c) 2018, Mike Works, Inc.
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2018, Mike Works, Inc.
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
6-
* Redistributions of source code must retain the above copyright
7-
notice, this list of conditions and the following disclaimer.
8-
* Redistributions in binary form must reproduce the above copyright
9-
notice, this list of conditions and the following disclaimer in the
10-
documentation and/or other materials provided with the distribution.
11-
* Neither the name of the Mike Works, Inc. nor the
12-
names of its contributors may be used to endorse or promote products
13-
derived from this software without specific prior written permission.
148

15-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18-
DISCLAIMED. IN NO EVENT SHALL MIKE WORKS, INC. OR MIKE NORTH BE LIABLE FOR ANY
19-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</p>
1111

1212
<p align='center'>
13-
<a href="https://travis-ci.org/mike-north/web-security-fundamentals" title="Build Status">
14-
<img title="Build Status" src="https://travis-ci.org/mike-north/web-security-fundamentals.svg?branch=master"/>
13+
<a href="https://travis-ci.org/mike-works/web-security-fundamentals" title="Build Status">
14+
<img title="Build Status" src="https://travis-ci.org/mike-works/web-security-fundamentals.svg?branch=master"/>
1515
</a>
1616
<a href="https://mike.works/course/web-security-5c876cc" title="Web Security for Web Developers">
1717
<img title="Course Outline" src="https://img.shields.io/badge/mike.works-course%20outline-blue.svg"/>
@@ -20,7 +20,7 @@
2020
<img title="Slides" src="https://img.shields.io/badge/mike.works-slides-blue.svg"/>
2121
</a>
2222
<a title="Greenkeeper badge" href="https://greenkeeper.io/">
23-
<img src="https://badges.greenkeeper.io/mike-north/web-security-fundamentals.svg"/>
23+
<img src="https://badges.greenkeeper.io/mike-works/web-security-fundamentals.svg"/>
2424
</a>
2525
</p>
2626
<p align='center'>
@@ -60,7 +60,7 @@ Particularly if you’ve never tried it before, you should install [Microsoft Vi
6060
### Check out and setup the project for this workshop
6161

6262
```
63-
git clone [email protected]:mike-north/web-security-fundamentals.git websec
63+
git clone [email protected]:mike-works/web-security-fundamentals.git websec
6464
cd websec
6565
npm install
6666
```

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"main": "index.js",
3939
"repository": {
4040
"type": "git",
41-
"url": "git+https://github.com/mike-north/web-security-fundamentals.git"
41+
"url": "git+https://github.com/mike-works/web-security-fundamentals.git"
4242
},
4343
"keywords": [
4444
"web-security",
@@ -53,9 +53,9 @@
5353
"author": "Mike North <[email protected]> (https://mike.works)",
5454
"license": "BSD-3-Clause",
5555
"bugs": {
56-
"url": "https://github.com/mike-north/web-security-fundamentals/issues"
56+
"url": "https://github.com/mike-works/web-security-fundamentals/issues"
5757
},
58-
"homepage": "https://github.com/mike-north/web-security-fundamentals#readme",
58+
"homepage": "https://github.com/mike-works/web-security-fundamentals#readme",
5959
"devDependencies": {
6060
"@types/lodash": "^4.14.74",
6161
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)