Author: toby
Date: Fri Jul 30 15:42:01 2010
New Revision: 980864
URL: http://svn.apache.org/viewvc?rev=980864&view=rev
Log:
- Fixed: Adjusted source headers of SignalSlot to Apache license.
Modified:
incubator/zetacomponents/trunk/SignalSlot/src/exceptions/signalslot_exception.php
incubator/zetacomponents/trunk/SignalSlot/src/interfaces/static_connections_base.php
incubator/zetacomponents/trunk/SignalSlot/src/internal/callback_comparer.php
incubator/zetacomponents/trunk/SignalSlot/src/options/options.php
incubator/zetacomponents/trunk/SignalSlot/src/signal_autoload.php
incubator/zetacomponents/trunk/SignalSlot/src/signal_collection.php
incubator/zetacomponents/trunk/SignalSlot/src/static_connections.php
incubator/zetacomponents/trunk/SignalSlot/tests/options_test.php
incubator/zetacomponents/trunk/SignalSlot/tests/signal_collection_test.php
incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_base_test.php
incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_test.php
incubator/zetacomponents/trunk/SignalSlot/tests/suite.php
incubator/zetacomponents/trunk/SignalSlot/tests/test_classes.php
Modified: incubator/zetacomponents/trunk/SignalSlot/src/exceptions/signalslot_exception.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/src/exceptions/signalslot_exception.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/src/exceptions/signalslot_exception.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/src/exceptions/signalslot_exception.php Fri
Jul 30 15:42:01 2010
@@ -2,10 +2,27 @@
/**
* File containing the ezcSignalSlotException class
*
+ * 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.
+ *
* @package SignalSlot
* @version //autogen//
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
* ezcSignalSlotExceptions are thrown when an exceptional state
Modified: incubator/zetacomponents/trunk/SignalSlot/src/interfaces/static_connections_base.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/src/interfaces/static_connections_base.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/src/interfaces/static_connections_base.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/src/interfaces/static_connections_base.php Fri
Jul 30 15:42:01 2010
@@ -2,10 +2,27 @@
/**
* File containing the ezcSignalStaticConnectionsBase interface
*
+ * 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.
+ *
* @package SignalSlot
* @version //autogen//
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
Modified: incubator/zetacomponents/trunk/SignalSlot/src/internal/callback_comparer.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/src/internal/callback_comparer.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/src/internal/callback_comparer.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/src/internal/callback_comparer.php Fri Jul 30
15:42:01 2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/src/options/options.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/src/options/options.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/src/options/options.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/src/options/options.php Fri Jul 30 15:42:01
2010
@@ -2,10 +2,27 @@
/**
* File containing the ezcConsoleStatusbarOptions class.
*
+ * 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.
+ *
* @package SignalSlot
* @version //autogentag//
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @filesource
*/
Modified: incubator/zetacomponents/trunk/SignalSlot/src/signal_autoload.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/src/signal_autoload.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/src/signal_autoload.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/src/signal_autoload.php Fri Jul 30 15:42:01
2010
@@ -2,8 +2,25 @@
/**
* Autoloader definition for the SignalSlot component.
*
+ * 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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/src/signal_collection.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/src/signal_collection.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/src/signal_collection.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/src/signal_collection.php Fri Jul 30 15:42:01
2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/src/static_connections.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/src/static_connections.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/src/static_connections.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/src/static_connections.php Fri Jul 30 15:42:01
2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/tests/options_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/tests/options_test.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/tests/options_test.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/tests/options_test.php Fri Jul 30 15:42:01 2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/tests/signal_collection_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/tests/signal_collection_test.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/tests/signal_collection_test.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/tests/signal_collection_test.php Fri Jul 30
15:42:01 2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_base_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_base_test.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_base_test.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_base_test.php Fri Jul
30 15:42:01 2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_test.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_test.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/tests/static_connections_test.php Fri Jul 30
15:42:01 2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/tests/suite.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/tests/suite.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/tests/suite.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/tests/suite.php Fri Jul 30 15:42:01 2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
Modified: incubator/zetacomponents/trunk/SignalSlot/tests/test_classes.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/SignalSlot/tests/test_classes.php?rev=980864&r1=980863&r2=980864&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/SignalSlot/tests/test_classes.php (original)
+++ incubator/zetacomponents/trunk/SignalSlot/tests/test_classes.php Fri Jul 30 15:42:01 2010
@@ -1,7 +1,25 @@
<?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.
+ *
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package SignalSlot
|