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/04/02 03:50:34 UTC

svn commit: r761158 [3/4] - in /incubator/olio/webapp: php/trunk/public_html/css/ php/trunk/public_html/js/ php/trunk/public_html/js/tiny_mce/ php/trunk/views/ rails/trunk/ rails/trunk/app/views/addresses/ rails/trunk/app/views/comments/ rails/trunk/ap...

Modified: incubator/olio/webapp/rails/trunk/db/migrate/geolocations.sql
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/db/migrate/geolocations.sql?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/db/migrate/geolocations.sql (original)
+++ incubator/olio/webapp/rails/trunk/db/migrate/geolocations.sql Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ * 
+ */
 INSERT INTO `geolocations` (`id`,`zip`,`state_code`,`state`,`city`,`longitude`,`latitude`) VALUES ('1','35004','AL','Alabama','Acmar','86.5156','33.5841');
 INSERT INTO `geolocations` (`id`,`zip`,`state_code`,`state`,`city`,`longitude`,`latitude`) VALUES ('2','35005','AL','Alabama','Adamsville','86.9597','33.5884');
 INSERT INTO `geolocations` (`id`,`zip`,`state_code`,`state`,`city`,`longitude`,`latitude`) VALUES ('3','35006','AL','Alabama','Adger','87.1675','33.4343');

Modified: incubator/olio/webapp/rails/trunk/public/404.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/404.html?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/404.html (original)
+++ incubator/olio/webapp/rails/trunk/public/404.html Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+<!--
+ * 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.
+ * 
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
@@ -27,4 +45,4 @@
     <p>You may have mistyped the address or the page may have moved.</p>
   </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/olio/webapp/rails/trunk/public/500.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/500.html?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/500.html (original)
+++ incubator/olio/webapp/rails/trunk/public/500.html Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+<!--
+ * 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.
+ * 
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
@@ -27,4 +45,4 @@
     <p>We've been notified about this issue and we'll take a look at it shortly.</p>
   </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/olio/webapp/rails/trunk/public/dispatch.cgi
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/dispatch.cgi?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/dispatch.cgi (original)
+++ incubator/olio/webapp/rails/trunk/public/dispatch.cgi Thu Apr  2 03:50:29 2009
@@ -1,4 +1,21 @@
 #!/opt/local/bin/ruby
+#
+# 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.
+# 
 
 require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
 
@@ -7,4 +24,4 @@
 require "dispatcher"
 
 ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
-Dispatcher.dispatch
\ No newline at end of file
+Dispatcher.dispatch

Modified: incubator/olio/webapp/rails/trunk/public/dispatch.fcgi
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/dispatch.fcgi?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/dispatch.fcgi (original)
+++ incubator/olio/webapp/rails/trunk/public/dispatch.fcgi Thu Apr  2 03:50:29 2009
@@ -1,5 +1,21 @@
 #!/opt/local/bin/ruby
 #
+# 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.
+# 
 # You may specify the path to the FastCGI crash log (a log of unhandled
 # exceptions which forced the FastCGI instance to exit, great for debugging)
 # and the number of requests to process before running garbage collection.

Modified: incubator/olio/webapp/rails/trunk/public/dispatch.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/dispatch.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/dispatch.rb (original)
+++ incubator/olio/webapp/rails/trunk/public/dispatch.rb Thu Apr  2 03:50:29 2009
@@ -1,4 +1,21 @@
 #!/opt/local/bin/ruby
+#
+# 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.
+# 
 
 require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
 
@@ -7,4 +24,4 @@
 require "dispatcher"
 
 ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
-Dispatcher.dispatch
\ No newline at end of file
+Dispatcher.dispatch

Modified: incubator/olio/webapp/rails/trunk/public/stylesheets/arthur.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/stylesheets/arthur.css?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/stylesheets/arthur.css (original)
+++ incubator/olio/webapp/rails/trunk/public/stylesheets/arthur.css Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ * 
+ */
 /* main layout */
 #header {
     height: 100px;
@@ -67,4 +85,4 @@
     padding: 10px;
     background-color: #CCC;
     color: black;
-}
\ No newline at end of file
+}

Modified: incubator/olio/webapp/rails/trunk/public/stylesheets/original.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/stylesheets/original.css?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/stylesheets/original.css (original)
+++ incubator/olio/webapp/rails/trunk/public/stylesheets/original.css Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ * 
+ */
 /* main layout */
 #header {
     padding: 10px;
