Skip to content

Commit

Permalink
Added licenses to about page; styled it a bit.
Browse files Browse the repository at this point in the history
git-svn-id: http:https://google-refine.googlecode.com/svn/trunk@325 7d457c2a-affb-35e4-300a-418c747d4874
  • Loading branch information
dfhuynh committed Mar 19, 2010
1 parent b830e6e commit fd85be7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,28 @@
* (c) Copyright 2010 Metaweb Technologies, Inc. All rights reserved.
*/

/*
* External Licenses
*/

See the 'licenses' directory for a list of the licenses for the libraries we depend on,
ordered here by license:

licenses/apache2.0.LICENSE.txt
jetty
jetty-util
servlet-api
ant (package org.apache.tools.tar)
bzip2 (package org.apache.tools.bzip2)
calendar-parser (package com.metaweb.gridworks.expr.util)
commons-lang
commons-codec
jdatapath
jetty
jetty-util
log4j
xmlbeans
poi
poi-ooxml
poi-ooxml-schemas
jdatapath
calendar-parser (package com.metaweb.gridworks.expr.util)
bzip2 (package org.apache.tools.bzip2)
servlet-api
xmlbeans

licenses/secondstring.LICENSE.txt (BSD family)
secondstring
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/about.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http:https://www.w3.org/TR/html4/strict.dtd"><html><head> <title>About Gridworks</title> <link rel="stylesheet" href="/styles/common.css" /> <link rel="stylesheet" href="/styles/index.css" /> <style> #body { margin: 0em; padding: 1em 2em; } .special { margin-top: 4em; font-size: 90%; } </style></head><body> <div id="header"> <a id="logo" href="http:https://www.freebase.com/"><img alt="Freebase" src="images/freebase-headerlogo.png" /></a> </div> <div id="body"> <h1>Gridworks</h1> <h2>Credits</h2> <ul> <li><a href="http:https://www.freebase.com/view/en/david_francois_huynh">David Huynh</a></li> <li><a href="http:https://www.freebase.com/view/en/stefano_mazzocchi">Stefano Mazzocchi</a></li> <li><a href="http:https://www.freebase.com/view/en/vishal_talwar">Vishal Talwar</a></li> </ul> <div class="special"> <h3>Special Thanks</h3> <ul> <li><a href="http:https://www.paolociccarese.info/">Paolo Ciccarese</a> for his help on clustering</li> </ul> </div> </div> <div id="footer"> <a href="about.html">About Gridworks</a> &bull; &copy; 2010 <a href="http:https://www.metaweb.com/">Metaweb Technologies, Inc.</a> </div> </body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http:https://www.w3.org/TR/html4/strict.dtd"><html><head> <title>About Gridworks</title> <link rel="stylesheet" href="/styles/common.css" /> <link rel="stylesheet" href="/styles/index.css" /> <style> #body { margin: 0em; padding: 40px; } </style></head><body> <div id="header"> <a id="logo" href="http:https://www.freebase.com/" title="Freebase"><img alt="Freebase" src="images/freebase-headerlogo.png" /></a> <div id="path"><a class="app-path-section" href="./index.html">Gridworks</a></div> </div> <div id="body"> <h1>About Gridworks</h1> <div id="about"> <style> #about p { width: 40em; } #license { font-family: monospace; font-size: 12px; white-space: pre; border: 1px solid #ddd; background: #eee; padding: 20px; width: 60em; } h2 { margin-top: 2em; color: #888; } ul.credit-entries { margin: 0; padding: 0; } ul.credit-entries li { display: block; margin: 1em 0; } </style> <p> Freebase Gridworks is a tool for exploring and cleaning up grid-shaped data sets. It was originally developed by <a href="http:https://www.metaweb.com/">Metaweb Technologies, Inc.</a> </p> <h2>Licenses</h2> <div id="license">/* * (c) Copyright 2010 Metaweb Technologies, Inc. All rights reserved. */ /* * External Licenses */See the 'licenses' directory for a list of the licenses for the libraries we depend on,ordered here by license:licenses/apache2.0.LICENSE.txt ant (package org.apache.tools.tar) bzip2 (package org.apache.tools.bzip2) calendar-parser (package com.metaweb.gridworks.expr.util) commons-lang commons-codec jdatapath jetty jetty-util log4j poi poi-ooxml poi-ooxml-schemas servlet-api xmlbeans licenses/secondstring.LICENSE.txt (BSD family) secondstringlicenses/dom4j.LICENSE.txt (BSD family) dom4j licenses/simile.LICENSE.txt (BSD family) vicino (package edu.mit.simile.vicino)licenses/arithcode.LICENSE.txt (BSD family) arithcode licenses/icu4j.LICENSE.txt (MIT family) icu4j licenses/slf4j.LICENSE.txt (MIT family) slf4j-api slf4j-log4j12 jcl-over-slf4jlicenses/json.LICENSE.txt (MIT family) json licenses/cos.LICENSE.txt cos</div> <h2>Credits</h2> <ul class="credit-entries"> <li><a href="http:https://www.freebase.com/view/en/david_francois_huynh">David Huynh</a>, Metaweb Technologies, Inc.</li> <li><a href="http:https://www.freebase.com/view/en/stefano_mazzocchi">Stefano Mazzocchi</a>, Metaweb Technologies, Inc.</li> <li><a href="http:https://www.freebase.com/view/en/vishal_talwar">Vishal Talwar</a>, Metaweb Technologies, Inc.</li> </ul> <h2>Special Thanks</h2> <ul class="credit-entries"> <li><a href="http:https://www.paolociccarese.info/">Paolo Ciccarese</a> for his help on the clustering algorithms.</li> </ul> </div> </div> <div id="footer"> <a href="about.html">About Freebase Gridworks</a> &bull; &copy; 2010 <a href="http:https://www.metaweb.com/">Metaweb Technologies, Inc.</a> </div></body></html>
Expand Down

0 comments on commit fd85be7

Please sign in to comment.