You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/11/20 23:27:48 UTC

svn commit: r882781 [2/2] - in /incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo: autocomplete/ button/ calendar/ colorpicker/ dataTable/ editor/ geocoder/ logger/ map/ menu/ rgbslider/ search/ simpledlg/ slider/ tabbedview/ tree/ we...

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/map/map.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/map/map.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/map/map.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/map/map.rhtml Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <%= jmaki_widget 'yahoo.map',
     :args => {
       :centerLat => 37.4041960114344,

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.menu=Menu
 HINT_templates.yahoo.menu=<html>Menu</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.menu',

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.html Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <div jmakiName="yahoo.menu"
      jmakiValue="{menu: [ 
                 { label :'Action',

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.jsp Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <a:widget name="yahoo.menu"
           value="{menu: [ 
                 { label :'Action',

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
   addWidget( array( "name" =>"yahoo.menu", 
 	"value" => "{menu: [ 

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/menu/menu.rhtml Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <%= jmaki_widget 'yahoo.menu',
     :value => {
       :menu => [

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.rgbslider=RGB Slider
 HINT_templates.yahoo.rgbslider=<html>RGB Slider</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.rgbslider'

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.html Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+<!--
+ * 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.
+ -->
 <div jmakiName="yahoo.rgbslider"></div>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.jsp Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+/*
+ * 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.
+ */ 
 <a:widget name="yahoo.rgbslider" />

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
   addWidget(array ( "name" =>"yahoo.rgbslider"));
 ?>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/rgbslider/rgbslider.rhtml Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+<!--
+ * 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.
+ -->
 <%= jmaki_widget 'yahoo.rgbslider' -%>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.search=Search
 HINT_templates.yahoo.search=<html>Search</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.search'

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.html Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+<!--
+ * 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.
+ -->
 <span jmakiName="yahoo.search"></span>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.jsp Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+/*
+ * 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.
+ */ 
 <a:widget name="yahoo.search" />
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
   addWidget( array( "name" =>"yahoo.search"));
 ?>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/search/search.rhtml Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <%#
   #  The Ruby version of jMaki is currently missing proxy functionality.
   #  Until it can be implemented, this widget is disabled.

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.simpledlg=Dialog
 HINT_templates.yahoo.simpledlg=<html>Dialog</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.simpledlg'

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.html Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+<!--
+ * 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.
+ -->
 <div jmakiName="yahoo.simpledlg"></div>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.jsp Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+/*
+ * 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.
+ */ 
 <a:widget name="yahoo.simpledlg"/>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
   addWidget( array( "name" =>"yahoo.simpledlg"));
 ?>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/simpledlg/simpledlg.rhtml Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+<!--
+ * 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.
+ -->
 <%= jmaki_widget 'yahoo.simpledlg' -%>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.slider=Slider
 HINT_templates.yahoo.slider=<html>Slider</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.slider'

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.html Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+<!--
+ * 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.
+ -->
 <span jmakiName="yahoo.slider"></span>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.jsp Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+/*
+ * 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.
+ */ 
 <a:widget name="yahoo.slider" />

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
   addWidget( array( "name" =>"yahoo.slider"));
 ?>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/slider/slider.rhtml Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+<!--
+ * 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.
+ -->
 <%= jmaki_widget 'yahoo.slider' -%>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.tabbedview=Tabbed View
 HINT_templates.yahoo.tabbedview=<html>Tabbed View</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.tabbedview',

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.html Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <div jmakiName="yahoo.tabbedview"
      jmakiValue="{items:[
            {label : 'My Tab', content : 'Some Content'},

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.jsp Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <a:widget name="yahoo.tabbedview"
    value="{items:[
            {label : 'My Tab', content : 'Some Content'},

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
     addWidget( array("name" => "yahoo.tabbedview",
         "value" => "{items:[

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tabbedview/tabbedview.rhtml Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <%= jmaki_widget 'yahoo.tabbedview',
     :value => {
       :items => [

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.tree=Tree
 HINT_templates.yahoo.tree=<html>Tree</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.tree',

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.html Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <span jmakiName="yahoo.tree"
       jmakiValue="{
           root : {

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.jsp Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <a:widget name="yahoo.tree"
         value="{
           root : {

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
   addWidget( array ( "name" => "yahoo.tree",
      "value" =>"{

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/tree/tree.rhtml Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <%= jmaki_widget 'yahoo.tree',
     :args => { :topic => '/jmaki/menu' },
     :value => {

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/Bundle.properties?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/Bundle.properties (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/Bundle.properties Fri Nov 20 23:27:24 2009
@@ -1,2 +1,19 @@
+#
+# 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.
+#
 NAME_templates.yahoo.weather=Weather
 HINT_templates.yahoo.weather=<html>Weather</html>
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.ejs
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.ejs?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.ejs (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.ejs Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <% library.jmaki.insert(
     {
       component : 'yahoo.weather'

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.html?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.html (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.html Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <div jmakiName="yahoo.weather"></div>
 <!-- Note to developer. This widget requires the jMaki XmlHttpProxy
      to communicate with the Yahoo geocoding serivce.

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.jsp?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.jsp Fri Nov 20 23:27:24 2009
@@ -1 +1,18 @@
+/*
+ * 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.
+ */ 
 <a:widget name="yahoo.weather" />
\ No newline at end of file

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.php?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.php (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.php Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ */ 
 <?php
   addWidget( array ( "name" => "yahoo.weather"));
 ?>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.rhtml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.rhtml?rev=882781&r1=882780&r2=882781&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.rhtml (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/templates/yahoo/weather/weather.rhtml Fri Nov 20 23:27:24 2009
@@ -1,3 +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.
+ -->
 <%#
   #  The Ruby version of jMaki is currently missing proxy functionality.
   #  Until it can be implemented, this widget is disabled.