@@ -92,4 +110,4 @@
 .smallNav {
   float: right;
 }
-*/
\ No newline at end of file
+*/

Modified: incubator/olio/webapp/rails/trunk/public/stylesheets/reset.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/stylesheets/reset.css?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/stylesheets/reset.css (original)
+++ incubator/olio/webapp/rails/trunk/public/stylesheets/reset.css Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ * 
+ */
 /* YUI reset-min.css 08/09/07 */
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 	margin: 0;

Modified: incubator/olio/webapp/rails/trunk/public/stylesheets/scaffold.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/stylesheets/scaffold.css?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/stylesheets/scaffold.css (original)
+++ incubator/olio/webapp/rails/trunk/public/stylesheets/scaffold.css Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ * 
+ */
 body { background-color: #fff; color: #333; }
 
 body, p, ol, ul, td {

Modified: incubator/olio/webapp/rails/trunk/public/stylesheets/site.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/public/stylesheets/site.css?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/public/stylesheets/site.css (original)
+++ incubator/olio/webapp/rails/trunk/public/stylesheets/site.css Thu Apr  2 03:50:29 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ * 
+ */
 body {
   margin: 0;
   padding: 0;

Modified: incubator/olio/webapp/rails/trunk/script/about
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/about?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/about (original)
+++ incubator/olio/webapp/rails/trunk/script/about Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
 require 'commands/about'

Modified: incubator/olio/webapp/rails/trunk/script/breakpointer
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/breakpointer?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/breakpointer (original)
+++ incubator/olio/webapp/rails/trunk/script/breakpointer Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
-require 'commands/breakpointer'
\ No newline at end of file
+require 'commands/breakpointer'

Modified: incubator/olio/webapp/rails/trunk/script/console
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/console?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/console (original)
+++ incubator/olio/webapp/rails/trunk/script/console Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
 require 'commands/console'

Modified: incubator/olio/webapp/rails/trunk/script/destroy
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/destroy?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/destroy (original)
+++ incubator/olio/webapp/rails/trunk/script/destroy Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
 require 'commands/destroy'

Modified: incubator/olio/webapp/rails/trunk/script/generate
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/generate?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/generate (original)
+++ incubator/olio/webapp/rails/trunk/script/generate Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
 require 'commands/generate'

Modified: incubator/olio/webapp/rails/trunk/script/performance/benchmarker
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/performance/benchmarker?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/performance/benchmarker (original)
+++ incubator/olio/webapp/rails/trunk/script/performance/benchmarker Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../../config/boot'
 require 'commands/performance/benchmarker'

Modified: incubator/olio/webapp/rails/trunk/script/performance/profiler
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/performance/profiler?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/performance/profiler (original)
+++ incubator/olio/webapp/rails/trunk/script/performance/profiler Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../../config/boot'
 require 'commands/performance/profiler'

Modified: incubator/olio/webapp/rails/trunk/script/performance/request
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/performance/request?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/performance/request (original)
+++ incubator/olio/webapp/rails/trunk/script/performance/request Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../../config/boot'
 require 'commands/performance/request'

Modified: incubator/olio/webapp/rails/trunk/script/plugin
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/plugin?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/plugin (original)
+++ incubator/olio/webapp/rails/trunk/script/plugin Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
 require 'commands/plugin'

Modified: incubator/olio/webapp/rails/trunk/script/process/inspector
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/process/inspector?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/process/inspector (original)
+++ incubator/olio/webapp/rails/trunk/script/process/inspector Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../../config/boot'
 require 'commands/process/inspector'

Modified: incubator/olio/webapp/rails/trunk/script/process/reaper
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/process/reaper?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/process/reaper (original)
+++ incubator/olio/webapp/rails/trunk/script/process/reaper Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../../config/boot'
 require 'commands/process/reaper'

Modified: incubator/olio/webapp/rails/trunk/script/process/spawner
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/process/spawner?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/process/spawner (original)
+++ incubator/olio/webapp/rails/trunk/script/process/spawner Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../../config/boot'
 require 'commands/process/spawner'

Modified: incubator/olio/webapp/rails/trunk/script/runner
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/runner?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/runner (original)
+++ incubator/olio/webapp/rails/trunk/script/runner Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
 require 'commands/runner'

Modified: incubator/olio/webapp/rails/trunk/script/server
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/server?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/server (original)
+++ incubator/olio/webapp/rails/trunk/script/server Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 require File.dirname(__FILE__) + '/../config/boot'
 require 'commands/server'

Modified: incubator/olio/webapp/rails/trunk/script/spec
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/spec?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/spec (original)
+++ incubator/olio/webapp/rails/trunk/script/spec Thu Apr  2 03:50:29 2009
@@ -1,4 +1,21 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../vendor/plugins/rspec/lib"))
 require 'spec'
 exit ::Spec::Runner::CommandLine.run(::Spec::Runner::OptionParser.parse(ARGV, STDERR, STDOUT))

Modified: incubator/olio/webapp/rails/trunk/script/spec_server
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/script/spec_server?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/script/spec_server (original)
+++ incubator/olio/webapp/rails/trunk/script/spec_server Thu Apr  2 03:50:29 2009
@@ -1,4 +1,21 @@
 #!/usr/bin/env ruby
+#
+# 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.
+# 
 $LOAD_PATH.unshift File.dirname(__FILE__) + '/../vendor/plugins/rspec/lib' # For rspec installed as plugin
 require 'rubygems'
 require 'drb/drb'

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/application_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/application_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/application_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/application_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe ApplicationController do

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/comments_controller_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/comments_controller_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/comments_controller_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/comments_controller_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe CommentsController do

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/comments_routing_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/comments_routing_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/comments_routing_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/comments_routing_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe CommentsController do
@@ -70,4 +87,4 @@
     
   end
   
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/events_controller_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/events_controller_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/events_controller_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/events_controller_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe EventsController do
@@ -553,4 +570,4 @@
     
   end
 
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/events_routing_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/events_routing_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/events_routing_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/events_routing_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe EventsController do
@@ -74,4 +91,4 @@
       params_from(:put, "/events/1/tag").should == {:controller => "events", :action => "tag", :id => "1"}
     end
   end
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/friends_controller_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/friends_controller_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/friends_controller_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/friends_controller_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe FriendsController do
@@ -308,4 +325,4 @@
       flash[:error].should == "Invalid source or target user."
     end
   end
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/friends_routing_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/friends_routing_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/friends_routing_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/friends_routing_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe FriendsController do
@@ -62,4 +79,4 @@
     
   end
   
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/users_controller_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/users_controller_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/users_controller_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/users_controller_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe UsersController do

Modified: incubator/olio/webapp/rails/trunk/spec/controllers/users_routing_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/controllers/users_routing_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/controllers/users_routing_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/controllers/users_routing_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe UsersController do

Modified: incubator/olio/webapp/rails/trunk/spec/fixtures/addresses.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/fixtures/addresses.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/fixtures/addresses.yml (original)
+++ incubator/olio/webapp/rails/trunk/spec/fixtures/addresses.yml Thu Apr  2 03:50:29 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.
+# 
 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 
 # one:

Modified: incubator/olio/webapp/rails/trunk/spec/fixtures/geolocations.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/fixtures/geolocations.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/fixtures/geolocations.yml (original)
+++ incubator/olio/webapp/rails/trunk/spec/fixtures/geolocations.yml Thu Apr  2 03:50:29 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.
+# 
 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 
 one:

Modified: incubator/olio/webapp/rails/trunk/spec/helpers/application_helper_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/helpers/application_helper_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/helpers/application_helper_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/helpers/application_helper_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe ApplicationHelper do

Modified: incubator/olio/webapp/rails/trunk/spec/helpers/events_helper_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/helpers/events_helper_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/helpers/events_helper_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/helpers/events_helper_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe EventsHelper do

Modified: incubator/olio/webapp/rails/trunk/spec/helpers/friends_helper_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/helpers/friends_helper_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/helpers/friends_helper_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/helpers/friends_helper_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 # Taken from http://www.mintsource.org/2007/9/3/rspec-rjs-helper-specs -Hubert
@@ -28,4 +45,4 @@
     rjs_for.refresh_invites("something").body.should == "if($('something_requests').getElementsBySelector('ol li').length == 0) {\n$(\"something_requests\").visualEffect(\"blind_up\");\n}"
   end
   
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/helpers/users_helper_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/helpers/users_helper_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/helpers/users_helper_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/helpers/users_helper_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe UsersHelper do

Modified: incubator/olio/webapp/rails/trunk/spec/models/address_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/address_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/address_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/address_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe Address do

Modified: incubator/olio/webapp/rails/trunk/spec/models/comment_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/comment_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/comment_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/comment_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 
@@ -70,4 +87,4 @@
     @comment.should be_valid
   end
   
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/models/document_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/document_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/document_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/document_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe 'Document model: Document' do
@@ -52,4 +69,4 @@
     document2.should be_valid
   end
   
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/models/event_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/event_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/event_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/event_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe 'Event model: Event' do

Modified: incubator/olio/webapp/rails/trunk/spec/models/geolocation_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/geolocation_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/geolocation_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/geolocation_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe Geolocation do

Modified: incubator/olio/webapp/rails/trunk/spec/models/image_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/image_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/image_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/image_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe 'Image model: Image' do

Modified: incubator/olio/webapp/rails/trunk/spec/models/invite_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/invite_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/invite_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/invite_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../spec_helper'
 
 describe 'Invite model: Invite' do
@@ -42,4 +59,4 @@
     invite.should have(1).errors_on(:user_id_target)
   end
   
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/spec/models/user_spec.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/models/user_spec.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/models/user_spec.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/models/user_spec.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + "/../spec_helper"
 
 

Modified: incubator/olio/webapp/rails/trunk/spec/spec_helper.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/spec/spec_helper.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/spec/spec_helper.rb (original)
+++ incubator/olio/webapp/rails/trunk/spec/spec_helper.rb Thu Apr  2 03:50:29 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.
+# 
 # This file is copied to ~/spec when you run 'ruby script/generate rspec'
 # from the project root directory.
 ENV["RAILS_ENV"] = "test"

Modified: incubator/olio/webapp/rails/trunk/stories/all.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/stories/all.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/stories/all.rb (original)
+++ incubator/olio/webapp/rails/trunk/stories/all.rb Thu Apr  2 03:50:29 2009
@@ -1,4 +1,21 @@
+#
+# 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.
+# 
 dir = File.dirname(__FILE__)
 Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
   require file
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/stories/helper.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/stories/helper.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/stories/helper.rb (original)
+++ incubator/olio/webapp/rails/trunk/stories/helper.rb Thu Apr  2 03:50:29 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.
+# 
 ENV["RAILS_ENV"] = "test"
 require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
-require 'spec/rails/story_adapter'
\ No newline at end of file
+require 'spec/rails/story_adapter'

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/addresses.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/addresses.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/addresses.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/addresses.yml Thu Apr  2 03:50:29 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.
+# 
 # == Schema Information
 # Schema version: 17
 #

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/comments.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/comments.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/comments.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/comments.yml Thu Apr  2 03:50:29 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.
+# 
 # == Schema Information
 # Schema version: 17
 #

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/documents.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/documents.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/documents.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/documents.yml Thu Apr  2 03:50:29 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.
+# 
 # == Schema Information
 # Schema version: 17
 #

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/events.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/events.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/events.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/events.yml Thu Apr  2 03:50:29 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.
+# 
 # == Schema Information
 # Schema version: 17
 #

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/geolocations.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/geolocations.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/geolocations.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/geolocations.yml Thu Apr  2 03:50:29 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.
+# 
 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 
 one:

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/images.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/images.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/images.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/images.yml Thu Apr  2 03:50:29 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.
+# 
 # == Schema Information
 # Schema version: 17
 #

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/invites.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/invites.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/invites.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/invites.yml Thu Apr  2 03:50:29 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.
+# 
 # == Schema Information
 # Schema version: 17
 #

Modified: incubator/olio/webapp/rails/trunk/test/fixtures/users.yml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/fixtures/users.yml?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/fixtures/users.yml (original)
+++ incubator/olio/webapp/rails/trunk/test/fixtures/users.yml Thu Apr  2 03:50:29 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.
+# 
 # == Schema Information
 # Schema version: 17
 #

Modified: incubator/olio/webapp/rails/trunk/test/functional/comments_controller_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/functional/comments_controller_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/functional/comments_controller_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/functional/comments_controller_test.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class CommentsControllerTest < ActionController::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/functional/events_controller_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/functional/events_controller_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/functional/events_controller_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/functional/events_controller_test.rb Thu Apr  2 03:50:29 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.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 require 'events_controller'