Skip to content

Commit 7293203

Browse files
committed
update license statement in js files with github link
1 parent 268861b commit 7293203

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

pywb/static/default_banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License.
33
4-
This file is part of pywb.
4+
This file is part of pywb, https://github.com/ikreymer/pywb
55
66
pywb is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

pywb/static/wb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License.
33
4-
This file is part of pywb.
4+
This file is part of pywb, https://github.com/ikreymer/pywb
55
66
pywb is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

pywb/static/wb_frame.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License.
3+
4+
This file is part of pywb, https://github.com/ikreymer/pywb
5+
6+
pywb is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
pywb is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with pywb. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
var LIVE_COOKIE_REGEX = /pywb.timestamp=([\d]{1,14})/;
221

322
var TS_REGEX = /\/([\d]{1,14})\//;

pywb/static/wombat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License.
33
4-
This file is part of pywb.
4+
This file is part of pywb, https://github.com/ikreymer/pywb
55
66
pywb is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)