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$ */
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
}
}
}