Skip to content

Commit

Permalink
Change the location of copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
sienori committed Sep 18, 2018
1 parent 7311c76 commit 001733c
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 45 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Copyright (c) 2017-2018 Sienori All rights reserved.

Mozilla Public License Version 2.0
==================================

Expand Down
5 changes: 0 additions & 5 deletions src/background/autoSave.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";
import uuidv4 from "uuid/v4";
import { IsOpeningSession, openSession } from "./open.js";
Expand Down
5 changes: 0 additions & 5 deletions src/background/background.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";
import uuidv4 from "uuid/v4";
import { AutoSaveWhenClose, setAutoSave } from "./autoSave.js";
Expand Down
5 changes: 0 additions & 5 deletions src/background/import.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";
import uuidv4 from "uuid/v4";
import moment from "moment";
Expand Down
5 changes: 0 additions & 5 deletions src/background/open.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";
import browserInfo from "browser-info";
import { getSettings } from "src/settings/settings";
Expand Down
5 changes: 0 additions & 5 deletions src/background/replace.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";
import browserInfo from "browser-info";
import { IsOpeningSession } from "./open.js";
Expand Down
5 changes: 0 additions & 5 deletions src/background/save.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";
import uuidv4 from "uuid/v4";
import { SessionStartTime } from "./background.js";
Expand Down
5 changes: 0 additions & 5 deletions src/background/sessions.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

export default (function() {
let self = {};

Expand Down
5 changes: 0 additions & 5 deletions src/background/tag.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";
import moment from "moment";
import Sessions from "./sessions.js";
Expand Down
5 changes: 0 additions & 5 deletions src/replaced/replaced.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* Copyright (c) 2017-2018 Sienori All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import browser from "webextension-polyfill";

const sanitaize = {
Expand Down

0 comments on commit 001733c

Please sign in to comment.