added license notes
svn path=/trunk/; revision=26142
This commit is contained in:
parent
13006cf002
commit
d90bcb5f85
@ -1,5 +1,8 @@
|
||||
// awstats_misc_tracker.js
|
||||
//-------------------------------------------------------------------
|
||||
// Released under GPLv3+
|
||||
// see http://awstats.cvs.sourceforge.net/viewvc/awstats/awstats/wwwroot/js/ for details
|
||||
//-------------------------------------------------------------------
|
||||
// You can add this file onto some of your web pages (main home page can
|
||||
// be enough) by adding the following HTML code to your page body:
|
||||
//
|
||||
|
@ -5,6 +5,8 @@
|
||||
// (see http://willdaniels.co.uk/blog/tech-stuff/26-identica-badge-xhtml)
|
||||
// copyright Kent Brewster 2008
|
||||
// see http://kentbrewster.com/identica-badge for info
|
||||
//
|
||||
// Licensed under CC-BY-SA as stated on http://kentbrewster.com/rights-and-permissions/
|
||||
|
||||
function createHTMLElement(tagName) {
|
||||
if(document.createElementNS)
|
||||
@ -364,4 +366,4 @@ function markupPost(raw, server) {
|
||||
} else if(typeof window.attachEvent !== 'undefined') {
|
||||
window.attachEvent('onload', function() { $.f.init(thisScript); });
|
||||
}
|
||||
} )();
|
||||
} )();
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,18 @@
|
||||
// Copyright (C) 2012 by Tobias Bengfort <tobias.bengfort@gmx.net>
|
||||
// working for Free Software Foundation Europe
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as
|
||||
// published by the Free Software Foundation, either version 3 of the
|
||||
// License, or (at your option) any later version.
|
||||
//
|
||||
// This program 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 Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
function map_init(mapID, lat, lng) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user