Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
License switch
Browse files Browse the repository at this point in the history
Changed license to Dual Licenses, Affero GPL + Commercially available
license - AKA; Quid Pro Quo
  • Loading branch information
Thomas Hansen committed Oct 7, 2016
1 parent 1703dc5 commit 8ee876e
Show file tree
Hide file tree
Showing 270 changed files with 5,169 additions and 408 deletions.
28 changes: 3 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,28 +104,6 @@ the "samples" folder.
## License

Phosphorus Five is free and open source software, and licensed under the terms
of the MIT license, which basically allows you to do anything you wish with it,
except from removing the copyright notice, and/or sue me for problems arising from
the use of the software.

The MIT License (MIT)

Copyright (c) 2014-2016 Thomas Hansen, phosphorusfive@gmail.com

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
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
of the Affero GPL license, in addition to a commercial license. Read more about
our Quid Pro Quo license terms at our website at [GaiaSoul.Com](http://gaiasoul.com).

20 changes: 19 additions & 1 deletion core/lambda.exe/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System;
Expand Down
23 changes: 20 additions & 3 deletions core/lambda.exe/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@

/*
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details.
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System.Reflection;
Expand Down
23 changes: 20 additions & 3 deletions core/p5.ajax/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@

/*
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details.
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System.Reflection;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/AjaxPage.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details.
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/IAjaxPage.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details.
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/Manager.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System.Web.UI;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/Utilities.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System.Linq;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/WebMethod.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/filters/Filter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System.IO;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/filters/HtmlFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/filters/JsonFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System.IO;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/internals/Attribute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

/// <summary>
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/internals/AttributeStorage.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System;
Expand Down
20 changes: 19 additions & 1 deletion core/p5.ajax/core/internals/StatePersister.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
/*
* Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com
* Phosphorus Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details.
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Phosphorus Five is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
* If you cannot for some reasons use the Affero GPL license, Phosphorus
* Five is also commercially available under Quid Pro Quo terms. Check
* out our website at http://gaiasoul.com for more details.
*/

using System;
Expand Down
Loading

0 comments on commit 8ee876e

Please sign in to comment.