Skip to content

Commit

Permalink
transfer repository
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Oct 23, 2018
1 parent e33338e commit 1f236d5
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
; (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
; Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
; Modified work (c) William Belle, 2018.
; See the LICENSE file for more details.

root = true
Expand Down
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
# Modified work (c) William Belle, 2018.
# See the LICENSE file for more details.

coverage/**/*.js
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
# Modified work (c) William Belle, 2018.
# See the LICENSE file for more details.

package-lock=false
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018.
# See the LICENSE file for more details.

language: node_js
Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Setup
-----

```bash
git clone git@github.com:epfl-devrun/is-google-analytics-anonymized.git
git clone git@github.com:innovativeinnovation/is-google-analytics-anonymized.git
cd is-google-analytics-anonymized
npm i
```
Expand Down Expand Up @@ -48,6 +48,7 @@ License

Apache License 2.0

(c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Modified work (c) William Belle, 2018.

See the [LICENSE](LICENSE) file for more details.
6 changes: 4 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2017-2018 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Switzerland, VPSI.
Original Work Copyright 2017-2018 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Switzerland, VPSI.

Modified work Copyright 2018 William Belle.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<p align="center">
<img alt="Is Google Analytics anonymized" src="https://raw.githubusercontent.com/epfl-devrun/is-google-analytics-anonymized/master/docs/readme/readme-logo.png">
<img alt="Is Google Analytics anonymized" src="https://raw.githubusercontent.com/innovativeinnovation/is-google-analytics-anonymized/master/docs/readme/readme-logo.png">
</p>

<p align="center">
Check IP Anonymization of Google Analytics in a Web page.
</p>

<p align="center">
<a href="https://travis-ci.org/epfl-devrun/is-google-analytics-anonymized">
<img alt="Travis Status" src="https://travis-ci.org/epfl-devrun/is-google-analytics-anonymized.svg?branch=master">
<a href="https://travis-ci.org/innovativeinnovation/is-google-analytics-anonymized">
<img alt="Travis Status" src="https://travis-ci.org/innovativeinnovation/is-google-analytics-anonymized.svg?branch=master">
</a>
<a href="https://coveralls.io/github/epfl-devrun/is-google-analytics-anonymized?branch=master">
<img alt="Coverage Status" src="https://coveralls.io/repos/github/epfl-devrun/is-google-analytics-anonymized/badge.svg?branch=master"/>
<a href="https://coveralls.io/github/innovativeinnovation/is-google-analytics-anonymized?branch=master">
<img alt="Coverage Status" src="https://coveralls.io/repos/github/innovativeinnovation/is-google-analytics-anonymized/badge.svg?branch=master"/>
</a>
<a href="https://david-dm.org/epfl-devrun/is-google-analytics-anonymized">
<img alt="Dependency Status" src="https://david-dm.org/epfl-devrun/is-google-analytics-anonymized/status.svg"/>
<a href="https://david-dm.org/innovativeinnovation/is-google-analytics-anonymized">
<img alt="Dependency Status" src="https://david-dm.org/innovativeinnovation/is-google-analytics-anonymized/status.svg"/>
</a>
<a href="https://raw.githubusercontent.com/epfl-devrun/is-google-analytics-anonymized/master/LICENSE">
<a href="https://raw.githubusercontent.com/innovativeinnovation/is-google-analytics-anonymized/master/LICENSE">
<img alt="Apache License 2.0" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg">
</a>
<a href='https://www.npmjs.com/package/is-google-analytics-anonymized'>
Expand Down Expand Up @@ -91,7 +91,7 @@ isGoogleAnalyticsAnonymized('https://www.epfl.ch', function(error, data) {
Screenshot
----------

![Command line](https://raw.githubusercontent.com/epfl-devrun/is-google-analytics-anonymized/master/docs/readme/screenshot.png)
![Command line](https://raw.githubusercontent.com/innovativeinnovation/is-google-analytics-anonymized/master/docs/readme/screenshot.png)

Contributing
------------
Expand All @@ -110,6 +110,7 @@ License

Apache License 2.0

(c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Modified work (c) William Belle, 2018.

See the [LICENSE](LICENSE) file for more details.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"author": "William Belle <william.belle@gmail.com>",
"license": "Apache-2.0",
"repository": "https://github.com/epfl-devrun/is-google-analytics-anonymized.git",
"repository": "https://github.com/innovativeinnovation/is-google-analytics-anonymized.git",
"engines": {
"node": ">=4"
},
Expand Down
4 changes: 3 additions & 1 deletion src/bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/env node

/*
* (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
* Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland,
* VPSI, 2017-2018.
* Modified work (c) William Belle, 2018.
* See the LICENSE file for more details.
*/

Expand Down
4 changes: 3 additions & 1 deletion src/bin/get-google-analytics-resources.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
* (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
* Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland,
* VPSI, 2017-2018.
* Modified work (c) William Belle, 2018.
* See the LICENSE file for more details.
*/

Expand Down
4 changes: 3 additions & 1 deletion src/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
* (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
* Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland,
* VPSI, 2017-2018.
* Modified work (c) William Belle, 2018.
* See the LICENSE file for more details.
*/

Expand Down
4 changes: 3 additions & 1 deletion test/server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
* (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
* Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland,
* VPSI, 2017-2018.
* Modified work (c) William Belle, 2018.
* See the LICENSE file for more details.
*/

Expand Down
5 changes: 3 additions & 2 deletions test/test-cli.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
* Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland,
* VPSI, 2017-2018.
* Modified work (c) William Belle, 2018.
* See the LICENSE file for more details.
*/

'use strict';

require('chai').should();
Expand Down
4 changes: 3 additions & 1 deletion test/test-lib.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
* (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
* Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland,
* VPSI, 2017-2018.
* Modified work (c) William Belle, 2018.
* See the LICENSE file for more details.
*/

Expand Down

0 comments on commit 1f236d5

Please sign in to comment.