diff --git a/pywb/static/default_banner.js b/pywb/static/default_banner.js index 9973432e..ab6bd30c 100644 --- a/pywb/static/default_banner.js +++ b/pywb/static/default_banner.js @@ -1,7 +1,7 @@ /* Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License. -This file is part of pywb. +This file is part of pywb, https://github.com/ikreymer/pywb pywb is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/pywb/static/wb.js b/pywb/static/wb.js index 5a282573..00592bbf 100644 --- a/pywb/static/wb.js +++ b/pywb/static/wb.js @@ -1,7 +1,7 @@ /* Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License. -This file is part of pywb. +This file is part of pywb, https://github.com/ikreymer/pywb pywb is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/pywb/static/wb_frame.js b/pywb/static/wb_frame.js index 1210ada9..4dda3351 100644 --- a/pywb/static/wb_frame.js +++ b/pywb/static/wb_frame.js @@ -1,3 +1,22 @@ +/* +Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License. + +This file is part of pywb, https://github.com/ikreymer/pywb + + pywb is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + pywb is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with pywb. If not, see . +*/ + var LIVE_COOKIE_REGEX = /pywb.timestamp=([\d]{1,14})/; var TS_REGEX = /\/([\d]{1,14})\//; diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js index 1117f657..bc361250 100644 --- a/pywb/static/wombat.js +++ b/pywb/static/wombat.js @@ -1,7 +1,7 @@ /* Copyright(c) 2013-2014 Ilya Kreymer. Released under the GNU General Public License. -This file is part of pywb. +This file is part of pywb, https://github.com/ikreymer/pywb pywb is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by