Author: chabotc
Date: Wed Nov 19 00:50:59 2008
New Revision: 718907

URL: http://svn.apache.org/viewvc?rev=718907&view=rev
Log:
Fixed up some missing license headers in unittests

Modified:
    incubator/shindig/trunk/php/test/common/BasicBlobCrypterTest.php
    incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php
    incubator/shindig/trunk/php/test/common/BasicSecurityTokenTest.php
    incubator/shindig/trunk/php/test/gadgets/BasicGadgetBlacklistTest.php

Modified: incubator/shindig/trunk/php/test/common/BasicBlobCrypterTest.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/common/BasicBlobCrypterTest.php?rev=718907&r1=718906&r2=718907&view=diff
==============================================================================
--- incubator/shindig/trunk/php/test/common/BasicBlobCrypterTest.php (original)
+++ incubator/shindig/trunk/php/test/common/BasicBlobCrypterTest.php Wed Nov 19 
00:50:59 2008
@@ -1,4 +1,22 @@
 <?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.
+ */
 
 /**
  * BasicBlobCrypter test case.

Modified: incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php?rev=718907&r1=718906&r2=718907&view=diff
==============================================================================
--- incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php 
(original)
+++ incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php Wed Nov 
19 00:50:59 2008
@@ -1,4 +1,22 @@
 <?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.
+ */
 
 require_once 'src/common/sample/BasicRemoteContent.php';
 

Modified: incubator/shindig/trunk/php/test/common/BasicSecurityTokenTest.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/common/BasicSecurityTokenTest.php?rev=718907&r1=718906&r2=718907&view=diff
==============================================================================
--- incubator/shindig/trunk/php/test/common/BasicSecurityTokenTest.php 
(original)
+++ incubator/shindig/trunk/php/test/common/BasicSecurityTokenTest.php Wed Nov 
19 00:50:59 2008
@@ -1,4 +1,22 @@
 <?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.
+ */
 
 require_once 'src/common/sample/BasicSecurityToken.php';
 

Modified: incubator/shindig/trunk/php/test/gadgets/BasicGadgetBlacklistTest.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/gadgets/BasicGadgetBlacklistTest.php?rev=718907&r1=718906&r2=718907&view=diff
==============================================================================
--- incubator/shindig/trunk/php/test/gadgets/BasicGadgetBlacklistTest.php 
(original)
+++ incubator/shindig/trunk/php/test/gadgets/BasicGadgetBlacklistTest.php Wed 
Nov 19 00:50:59 2008
@@ -1,5 +1,4 @@
 <?php
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file


Reply via email to