You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/20 22:39:55 UTC

svn commit: r999110 [1/2] - in /shindig/trunk: ./ php/ php/src/common/ php/src/common/sample/ php/src/gadgets/ php/src/gadgets/oauth/ php/src/gadgets/render/ php/src/gadgets/rewrite/ php/src/gadgets/sample/ php/src/gadgets/servlet/ php/src/gadgets/temp...

Author: lindner
Date: Mon Sep 20 20:39:50 2010
New Revision: 999110

URL: http://svn.apache.org/viewvc?rev=999110&view=rev
Log:
maven integration with php code base.  phpdoc improvements, and maven targets

Added:
    shindig/trunk/php/pom.xml
    shindig/trunk/php/test/config/
    shindig/trunk/php/test/config/phpunit_to_surefire.xslt
Modified:
    shindig/trunk/php/src/common/AuthenticationMode.php
    shindig/trunk/php/src/common/BlobCrypter.php
    shindig/trunk/php/src/common/Cache.php
    shindig/trunk/php/src/common/CacheStorage.php
    shindig/trunk/php/src/common/Config.php
    shindig/trunk/php/src/common/File.php
    shindig/trunk/php/src/common/HttpServlet.php
    shindig/trunk/php/src/common/IllegalArgumentException.php
    shindig/trunk/php/src/common/JsMin.php
    shindig/trunk/php/src/common/Locale.php
    shindig/trunk/php/src/common/OAuthLookupService.php
    shindig/trunk/php/src/common/RemoteContent.php
    shindig/trunk/php/src/common/RemoteContentFetcher.php
    shindig/trunk/php/src/common/RemoteContentRequest.php
    shindig/trunk/php/src/common/SecurityToken.php
    shindig/trunk/php/src/common/SecurityTokenDecoder.php
    shindig/trunk/php/src/common/ShindigOAuth.php
    shindig/trunk/php/src/common/XmlError.php
    shindig/trunk/php/src/common/sample/BasicBlobCrypter.php
    shindig/trunk/php/src/common/sample/BasicOAuthDataStore.php
    shindig/trunk/php/src/common/sample/BasicOAuthLookupService.php
    shindig/trunk/php/src/common/sample/BasicRemoteContent.php
    shindig/trunk/php/src/common/sample/BasicRemoteContentFetcher.php
    shindig/trunk/php/src/common/sample/BasicSecurityToken.php
    shindig/trunk/php/src/common/sample/BasicSecurityTokenDecoder.php
    shindig/trunk/php/src/common/sample/CacheStorageApc.php
    shindig/trunk/php/src/common/sample/CacheStorageFile.php
    shindig/trunk/php/src/common/sample/CacheStorageMemcache.php
    shindig/trunk/php/src/common/sample/Crypto.php
    shindig/trunk/php/src/gadgets/ContainerConfig.php
    shindig/trunk/php/src/gadgets/Gadget.php
    shindig/trunk/php/src/gadgets/GadgetBlacklist.php
    shindig/trunk/php/src/gadgets/GadgetContext.php
    shindig/trunk/php/src/gadgets/GadgetException.php
    shindig/trunk/php/src/gadgets/GadgetFactory.php
    shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php
    shindig/trunk/php/src/gadgets/GadgetSpec.php
    shindig/trunk/php/src/gadgets/GadgetSpecParser.php
    shindig/trunk/php/src/gadgets/MakeRequest.php
    shindig/trunk/php/src/gadgets/MakeRequestHandler.php
    shindig/trunk/php/src/gadgets/MakeRequestOptions.php
    shindig/trunk/php/src/gadgets/MetadataContext.php
    shindig/trunk/php/src/gadgets/MetadataHandler.php
    shindig/trunk/php/src/gadgets/ProxyBase.php
    shindig/trunk/php/src/gadgets/ProxyHandler.php
    shindig/trunk/php/src/gadgets/SigningFetcher.php
    shindig/trunk/php/src/gadgets/SigningFetcherFactory.php
    shindig/trunk/php/src/gadgets/Substitutions.php
    shindig/trunk/php/src/gadgets/oauth/BasicGadgetOAuthTokenStore.php
    shindig/trunk/php/src/gadgets/oauth/BasicOAuthStore.php
    shindig/trunk/php/src/gadgets/oauth/GadgetOAuthTokenStore.php
    shindig/trunk/php/src/gadgets/oauth/OAuthAccessor.php
    shindig/trunk/php/src/gadgets/oauth/OAuthCallbackState.php
    shindig/trunk/php/src/gadgets/oauth/OAuthError.php
    shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php
    shindig/trunk/php/src/gadgets/oauth/OAuthFetcherFactory.php
    shindig/trunk/php/src/gadgets/oauth/OAuthRequestParams.php
    shindig/trunk/php/src/gadgets/oauth/OAuthService.php
    shindig/trunk/php/src/gadgets/oauth/OAuthServiceProvider.php
    shindig/trunk/php/src/gadgets/oauth/OAuthSpec.php
    shindig/trunk/php/src/gadgets/oauth/OAuthStore.php
    shindig/trunk/php/src/gadgets/render/GadgetBaseRenderer.php
    shindig/trunk/php/src/gadgets/render/GadgetHrefRenderer.php
    shindig/trunk/php/src/gadgets/render/GadgetHtmlRenderer.php
    shindig/trunk/php/src/gadgets/render/GadgetRenderer.php
    shindig/trunk/php/src/gadgets/render/GadgetUrlRenderer.php
    shindig/trunk/php/src/gadgets/rewrite/ContentRewriter.php
    shindig/trunk/php/src/gadgets/rewrite/DomRewriter.php
    shindig/trunk/php/src/gadgets/rewrite/GadgetRewriter.php
    shindig/trunk/php/src/gadgets/rewrite/SanitizeRewriter.php
    shindig/trunk/php/src/gadgets/sample/BasicGadgetBlacklist.php
    shindig/trunk/php/src/gadgets/sample/BasicGadgetSpecFactory.php
    shindig/trunk/php/src/gadgets/servlet/CertServlet.php
    shindig/trunk/php/src/gadgets/servlet/ContentFilesServlet.php
    shindig/trunk/php/src/gadgets/servlet/FilesServlet.php
    shindig/trunk/php/src/gadgets/servlet/GadgetRenderingServlet.php
    shindig/trunk/php/src/gadgets/servlet/JsServlet.php
    shindig/trunk/php/src/gadgets/servlet/MakeRequestServlet.php
    shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php
    shindig/trunk/php/src/gadgets/servlet/OAuthCallbackServlet.php
    shindig/trunk/php/src/gadgets/servlet/ProxyServlet.php
    shindig/trunk/php/src/gadgets/servlet/ResourcesFilesServlet.php
    shindig/trunk/php/src/gadgets/templates/DataPipelining.php
    shindig/trunk/php/src/gadgets/templates/ExpLexer.php
    shindig/trunk/php/src/gadgets/templates/ExpParser.php
    shindig/trunk/php/src/gadgets/templates/ExpType.php
    shindig/trunk/php/src/gadgets/templates/ExpressionParser.php
    shindig/trunk/php/src/gadgets/templates/TemplateLibrary.php
    shindig/trunk/php/src/gadgets/templates/TemplateParser.php
    shindig/trunk/php/src/social/converters/InputActivitiesConverter.php
    shindig/trunk/php/src/social/converters/InputAlbumsConverter.php
    shindig/trunk/php/src/social/converters/InputAppDataConverter.php
    shindig/trunk/php/src/social/converters/InputBasicXmlConverter.php
    shindig/trunk/php/src/social/converters/InputConverter.php
    shindig/trunk/php/src/social/converters/InputInvalidateConverter.php
    shindig/trunk/php/src/social/converters/InputMediaItemsConverter.php
    shindig/trunk/php/src/social/converters/InputMessagesConverter.php
    shindig/trunk/php/src/social/converters/InputPeopleConverter.php
    shindig/trunk/php/src/social/converters/OutputAtomConverter.php
    shindig/trunk/php/src/social/converters/OutputBasicXmlConverter.php
    shindig/trunk/php/src/social/converters/OutputConverter.php
    shindig/trunk/php/src/social/converters/OutputJsonConverter.php
    shindig/trunk/php/src/social/converters/OutputXmlConverter.php
    shindig/trunk/php/src/social/model/Account.php
    shindig/trunk/php/src/social/model/Activity.php
    shindig/trunk/php/src/social/model/Address.php
    shindig/trunk/php/src/social/model/Album.php
    shindig/trunk/php/src/social/model/ApiCollection.php
    shindig/trunk/php/src/social/model/BodyType.php
    shindig/trunk/php/src/social/model/ComplexField.php
    shindig/trunk/php/src/social/model/Email.php
    shindig/trunk/php/src/social/model/Enum.php
    shindig/trunk/php/src/social/model/IdSpec.php
    shindig/trunk/php/src/social/model/Im.php
    shindig/trunk/php/src/social/model/ListField.php
    shindig/trunk/php/src/social/model/MediaItem.php
    shindig/trunk/php/src/social/model/Message.php
    shindig/trunk/php/src/social/model/MessageCollection.php
    shindig/trunk/php/src/social/model/Name.php
    shindig/trunk/php/src/social/model/Organization.php
    shindig/trunk/php/src/social/model/Person.php
    shindig/trunk/php/src/social/model/Phone.php
    shindig/trunk/php/src/social/model/Photo.php
    shindig/trunk/php/src/social/model/Url.php
    shindig/trunk/php/src/social/oauth/OAuthSecurityToken.php
    shindig/trunk/php/src/social/sample/DefaultInvalidateService.php
    shindig/trunk/php/src/social/sample/JsonDbOpensocialService.php
    shindig/trunk/php/src/social/service/ActivityHandler.php
    shindig/trunk/php/src/social/service/AlbumHandler.php
    shindig/trunk/php/src/social/service/AppDataHandler.php
    shindig/trunk/php/src/social/service/DataRequestHandler.php
    shindig/trunk/php/src/social/service/GroupHandler.php
    shindig/trunk/php/src/social/service/HandlerPreconditions.php
    shindig/trunk/php/src/social/service/HttpHandler.php
    shindig/trunk/php/src/social/service/InvalidateHandler.php
    shindig/trunk/php/src/social/service/MediaItemHandler.php
    shindig/trunk/php/src/social/service/MessagesHandler.php
    shindig/trunk/php/src/social/service/PersonHandler.php
    shindig/trunk/php/src/social/service/RequestItem.php
    shindig/trunk/php/src/social/service/ResponseError.php
    shindig/trunk/php/src/social/service/ResponseItem.php
    shindig/trunk/php/src/social/service/RestRequestItem.php
    shindig/trunk/php/src/social/service/RpcRequestItem.php
    shindig/trunk/php/src/social/service/SocialSpiException.php
    shindig/trunk/php/src/social/servlet/ApiServlet.php
    shindig/trunk/php/src/social/servlet/CompatibilityJsonRpcServlet.php
    shindig/trunk/php/src/social/servlet/DataServiceServlet.php
    shindig/trunk/php/src/social/servlet/JsonRpcServlet.php
    shindig/trunk/php/src/social/spi/ActivityService.php
    shindig/trunk/php/src/social/spi/AlbumService.php
    shindig/trunk/php/src/social/spi/AppDataService.php
    shindig/trunk/php/src/social/spi/CollectionOptions.php
    shindig/trunk/php/src/social/spi/DataCollection.php
    shindig/trunk/php/src/social/spi/GroupId.php
    shindig/trunk/php/src/social/spi/GroupService.php
    shindig/trunk/php/src/social/spi/InvalidateService.php
    shindig/trunk/php/src/social/spi/MediaItemService.php
    shindig/trunk/php/src/social/spi/MessagesService.php
    shindig/trunk/php/src/social/spi/PersonService.php
    shindig/trunk/php/src/social/spi/RestfulCollection.php
    shindig/trunk/php/src/social/spi/UserId.php
    shindig/trunk/pom.xml

Added: shindig/trunk/php/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/php/pom.xml?rev=999110&view=auto
==============================================================================
--- shindig/trunk/php/pom.xml (added)
+++ shindig/trunk/php/pom.xml Mon Sep 20 20:39:50 2010
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ * 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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.shindig</groupId>
+    <artifactId>shindig-project</artifactId>
+    <version>3.0.0-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>shindig-php</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Apache Shindig PHP</name>
+  <description>PHP tests</description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/php</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/php</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/trunk/php</url>
+  </scm>
+
+  <!-- common params -->
+  <properties>
+    <surefire.reports>target/surefire-reports</surefire.reports>
+    <coverage.report>target/site/coverage-report</coverage.report>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <workingDirectory>target</workingDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-trax</artifactId>
+            <version>1.8.0</version>
+          </dependency>
+          <dependency>
+            <groupId>net.sf.saxon</groupId>
+            <artifactId>saxon</artifactId>
+            <version>8.7</version>
+          </dependency>
+        </dependencies>
+        <executions>
+          <!-- run basic lint -->
+          <execution>
+            <id>phplint</id>
+            <phase>process-sources</phase>
+            <goals><goal>run</goal></goals>
+            <configuration>
+              <tasks>
+                <apply executable="php">
+                  <arg value="-l" />
+                  <fileset dir="." includes="src/**/*.php" />
+                </apply>
+              </tasks>
+            </configuration>
+          </execution>
+          <!-- phpdocs -->
+	  <execution>
+	    <id>phpdoc</id>
+	    <phase>pre-site</phase>
+	    <goals><goal>run</goal></goals>
+	    <configuration>
+	      <tasks>
+		<mkdir dir="target/site/phpdoc" />
+		<exec executable="phpdoc" failonerror="true">
+		  <arg value="-d" />
+		  <arg value="src" />
+		  <arg value="-t" />
+		  <arg value="target/site/phpdoc" />
+		  <arg value="-o" />
+		  <arg value="HTML:frames:DOM/default" />
+		  <arg value="--title" />
+		  <arg value="Apache Shindig ${version}" />
+		</exec>
+	      </tasks>
+	    </configuration>
+	  </execution>
+	  
+          <!-- run phpunit -->
+          <execution>
+            <id>test</id>
+            <phase>test</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <mkdir dir="${surefire.reports}" />
+                <mkdir dir="${coverage.report}" />
+                <exec executable="phpunit" dir=".">
+                  <arg line=" --log-junit ${surefire.reports}/phpunit-testresults.xml" />
+                  <arg line=" --coverage-html ${coverage.report}" />
+                  <arg line=" test/ShindigAllTests.php" />
+                </exec>
+                <xslt in="${surefire.reports}/phpunit-testresults.xml" out="${surefire.reports}/xslt.info"
+                    style="test/config/phpunit_to_surefire.xslt" processor="trax"> 
+                  <param name="outputDir" expression="${surefire.reports}" />
+                </xslt>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
+
+

Modified: shindig/trunk/php/src/common/AuthenticationMode.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/AuthenticationMode.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/AuthenticationMode.php (original)
+++ shindig/trunk/php/src/common/AuthenticationMode.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/BlobCrypter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/BlobCrypter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/BlobCrypter.php (original)
+++ shindig/trunk/php/src/common/BlobCrypter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/Cache.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/Cache.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/Cache.php (original)
+++ shindig/trunk/php/src/common/Cache.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -126,4 +126,4 @@ class Cache {
       throw $e;
     }
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/CacheStorage.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/CacheStorage.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/CacheStorage.php (original)
+++ shindig/trunk/php/src/common/CacheStorage.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -42,4 +42,4 @@ abstract class CacheStorage {
       $this->unlock($key);
     }
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/Config.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/Config.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/Config.php (original)
+++ shindig/trunk/php/src/common/Config.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/File.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/File.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/File.php (original)
+++ shindig/trunk/php/src/common/File.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -38,4 +38,4 @@ class File {
       return true;
     }
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/HttpServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/HttpServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/HttpServlet.php (original)
+++ shindig/trunk/php/src/common/HttpServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/IllegalArgumentException.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/IllegalArgumentException.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/IllegalArgumentException.php (original)
+++ shindig/trunk/php/src/common/IllegalArgumentException.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/JsMin.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/JsMin.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/JsMin.php (original)
+++ shindig/trunk/php/src/common/JsMin.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * jsmin.php - PHP implementation of Douglas Crockford's JSMin.
  *
  * This is pretty much a direct port of jsmin.c to PHP with just a few

Modified: shindig/trunk/php/src/common/Locale.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/Locale.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/Locale.php (original)
+++ shindig/trunk/php/src/common/Locale.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -47,4 +47,4 @@ class Locale {
     return $this->country;
   }
 
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/OAuthLookupService.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/OAuthLookupService.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/OAuthLookupService.php (original)
+++ shindig/trunk/php/src/common/OAuthLookupService.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/RemoteContent.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/RemoteContent.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/RemoteContent.php (original)
+++ shindig/trunk/php/src/common/RemoteContent.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/RemoteContentFetcher.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/RemoteContentFetcher.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/RemoteContentFetcher.php (original)
+++ shindig/trunk/php/src/common/RemoteContentFetcher.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -23,4 +23,4 @@ abstract class RemoteContentFetcher {
   abstract public function fetchRequest(RemoteContentRequest $request);
 
   abstract public function multiFetchRequest(Array $requests);
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/RemoteContentRequest.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/RemoteContentRequest.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/RemoteContentRequest.php (original)
+++ shindig/trunk/php/src/common/RemoteContentRequest.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/SecurityToken.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/SecurityToken.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/SecurityToken.php (original)
+++ shindig/trunk/php/src/common/SecurityToken.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/SecurityTokenDecoder.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/SecurityTokenDecoder.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/SecurityTokenDecoder.php (original)
+++ shindig/trunk/php/src/common/SecurityTokenDecoder.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/ShindigOAuth.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/ShindigOAuth.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/ShindigOAuth.php (original)
+++ shindig/trunk/php/src/common/ShindigOAuth.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/XmlError.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/XmlError.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/XmlError.php (original)
+++ shindig/trunk/php/src/common/XmlError.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/BasicBlobCrypter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/BasicBlobCrypter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/BasicBlobCrypter.php (original)
+++ shindig/trunk/php/src/common/sample/BasicBlobCrypter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/BasicOAuthDataStore.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/BasicOAuthDataStore.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/BasicOAuthDataStore.php (original)
+++ shindig/trunk/php/src/common/sample/BasicOAuthDataStore.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/BasicOAuthLookupService.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/BasicOAuthLookupService.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/BasicOAuthLookupService.php (original)
+++ shindig/trunk/php/src/common/sample/BasicOAuthLookupService.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/BasicRemoteContent.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/BasicRemoteContent.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/BasicRemoteContent.php (original)
+++ shindig/trunk/php/src/common/sample/BasicRemoteContent.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/BasicRemoteContentFetcher.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/BasicRemoteContentFetcher.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/BasicRemoteContentFetcher.php (original)
+++ shindig/trunk/php/src/common/sample/BasicRemoteContentFetcher.php Mon Sep 20 20:39:50 2010
@@ -1,6 +1,6 @@
 <?php
 
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/BasicSecurityToken.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/BasicSecurityToken.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/BasicSecurityToken.php (original)
+++ shindig/trunk/php/src/common/sample/BasicSecurityToken.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/BasicSecurityTokenDecoder.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/BasicSecurityTokenDecoder.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/BasicSecurityTokenDecoder.php (original)
+++ shindig/trunk/php/src/common/sample/BasicSecurityTokenDecoder.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/common/sample/CacheStorageApc.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/CacheStorageApc.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/CacheStorageApc.php (original)
+++ shindig/trunk/php/src/common/sample/CacheStorageApc.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -60,4 +60,4 @@ class CacheStorageApc extends CacheStora
   private function storageKey($key) {
     return $this->prefix . '_' . $key;
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/sample/CacheStorageFile.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/CacheStorageFile.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/CacheStorageFile.php (original)
+++ shindig/trunk/php/src/common/sample/CacheStorageFile.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -89,4 +89,4 @@ class CacheStorageFile extends CacheStor
   private function getCacheFile($key) {
     return $this->getCacheDir($key) . '/' . $key;
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/sample/CacheStorageMemcache.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/CacheStorageMemcache.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/CacheStorageMemcache.php (original)
+++ shindig/trunk/php/src/common/sample/CacheStorageMemcache.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -79,4 +79,4 @@ class CacheStorageMemcache extends Cache
   private function storageKey($key) {
     return $this->prefix . '_' . $key;
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/common/sample/Crypto.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/common/sample/Crypto.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/common/sample/Crypto.php (original)
+++ shindig/trunk/php/src/common/sample/Crypto.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/ContainerConfig.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/ContainerConfig.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/ContainerConfig.php (original)
+++ shindig/trunk/php/src/gadgets/ContainerConfig.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/Gadget.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/Gadget.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/Gadget.php (original)
+++ shindig/trunk/php/src/gadgets/Gadget.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/GadgetBlacklist.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/GadgetBlacklist.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/GadgetBlacklist.php (original)
+++ shindig/trunk/php/src/gadgets/GadgetBlacklist.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/GadgetContext.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/GadgetContext.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/GadgetContext.php (original)
+++ shindig/trunk/php/src/gadgets/GadgetContext.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/GadgetException.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/GadgetException.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/GadgetException.php (original)
+++ shindig/trunk/php/src/gadgets/GadgetException.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/GadgetFactory.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/GadgetFactory.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/GadgetFactory.php (original)
+++ shindig/trunk/php/src/gadgets/GadgetFactory.php Mon Sep 20 20:39:50 2010
@@ -1,6 +1,5 @@
 <?php
-
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php (original)
+++ shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php Mon Sep 20 20:39:50 2010
@@ -1,6 +1,5 @@
 <?php
-
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/GadgetSpec.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/GadgetSpec.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/GadgetSpec.php (original)
+++ shindig/trunk/php/src/gadgets/GadgetSpec.php Mon Sep 20 20:39:50 2010
@@ -1,6 +1,5 @@
 <?php
-
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/GadgetSpecParser.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/GadgetSpecParser.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/GadgetSpecParser.php (original)
+++ shindig/trunk/php/src/gadgets/GadgetSpecParser.php Mon Sep 20 20:39:50 2010
@@ -1,6 +1,5 @@
 <?php
-
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/MakeRequest.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/MakeRequest.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/MakeRequest.php (original)
+++ shindig/trunk/php/src/gadgets/MakeRequest.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/MakeRequestHandler.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/MakeRequestHandler.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/MakeRequestHandler.php (original)
+++ shindig/trunk/php/src/gadgets/MakeRequestHandler.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/MakeRequestOptions.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/MakeRequestOptions.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/MakeRequestOptions.php (original)
+++ shindig/trunk/php/src/gadgets/MakeRequestOptions.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/MetadataContext.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/MetadataContext.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/MetadataContext.php (original)
+++ shindig/trunk/php/src/gadgets/MetadataContext.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/MetadataHandler.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/MetadataHandler.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/MetadataHandler.php (original)
+++ shindig/trunk/php/src/gadgets/MetadataHandler.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/ProxyBase.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/ProxyBase.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/ProxyBase.php (original)
+++ shindig/trunk/php/src/gadgets/ProxyBase.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/ProxyHandler.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/ProxyHandler.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/ProxyHandler.php (original)
+++ shindig/trunk/php/src/gadgets/ProxyHandler.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/SigningFetcher.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/SigningFetcher.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/SigningFetcher.php (original)
+++ shindig/trunk/php/src/gadgets/SigningFetcher.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/SigningFetcherFactory.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/SigningFetcherFactory.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/SigningFetcherFactory.php (original)
+++ shindig/trunk/php/src/gadgets/SigningFetcherFactory.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/Substitutions.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/Substitutions.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/Substitutions.php (original)
+++ shindig/trunk/php/src/gadgets/Substitutions.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -73,4 +73,4 @@ class Substitutions {
       return "";
     }
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/oauth/BasicGadgetOAuthTokenStore.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/BasicGadgetOAuthTokenStore.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/BasicGadgetOAuthTokenStore.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/BasicGadgetOAuthTokenStore.php Mon Sep 20 20:39:50 2010
@@ -1,21 +1,21 @@
 <?php
-/**
- * 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.
+/*
+ * 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.
  */
 
 class BasicGadgetOAuthTokenStore extends GadgetOAuthTokenStore {
@@ -32,12 +32,12 @@ class BasicGadgetOAuthTokenStore extends
   }
 
   public function initFromConfigFile($fetcher) {
-    // Read our consumer keys and secrets from config/oauth.js
-    // This actually involves fetching gadget specs
+    // Read our consumer keys and secrets from config/oauth.js
+    // This actually involves fetching gadget specs
     try {
       $oauthConfigStr = file_get_contents($this->OAUTH_CONFIG);
-      // remove all comments because this confuses the json parser
-      // note: the json parser also crashes on trailing ,'s in records so please don't use them
+      // remove all comments because this confuses the json parser
+      // note: the json parser also crashes on trailing ,'s in records so please don't use them
       $contents = preg_replace('@/\\*.*?\\*/@s', '', $oauthConfigStr);
       $oauthConfig = json_decode($contents, true);
       if ($oauthConfig == $contents) {
@@ -96,4 +96,4 @@ class BasicGadgetOAuthTokenStore extends
     $kas = new ConsumerKeyAndSecret($consumerKey, $consumerSecret, $keyType);
     $this->storeConsumerKeyAndSecret($gadgetUri, $serviceName, $kas);
   }
-}
+}

Modified: shindig/trunk/php/src/gadgets/oauth/BasicOAuthStore.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/BasicOAuthStore.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/BasicOAuthStore.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/BasicOAuthStore.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/GadgetOAuthTokenStore.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/GadgetOAuthTokenStore.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/GadgetOAuthTokenStore.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/GadgetOAuthTokenStore.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthAccessor.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthAccessor.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthAccessor.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthAccessor.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -67,4 +67,4 @@ class OAuthAccessor {
     return $message;
   }
 
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthCallbackState.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthCallbackState.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthCallbackState.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthCallbackState.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthError.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthError.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthError.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthError.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthFetcher.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthFetcherFactory.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthFetcherFactory.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthFetcherFactory.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthFetcherFactory.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthRequestParams.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthRequestParams.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthRequestParams.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthRequestParams.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthService.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthService.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthService.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthService.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthServiceProvider.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthServiceProvider.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthServiceProvider.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthServiceProvider.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthSpec.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthSpec.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthSpec.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthSpec.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -37,4 +37,4 @@ class OAuthSpec {
     return $this->oAuthServices;
   }
 
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/oauth/OAuthStore.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/oauth/OAuthStore.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/oauth/OAuthStore.php (original)
+++ shindig/trunk/php/src/gadgets/oauth/OAuthStore.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/render/GadgetBaseRenderer.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/render/GadgetBaseRenderer.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/render/GadgetBaseRenderer.php (original)
+++ shindig/trunk/php/src/gadgets/render/GadgetBaseRenderer.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/render/GadgetHrefRenderer.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/render/GadgetHrefRenderer.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/render/GadgetHrefRenderer.php (original)
+++ shindig/trunk/php/src/gadgets/render/GadgetHrefRenderer.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/render/GadgetHtmlRenderer.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/render/GadgetHtmlRenderer.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/render/GadgetHtmlRenderer.php (original)
+++ shindig/trunk/php/src/gadgets/render/GadgetHtmlRenderer.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/render/GadgetRenderer.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/render/GadgetRenderer.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/render/GadgetRenderer.php (original)
+++ shindig/trunk/php/src/gadgets/render/GadgetRenderer.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -68,4 +68,4 @@ abstract class GadgetRenderer {
   }
 
   abstract function renderGadget(Gadget $gadget, $view);
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/render/GadgetUrlRenderer.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/render/GadgetUrlRenderer.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/render/GadgetUrlRenderer.php (original)
+++ shindig/trunk/php/src/gadgets/render/GadgetUrlRenderer.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/rewrite/ContentRewriter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/rewrite/ContentRewriter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/rewrite/ContentRewriter.php (original)
+++ shindig/trunk/php/src/gadgets/rewrite/ContentRewriter.php Mon Sep 20 20:39:50 2010
@@ -1,6 +1,5 @@
 <?php
-
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/rewrite/DomRewriter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/rewrite/DomRewriter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/rewrite/DomRewriter.php (original)
+++ shindig/trunk/php/src/gadgets/rewrite/DomRewriter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -39,4 +39,4 @@ abstract class DomRewriter {
    * @param GadgetRewriter $gadgetRewriter
    */
   abstract public function register(GadgetRewriter &$gadgetRewriter);
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/rewrite/GadgetRewriter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/rewrite/GadgetRewriter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/rewrite/GadgetRewriter.php (original)
+++ shindig/trunk/php/src/gadgets/rewrite/GadgetRewriter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/rewrite/SanitizeRewriter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/rewrite/SanitizeRewriter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/rewrite/SanitizeRewriter.php (original)
+++ shindig/trunk/php/src/gadgets/rewrite/SanitizeRewriter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -53,4 +53,4 @@ class SanitizeRewriter extends DomRewrit
       $node->setAttribute('src', '');
     }
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/sample/BasicGadgetBlacklist.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/sample/BasicGadgetBlacklist.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/sample/BasicGadgetBlacklist.php (original)
+++ shindig/trunk/php/src/gadgets/sample/BasicGadgetBlacklist.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/sample/BasicGadgetSpecFactory.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/sample/BasicGadgetSpecFactory.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/sample/BasicGadgetSpecFactory.php (original)
+++ shindig/trunk/php/src/gadgets/sample/BasicGadgetSpecFactory.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/CertServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/CertServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/CertServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/CertServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/ContentFilesServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/ContentFilesServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/ContentFilesServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/ContentFilesServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -23,4 +23,4 @@ class ContentFilesServlet extends FilesS
   protected function getPath() {
     return Config::get('javascript_path');
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/servlet/FilesServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/FilesServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/FilesServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/FilesServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/GadgetRenderingServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/GadgetRenderingServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/GadgetRenderingServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/GadgetRenderingServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/JsServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/JsServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/JsServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/JsServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/MakeRequestServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/MakeRequestServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/MakeRequestServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/MakeRequestServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/OAuthCallbackServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/OAuthCallbackServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/OAuthCallbackServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/OAuthCallbackServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/ProxyServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/ProxyServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/ProxyServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/ProxyServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/servlet/ResourcesFilesServlet.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/servlet/ResourcesFilesServlet.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/servlet/ResourcesFilesServlet.php (original)
+++ shindig/trunk/php/src/gadgets/servlet/ResourcesFilesServlet.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -30,4 +30,4 @@ class ResourcesFilesServlet extends File
   protected function getRequestUri() {
     return str_replace('/gadgets/resources/', '', $_SERVER["REQUEST_URI"]);
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/templates/DataPipelining.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/templates/DataPipelining.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/templates/DataPipelining.php (original)
+++ shindig/trunk/php/src/gadgets/templates/DataPipelining.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/templates/ExpLexer.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/templates/ExpLexer.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/templates/ExpLexer.php (original)
+++ shindig/trunk/php/src/gadgets/templates/ExpLexer.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -391,4 +391,4 @@ class ExpLexer {
     }
     if (count($stack) != 0) throw new ExpLexerException("Unbalanced expression");
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/templates/ExpParser.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/templates/ExpParser.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/templates/ExpParser.php (original)
+++ shindig/trunk/php/src/gadgets/templates/ExpParser.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -285,4 +285,4 @@ class ExpParser {
     if (! $rigid && ($token->type == ExpType::$COMMA || $token->type == ExpType::$TERNARY)) return true;
     return false;
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/templates/ExpType.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/templates/ExpType.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/templates/ExpType.php (original)
+++ shindig/trunk/php/src/gadgets/templates/ExpType.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -154,4 +154,4 @@ class ExpType {
     }
     return $null;
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/templates/ExpressionParser.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/templates/ExpressionParser.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/templates/ExpressionParser.php (original)
+++ shindig/trunk/php/src/gadgets/templates/ExpressionParser.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -83,4 +83,4 @@ class ExpressionParser {
       return $val;
     }
   }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/gadgets/templates/TemplateLibrary.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/templates/TemplateLibrary.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/templates/TemplateLibrary.php (original)
+++ shindig/trunk/php/src/gadgets/templates/TemplateLibrary.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/gadgets/templates/TemplateParser.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/gadgets/templates/TemplateParser.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/gadgets/templates/TemplateParser.php (original)
+++ shindig/trunk/php/src/gadgets/templates/TemplateParser.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/social/converters/InputActivitiesConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputActivitiesConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputActivitiesConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputActivitiesConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -37,4 +37,4 @@ class InputActivitiesConverter extends I
         $xml = InputBasicXmlConverter::loadString($requestParam);
         return InputBasicXmlConverter::convertActivities($xml, $xml->activity);
     }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/InputAlbumsConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputAlbumsConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputAlbumsConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputAlbumsConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -37,4 +37,4 @@ class InputAlbumsConverter extends Input
         $xml = InputBasicXmlConverter::loadString($requestParam);
         return InputBasicXmlConverter::convertAlbums($xml, $xml);
     }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/InputAppDataConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputAppDataConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputAppDataConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputAppDataConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -53,4 +53,4 @@ class InputAppDataConverter extends Inpu
         }
         return $data;
     }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/InputBasicXmlConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputBasicXmlConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputBasicXmlConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputBasicXmlConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/social/converters/InputConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -33,4 +33,4 @@ abstract class InputConverter {
 
   abstract public function convertXml($requestParam);
 
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/InputInvalidateConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputInvalidateConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputInvalidateConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputInvalidateConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -32,4 +32,4 @@ class InputInvalidateConverter extends I
     public function convertXml($requestParam) {
         return $this->convertJson($requestParam);
     }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/InputMediaItemsConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputMediaItemsConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputMediaItemsConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputMediaItemsConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -39,4 +39,4 @@ class InputMediaItemsConverter extends I
         $xml = InputBasicXmlConverter::loadString($requestParam);
         return InputBasicXmlConverter::convertMediaItems($xml, $xml);
     }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/InputMessagesConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputMessagesConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputMessagesConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputMessagesConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -37,4 +37,4 @@ class InputMessagesConverter extends Inp
         $xml = InputBasicXmlConverter::loadString($requestParam);
         return InputBasicXmlConverter::convertMessages($requestParam, $xml, $xml->body);
     }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/InputPeopleConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/InputPeopleConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/InputPeopleConverter.php (original)
+++ shindig/trunk/php/src/social/converters/InputPeopleConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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
@@ -31,4 +31,4 @@ class InputPeopleConverter extends Input
     public function convertXml($requestParam) {
         throw new SocialSpiException("Operation not supported", ResponseError::$NOT_IMPLEMENTED);
     }
-}
\ No newline at end of file
+}

Modified: shindig/trunk/php/src/social/converters/OutputAtomConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/OutputAtomConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/OutputAtomConverter.php (original)
+++ shindig/trunk/php/src/social/converters/OutputAtomConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/social/converters/OutputBasicXmlConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/OutputBasicXmlConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/OutputBasicXmlConverter.php (original)
+++ shindig/trunk/php/src/social/converters/OutputBasicXmlConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/social/converters/OutputConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/OutputConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/OutputConverter.php (original)
+++ shindig/trunk/php/src/social/converters/OutputConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/social/converters/OutputJsonConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/OutputJsonConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/OutputJsonConverter.php (original)
+++ shindig/trunk/php/src/social/converters/OutputJsonConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/social/converters/OutputXmlConverter.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/converters/OutputXmlConverter.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/converters/OutputXmlConverter.php (original)
+++ shindig/trunk/php/src/social/converters/OutputXmlConverter.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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

Modified: shindig/trunk/php/src/social/model/Account.php
URL: http://svn.apache.org/viewvc/shindig/trunk/php/src/social/model/Account.php?rev=999110&r1=999109&r2=999110&view=diff
==============================================================================
--- shindig/trunk/php/src/social/model/Account.php (original)
+++ shindig/trunk/php/src/social/model/Account.php Mon Sep 20 20:39:50 2010
@@ -1,5 +1,5 @@
 <?php
-/**
+/*
  * 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