Skip to content

Commit

Permalink
removed copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhodri Davies committed Sep 8, 2011
1 parent a63b33f commit 759ba83
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 48 deletions.
3 changes: 0 additions & 3 deletions lib/Helios/Aspect.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down
5 changes: 1 addition & 4 deletions lib/Helios/Collection.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down Expand Up @@ -286,4 +283,4 @@ public function areRecordsGrouped()
return ( isset( $params[ 'group' ] ) && $params[ 'group' ] == true );
}

}
}
3 changes: 0 additions & 3 deletions lib/Helios/Config.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies
* @version 0.1
*
*/
Expand Down
5 changes: 1 addition & 4 deletions lib/Helios/Connection.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies
* @version 0.1
*
*/
Expand Down Expand Up @@ -158,4 +155,4 @@ public function setAutoCommit( $autoCommit )
$this->autoCommit = $autoCommit;
}

}
}
5 changes: 1 addition & 4 deletions lib/Helios/Document.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down Expand Up @@ -188,4 +185,4 @@ public function toArray()
return $document;
}

}
}
5 changes: 1 addition & 4 deletions lib/Helios/Exception.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies
* @version 0.1
*
*/
Expand All @@ -35,4 +32,4 @@
class Exception extends \Exception
{

}
}
3 changes: 0 additions & 3 deletions lib/Helios/Facet.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down
5 changes: 1 addition & 4 deletions lib/Helios/HQL.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down Expand Up @@ -946,4 +943,4 @@ private function _complexWhere( $fieldName, array $terms, $and )
return array( $where, $params );
}

}
}
5 changes: 1 addition & 4 deletions lib/Helios/Helios.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down Expand Up @@ -106,4 +103,4 @@ static public function destroy( )
{
self::$heliosConfig = null;
}
}
}
3 changes: 0 additions & 3 deletions lib/Helios/Hydrator.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down
5 changes: 1 addition & 4 deletions lib/Helios/Request.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down Expand Up @@ -200,4 +197,4 @@ public function getCurrentPage( )
return ( $page > 0 ) ? $page : 1 ;
}

}
}
5 changes: 1 addition & 4 deletions lib/Helios/Tag.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies (http://github.com/rhodrid)
* @version 0.1
*
*/
Expand Down Expand Up @@ -105,4 +102,4 @@ public function setTally( $tally )
}


}
}
5 changes: 1 addition & 4 deletions lib/Helios/Value.php
@@ -1,8 +1,6 @@
<?php

/**
* Copyright (c) 2010 Rhodri Davies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand All @@ -25,7 +23,6 @@
* Helios - PHP Solr Client
*
* @package Helios
* @author Rhodri Davies
* @version 0.1
*
*/
Expand Down Expand Up @@ -100,4 +97,4 @@ public function fuzz( $fuzz = null )
$this->fuzz = "~$fuzz";
}

}
}

0 comments on commit 759ba83

Please sign in to comment.