Adding license to IU files

This commit is contained in:
bdc34 2010-07-09 23:05:53 +00:00
parent cb1ab5a041
commit 81e40b0fef
48 changed files with 104 additions and 8 deletions

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
// Flash Player Version Detection - Rev 1.6
// Detect Client Browser type
// Copyright(c) 2005-2006 Adobe Macromedia Software, LLC. All rights reserved.

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
function getWellFormedURLs(given_uri, type) {
// general best practice is to put javascript code inside document.ready
@ -271,4 +273,4 @@ function renderCoAuthorshipVisualization() {
document.write(alternateContent); // insert non-flash content
}
}
}

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
function getWellFormedURLs(given_uri, type) {
// general best practice is to put javascript code inside document.ready
@ -315,4 +317,4 @@ function renderCoAuthorshipVisualization() {
document.write(alternateContent); // insert non-flash content
}
}
}