Add license lines to some visualization files.
This commit is contained in:
parent
0f93083a66
commit
a53572a354
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
function getWellFormedURLs(given_uri, type) {
|
function getWellFormedURLs(given_uri, type) {
|
||||||
|
|
||||||
// general best practice is to put javascript code inside document.ready
|
// general best practice is to put javascript code inside document.ready
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||||
|
|
||||||
<%@ page import="edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.SparklineVOContainer"%>
|
<%@ page import="edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.SparklineVOContainer"%>
|
||||||
|
|
||||||
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
|
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||||
|
|
||||||
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<c:set var="portalBean" value="${requestScope.portalBean}" />
|
<c:set var="portalBean" value="${requestScope.portalBean}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue