You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2010/03/03 19:15:46 UTC

svn commit: r918610 - in /incubator/wookie/trunk/connector/php: HTTP_Response.php TestWookieService.php User.php Widget.php WidgetInstance.php WidgetInstances.php WookieConnectorExceptions.php WookieConnectorService.php WookieServerConnection.php

Author: rgardler
Date: Wed Mar  3 18:15:46 2010
New Revision: 918610

URL: http://svn.apache.org/viewvc?rev=918610&view=rev
Log:
Fix license header comments (thanks to Raido Kuli)

Modified:
    incubator/wookie/trunk/connector/php/HTTP_Response.php
    incubator/wookie/trunk/connector/php/TestWookieService.php
    incubator/wookie/trunk/connector/php/User.php
    incubator/wookie/trunk/connector/php/Widget.php
    incubator/wookie/trunk/connector/php/WidgetInstance.php
    incubator/wookie/trunk/connector/php/WidgetInstances.php
    incubator/wookie/trunk/connector/php/WookieConnectorExceptions.php
    incubator/wookie/trunk/connector/php/WookieConnectorService.php
    incubator/wookie/trunk/connector/php/WookieServerConnection.php

Modified: incubator/wookie/trunk/connector/php/HTTP_Response.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/HTTP_Response.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/HTTP_Response.php (original)
+++ incubator/wookie/trunk/connector/php/HTTP_Response.php Wed Mar  3 18:15:46 2010
@@ -1,5 +1,5 @@
-<%--
-/*
+<?php
+/**
  *  Licensed 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
@@ -12,8 +12,7 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
+ 
 class HTTP_Response {
 	private $statusCode;
 	private $responseText;

Modified: incubator/wookie/trunk/connector/php/TestWookieService.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/TestWookieService.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/TestWookieService.php (original)
+++ incubator/wookie/trunk/connector/php/TestWookieService.php Wed Mar  3 18:15:46 2010
@@ -1,5 +1,5 @@
-<%--
-/*
+<?php
+/**
  *  Licensed 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
@@ -12,8 +12,6 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
 
 //test service
 ini_set('display_errors', 1);

Modified: incubator/wookie/trunk/connector/php/User.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/User.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/User.php (original)
+++ incubator/wookie/trunk/connector/php/User.php Wed Mar  3 18:15:46 2010
@@ -1,5 +1,5 @@
-<%--
-/*
+<?php
+/**
  *  Licensed 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
@@ -12,8 +12,6 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
 
 /**
  * A user represents a possible user of a widget. This class provides a standard way

Modified: incubator/wookie/trunk/connector/php/Widget.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/Widget.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/Widget.php (original)
+++ incubator/wookie/trunk/connector/php/Widget.php Wed Mar  3 18:15:46 2010
@@ -1,5 +1,5 @@
-<%--
-/*
+<?php
+/**
  *  Licensed 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
@@ -12,8 +12,8 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
+
+
 /**
  * A client side representation of a widget. 
  * 

Modified: incubator/wookie/trunk/connector/php/WidgetInstance.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/WidgetInstance.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/WidgetInstance.php (original)
+++ incubator/wookie/trunk/connector/php/WidgetInstance.php Wed Mar  3 18:15:46 2010
@@ -1,4 +1,4 @@
-<%--
+<?php
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -12,8 +12,6 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
 
 /**
  * An instance of a widget for use on the client.

Modified: incubator/wookie/trunk/connector/php/WidgetInstances.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/WidgetInstances.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/WidgetInstances.php (original)
+++ incubator/wookie/trunk/connector/php/WidgetInstances.php Wed Mar  3 18:15:46 2010
@@ -1,4 +1,4 @@
-<%--
+<?php
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -12,8 +12,6 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
 
 /**
  * A collection of known widget instances available to a host.

Modified: incubator/wookie/trunk/connector/php/WookieConnectorExceptions.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/WookieConnectorExceptions.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/WookieConnectorExceptions.php (original)
+++ incubator/wookie/trunk/connector/php/WookieConnectorExceptions.php Wed Mar  3 18:15:46 2010
@@ -1,4 +1,4 @@
-<%--
+<?php
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -12,8 +12,6 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
 
 class WookieConnectorException extends Exception {
 

Modified: incubator/wookie/trunk/connector/php/WookieConnectorService.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/WookieConnectorService.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/WookieConnectorService.php (original)
+++ incubator/wookie/trunk/connector/php/WookieConnectorService.php Wed Mar  3 18:15:46 2010
@@ -1,4 +1,4 @@
-<%--
+<?php
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -12,8 +12,6 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
 
 require("WookieConnectorExceptions.php");
 require("WookieServerConnection.php");

Modified: incubator/wookie/trunk/connector/php/WookieServerConnection.php
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/php/WookieServerConnection.php?rev=918610&r1=918609&r2=918610&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/php/WookieServerConnection.php (original)
+++ incubator/wookie/trunk/connector/php/WookieServerConnection.php Wed Mar  3 18:15:46 2010
@@ -1,4 +1,4 @@
-<%--
+<?php
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -12,8 +12,6 @@
  *  See the License for the specific language governing permissions and
  * limitations under the License.
  */
---%>
-<?php
 
 /**
  * A connection to a Wookie server. This maintains the necessary data for