Author: ate Date: Wed Oct 5 08:54:30 2011 New Revision: 1179110 URL: http://svn.apache.org/viewvc?rev=1179110&view=rev Log: more license headers missing
Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/css/yui2/yui2-jetspeed.css portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/javascript/yui2/yui2-jetspeed.js Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/css/yui2/yui2-jetspeed.css URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/css/yui2/yui2-jetspeed.css?rev=1179110&r1=1179109&r2=1179110&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/css/yui2/yui2-jetspeed.css (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/css/yui2/yui2-jetspeed.css Wed Oct 5 08:54:30 2011 @@ -1,4 +1,20 @@ /* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html?rev=1179110&r1=1179109&r2=1179110&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html Wed Oct 5 08:54:30 2011 @@ -1,4 +1,21 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>The Apache Portals Site - Apache Portals Mission</title><style type="text/css" media="all"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<html><head><title>The Apache Portals Site - Apache Portals Mission</title><style type="text/css" media="all"> @import url("http://portals.apache.org/style/maven-base.css"); @import url("http://portals.apache.org/style/maven-theme.css");</style><link rel="stylesheet" href="http://portals.apache.org/style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="David Sean Taylor"></meta><meta name="email" content="tay...@apache.org"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://portals.apache.org/images/apache.gif"></img></a><a href="http://portals.apache.org/" id="projectLogo"><img alt="Apache Portals" src="http://portals.apache.org/images/apache-portals.gif"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft"> @@ -72,4 +89,4 @@ <li>Python</li> <li>...</li> </ul> - </p></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2010, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html> \ No newline at end of file + </p></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">� 2004-2010, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html> \ No newline at end of file Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/javascript/yui2/yui2-jetspeed.js URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/javascript/yui2/yui2-jetspeed.js?rev=1179110&r1=1179109&r2=1179110&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/javascript/yui2/yui2-jetspeed.js (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/javascript/yui2/yui2-jetspeed.js Wed Oct 5 08:54:30 2011 @@ -1,4 +1,20 @@ /* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org