Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
20cbe625
Commit
20cbe625
authored
Aug 17, 2011
by
Gasol Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copyright
parent
909f6509
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
8 deletions
+17
-8
library/Solarium/Client/Adapter/PeclHttp.php
library/Solarium/Client/Adapter/PeclHttp.php
+3
-2
library/Solarium/Client/RequestBuilder/MoreLikeThis.php
library/Solarium/Client/RequestBuilder/MoreLikeThis.php
+4
-1
library/Solarium/Client/ResponseParser/MoreLikeThis.php
library/Solarium/Client/ResponseParser/MoreLikeThis.php
+3
-2
library/Solarium/Query/MoreLikeThis.php
library/Solarium/Query/MoreLikeThis.php
+4
-1
library/Solarium/Result/MoreLikeThis.php
library/Solarium/Result/MoreLikeThis.php
+3
-2
No files found.
library/Solarium/Client/Adapter/PeclHttp.php
View file @
20cbe625
<?php
<?php
/**
/**
* Copyright 2011 Bas de Nooijer. All rights reserved.
* Copyright 2011 Gasol Wu. PIXNET Digital Media Corporation.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* modification, are permitted provided that the following conditions are met:
...
@@ -28,7 +29,7 @@
...
@@ -28,7 +29,7 @@
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
*
* @copyright Copyright 2011
Bas de Nooijer <solarium@raspberry.nl
>
* @copyright Copyright 2011
Gasol Wu <gasol.wu@gmail.com
>
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @link http://www.solarium-project.org/
* @link http://www.solarium-project.org/
*
*
...
...
library/Solarium/Client/RequestBuilder/MoreLikeThis.php
View file @
20cbe625
<?php
<?php
/**
/**
* Copyright 2011 Bas de Nooijer. All rights reserved.
* Copyright 2011 Bas de Nooijer.
* Copyright 2011 Gasol Wu. PIXNET Digital Media Corporation.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* modification, are permitted provided that the following conditions are met:
...
@@ -29,6 +31,7 @@
...
@@ -29,6 +31,7 @@
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @copyright Copyright 2011 Gasol Wu <gasol.wu@gmail.com>
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @link http://www.solarium-project.org/
* @link http://www.solarium-project.org/
*
*
...
...
library/Solarium/Client/ResponseParser/MoreLikeThis.php
View file @
20cbe625
<?php
<?php
/**
/**
* Copyright 2011 Bas de Nooijer. All rights reserved.
* Copyright 2011 Gasol Wu. PIXNET Digital Media Corporation.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* modification, are permitted provided that the following conditions are met:
...
@@ -28,7 +29,7 @@
...
@@ -28,7 +29,7 @@
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
*
* @copyright Copyright 2011
Bas de Nooijer <solarium@raspberry.nl
>
* @copyright Copyright 2011
Gasol Wu <gasol.wu@gmail.com
>
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @link http://www.solarium-project.org/
* @link http://www.solarium-project.org/
*
*
...
...
library/Solarium/Query/MoreLikeThis.php
View file @
20cbe625
<?php
<?php
/**
/**
* Copyright 2011 Bas de Nooijer. All rights reserved.
* Copyright 2011 Bas de Nooijer.
* Copyright 2011 Gasol Wu. PIXNET Digital Media Corporation.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* modification, are permitted provided that the following conditions are met:
...
@@ -29,6 +31,7 @@
...
@@ -29,6 +31,7 @@
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @copyright Copyright 2011 Gasol Wu <gasol.wu@gmail.com>
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @link http://www.solarium-project.org/
* @link http://www.solarium-project.org/
*
*
...
...
library/Solarium/Result/MoreLikeThis.php
View file @
20cbe625
<?php
<?php
/**
/**
* Copyright 2011 Bas de Nooijer. All rights reserved.
* Copyright 2011 Gasol Wu. PIXNET Digital Media Corporation.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* modification, are permitted provided that the following conditions are met:
...
@@ -28,7 +29,7 @@
...
@@ -28,7 +29,7 @@
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
*
* @copyright Copyright 2011
Bas de Nooijer <solarium@raspberry.nl
>
* @copyright Copyright 2011
Gasol Wu <gasol.wu@gmail.com
>
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @license http://github.com/basdenooijer/solarium/raw/master/COPYING
* @link http://www.solarium-project.org/
* @link http://www.solarium-project.org/
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment