From 8ee876e8d681066da3b2cee23b946ea5a53156da Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Sat, 8 Oct 2016 01:43:46 +0300 Subject: [PATCH] License switch Changed license to Dual Licenses, Affero GPL + Commercially available license - AKA; Quid Pro Quo --- README.md | 28 ++------------ core/lambda.exe/Program.cs | 20 +++++++++- core/lambda.exe/Properties/AssemblyInfo.cs | 23 +++++++++-- core/p5.ajax/Properties/AssemblyInfo.cs | 23 +++++++++-- core/p5.ajax/core/AjaxPage.cs | 20 +++++++++- core/p5.ajax/core/IAjaxPage.cs | 20 +++++++++- core/p5.ajax/core/Manager.cs | 20 +++++++++- core/p5.ajax/core/Utilities.cs | 20 +++++++++- core/p5.ajax/core/WebMethod.cs | 20 +++++++++- core/p5.ajax/core/filters/Filter.cs | 20 +++++++++- core/p5.ajax/core/filters/HtmlFilter.cs | 20 +++++++++- core/p5.ajax/core/filters/JsonFilter.cs | 20 +++++++++- core/p5.ajax/core/internals/Attribute.cs | 20 +++++++++- .../core/internals/AttributeStorage.cs | 20 +++++++++- core/p5.ajax/core/internals/StatePersister.cs | 20 +++++++++- core/p5.ajax/javascript/manager.js | 21 +++++++++- core/p5.ajax/widgets/Container.cs | 20 +++++++++- core/p5.ajax/widgets/Literal.cs | 20 +++++++++- core/p5.ajax/widgets/Void.cs | 20 +++++++++- core/p5.ajax/widgets/Widget.cs | 20 +++++++++- core/p5.core/ActiveEventArgs.cs | 20 +++++++++- core/p5.core/ActiveEventAttribute.cs | 20 +++++++++- core/p5.core/ActiveEvents.cs | 20 +++++++++- core/p5.core/ApplicationContext.cs | 20 +++++++++- core/p5.core/Loader.cs | 20 +++++++++- core/p5.core/Node.cs | 21 +++++++++- core/p5.core/Properties/AssemblyInfo.cs | 23 +++++++++-- core/p5.core/Utilities.cs | 20 +++++++++- core/p5.exp/Expression.cs | 20 +++++++++- core/p5.exp/Logical.cs | 20 +++++++++- core/p5.exp/Match.cs | 20 +++++++++- core/p5.exp/NodeExtensions.cs | 20 +++++++++- core/p5.exp/Properties/AssemblyInfo.cs | 23 +++++++++-- core/p5.exp/Tokenizer.cs | 20 +++++++++- core/p5.exp/XUtil.cs | 20 +++++++++- core/p5.exp/exceptions/ExpressionException.cs | 20 +++++++++- core/p5.exp/exceptions/LambdaException.cs | 20 +++++++++- .../exceptions/LambdaSecurityException.cs | 20 +++++++++- core/p5.exp/iterators/Iterator.cs | 20 +++++++++- core/p5.exp/iterators/IteratorChildren.cs | 20 +++++++++- core/p5.exp/iterators/IteratorDescendants.cs | 20 +++++++++- core/p5.exp/iterators/IteratorDistinctName.cs | 20 +++++++++- .../p5.exp/iterators/IteratorDistinctValue.cs | 20 +++++++++- core/p5.exp/iterators/IteratorGroup.cs | 20 +++++++++- core/p5.exp/iterators/IteratorIdentity.cs | 20 +++++++++- core/p5.exp/iterators/IteratorModulo.cs | 20 +++++++++- core/p5.exp/iterators/IteratorNamed.cs | 20 +++++++++- .../p5.exp/iterators/IteratorNamedAncestor.cs | 20 +++++++++- .../p5.exp/iterators/IteratorNumberedChild.cs | 20 +++++++++- core/p5.exp/iterators/IteratorParent.cs | 20 +++++++++- core/p5.exp/iterators/IteratorRange.cs | 20 +++++++++- core/p5.exp/iterators/IteratorReference.cs | 20 +++++++++- core/p5.exp/iterators/IteratorRoot.cs | 20 +++++++++- core/p5.exp/iterators/IteratorShiftLeft.cs | 20 +++++++++- core/p5.exp/iterators/IteratorShiftRight.cs | 20 +++++++++- core/p5.exp/iterators/IteratorSibling.cs | 20 +++++++++- core/p5.exp/iterators/IteratorValued.cs | 20 +++++++++- core/p5.exp/matchentities/MatchCountEntity.cs | 20 +++++++++- core/p5.exp/matchentities/MatchEntity.cs | 20 +++++++++- core/p5.exp/matchentities/MatchNameEntity.cs | 20 +++++++++- core/p5.exp/matchentities/MatchNodeEntity.cs | 20 +++++++++- core/p5.exp/matchentities/MatchValueEntity.cs | 20 +++++++++- core/p5.webapp/Default.aspx.cs | 20 +++++++++- core/p5.webapp/Global.asax.cs | 20 +++++++++- core/p5.webapp/code/PhosphorusPage.cs | 20 +++++++++- .../code/configuration/ActiveEventAssembly.cs | 20 +++++++++- .../ActiveEventAssemblyCollection.cs | 20 +++++++++- .../configuration/PhosphorusConfiguration.cs | 20 +++++++++- core/p5.webapp/media/css/main.css | 24 ++++++++++-- core/p5.webapp/media/css/navbar.css | 22 +++++++++++ p5.sln | 3 +- plugins/extras/p5.crypto/CSRandomString.cs | 22 ++++++++++- plugins/extras/p5.crypto/Hash.cs | 22 ++++++++++- .../p5.crypto/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.flickrnet/FlickrNet.cs | 21 ++++++++-- .../p5.flickrnet/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.html/Html2Lambda.cs | 20 +++++++++- plugins/extras/p5.html/HtmlEncoder.cs | 20 +++++++++- plugins/extras/p5.html/Lambda2Html.cs | 20 +++++++++- .../extras/p5.html/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.html/UrlEncoder.cs | 20 +++++++++- plugins/extras/p5.imaging/Helpers/Helpers.cs | 20 +++++++++- .../p5.imaging/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.imaging/Resizing.cs | 20 +++++++++- .../p5.io.authorization/Authorization.cs | 20 +++++++++- .../Properties/AssemblyInfo.cs | 23 +++++++++-- .../helpers/AuthorizationHelper.cs | 20 +++++++++- plugins/extras/p5.io.zip/Helpers/Helpers.cs | 20 +++++++++- .../extras/p5.io.zip/Helpers/ZipCreator.cs | 20 +++++++++- .../p5.io.zip/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.io.zip/UnZipper.cs | 20 +++++++++- plugins/extras/p5.io.zip/Zipper.cs | 20 +++++++++- plugins/extras/p5.mail/Pop3.cs | 20 +++++++++- .../extras/p5.mail/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.mail/Smtp.cs | 20 +++++++++- plugins/extras/p5.mail/helpers/Common.cs | 20 +++++++++- plugins/extras/p5.mime/CreatePgpKeyPair.cs | 20 +++++++++- plugins/extras/p5.mime/GnuPGKeys.cs | 20 +++++++++- plugins/extras/p5.mime/ImportPGPKey.cs | 20 +++++++++- plugins/extras/p5.mime/MimeCreate.cs | 20 +++++++++- plugins/extras/p5.mime/MimeInit.cs | 20 +++++++++- plugins/extras/p5.mime/MimeLoad.cs | 20 +++++++++- plugins/extras/p5.mime/MimeParse.cs | 20 +++++++++- plugins/extras/p5.mime/MimeSave.cs | 20 +++++++++- .../extras/p5.mime/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.mime/helpers/Common.cs | 20 +++++++++- .../p5.mime/helpers/GnuPrivacyContext.cs | 20 +++++++++- plugins/extras/p5.mime/helpers/MimeCreator.cs | 20 +++++++++- plugins/extras/p5.mime/helpers/MimeParser.cs | 20 +++++++++- plugins/extras/p5.mime/plugins/Echo.cs | 20 +++++++++- plugins/extras/p5.mime/plugins/HttpRequest.cs | 20 +++++++++- plugins/extras/p5.mime/plugins/Request.cs | 20 +++++++++- plugins/extras/p5.mongo/Aggregate.cs | 20 +++++++++- plugins/extras/p5.mongo/Delete.cs | 20 +++++++++- plugins/extras/p5.mongo/Find.cs | 20 +++++++++- plugins/extras/p5.mongo/Helpers/Database.cs | 20 +++++++++- .../extras/p5.mongo/Helpers/DocumentParser.cs | 20 +++++++++- plugins/extras/p5.mongo/Helpers/Filter.cs | 20 +++++++++- .../extras/p5.mongo/Helpers/ObjectIdType.cs | 20 +++++++++- plugins/extras/p5.mongo/Index.cs | 20 +++++++++- plugins/extras/p5.mongo/Insert.cs | 20 +++++++++- .../p5.mongo/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.net/HttpRequest.cs | 20 +++++++++- .../extras/p5.net/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.security/Common.cs | 22 +++++++++-- plugins/extras/p5.security/Profile.cs | 20 +++++++++- .../p5.security/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.security/Roles.cs | 20 +++++++++- plugins/extras/p5.security/Root.cs | 20 +++++++++- plugins/extras/p5.security/Users.cs | 20 +++++++++- .../extras/p5.security/helpers/AuthFile.cs | 20 +++++++++- .../helpers/AuthenticationHelper.cs | 20 +++++++++- plugins/extras/p5.threading/Fork.cs | 20 +++++++++- plugins/extras/p5.threading/Lock.cs | 20 +++++++++- .../p5.threading/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/extras/p5.threading/Sleep.cs | 20 +++++++++- plugins/extras/p5.threading/Wait.cs | 20 +++++++++- plugins/extras/p5.threading/helpers/Thread.cs | 20 +++++++++- .../extras/p5.xml/Properties/AssemblyInfo.cs | 24 ++++++++++-- plugins/extras/p5.xml/Xml2Lambda.cs | 20 +++++++++- plugins/p5.config/Config.cs | 20 +++++++++- plugins/p5.config/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.data/Delete.cs | 20 +++++++++- plugins/p5.data/Insert.cs | 20 +++++++++- plugins/p5.data/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.data/Select.cs | 20 +++++++++- plugins/p5.data/Update.cs | 22 +++++++++-- plugins/p5.data/helpers/Common.cs | 21 +++++++++- plugins/p5.events/Events.cs | 20 +++++++++- plugins/p5.events/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.hyperlambda/Hyperlambda.cs | 20 +++++++++- .../p5.hyperlambda/Properties/AssemblyInfo.cs | 23 +++++++++-- .../helpers/HyperlambdaBuilder.cs | 20 +++++++++- plugins/p5.hyperlambda/helpers/NodeBuilder.cs | 20 +++++++++- plugins/p5.hyperlambda/helpers/Token.cs | 20 +++++++++- plugins/p5.hyperlambda/helpers/Tokenizer.cs | 20 +++++++++- plugins/p5.io/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.io/common/Common.cs | 21 +++++++++- plugins/p5.io/common/MoveCopyHelper.cs | 20 +++++++++- plugins/p5.io/common/ObjectIterator.cs | 20 +++++++++- plugins/p5.io/file/Copy.cs | 20 +++++++++- plugins/p5.io/file/Delete.cs | 20 +++++++++- plugins/p5.io/file/Exist.cs | 20 +++++++++- plugins/p5.io/file/Load.cs | 20 +++++++++- plugins/p5.io/file/Move.cs | 20 +++++++++- plugins/p5.io/file/Save.cs | 20 +++++++++- plugins/p5.io/file/file-state/AccessTime.cs | 20 +++++++++- plugins/p5.io/file/file-state/CreationTime.cs | 20 +++++++++- plugins/p5.io/file/file-state/IsReadOnly.cs | 21 +++++++++- plugins/p5.io/file/file-state/Size.cs | 20 +++++++++- plugins/p5.io/folder/Copy.cs | 20 +++++++++- plugins/p5.io/folder/Create.cs | 20 +++++++++- plugins/p5.io/folder/Delete.cs | 21 +++++++++- plugins/p5.io/folder/Exist.cs | 21 +++++++++- plugins/p5.io/folder/ListFiles.cs | 22 +++++++++-- plugins/p5.io/folder/ListFolders.cs | 21 +++++++++- plugins/p5.io/folder/Move.cs | 22 +++++++++-- plugins/p5.lambda/Eval.cs | 20 +++++++++- plugins/p5.lambda/Properties/AssemblyInfo.cs | 23 +++++++++-- .../p5.lambda/helpers/ComparisonOperators.cs | 20 +++++++++- plugins/p5.lambda/helpers/Conditions.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Add.cs | 21 +++++++++- plugins/p5.lambda/keywords/core/Branching.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Break.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Continue.cs | 20 +++++++++- .../p5.lambda/keywords/core/EvalExpression.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Exceptions.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/ForEach.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Insert.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Return.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Set.cs | 21 +++++++++- plugins/p5.lambda/keywords/core/Src.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/Switch.cs | 20 +++++++++- plugins/p5.lambda/keywords/core/While.cs | 20 +++++++++- plugins/p5.lambda/keywords/extras/Apply.cs | 20 +++++++++- plugins/p5.lambda/keywords/extras/Fetch.cs | 20 +++++++++- plugins/p5.lambda/keywords/extras/Sort.cs | 20 +++++++++- plugins/p5.math/MathOperators.cs | 20 +++++++++- plugins/p5.math/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.strings/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.strings/keywords/IndexOf.cs | 20 +++++++++- plugins/p5.strings/keywords/Join.cs | 20 +++++++++- plugins/p5.strings/keywords/Length.cs | 20 +++++++++- plugins/p5.strings/keywords/Match.cs | 21 +++++++++- plugins/p5.strings/keywords/Replace.cs | 21 +++++++++- plugins/p5.strings/keywords/Split.cs | 20 +++++++++- plugins/p5.strings/keywords/ToLower.cs | 20 +++++++++- plugins/p5.strings/keywords/ToUpper.cs | 20 +++++++++- plugins/p5.strings/keywords/Trim.cs | 20 +++++++++- plugins/p5.types/CanConvert.cs | 20 +++++++++- plugins/p5.types/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.types/types/BigIntType.cs | 20 +++++++++- plugins/p5.types/types/BlobType.cs | 20 +++++++++- plugins/p5.types/types/BoolType.cs | 20 +++++++++- plugins/p5.types/types/ByteType.cs | 20 +++++++++- plugins/p5.types/types/CharType.cs | 20 +++++++++- plugins/p5.types/types/DateType.cs | 20 +++++++++- plugins/p5.types/types/DecimalType.cs | 20 +++++++++- plugins/p5.types/types/DoubleType.cs | 20 +++++++++- plugins/p5.types/types/ExpressionType.cs | 20 +++++++++- plugins/p5.types/types/FloatType.cs | 20 +++++++++- plugins/p5.types/types/GuidType.cs | 20 +++++++++- plugins/p5.types/types/IntType.cs | 20 +++++++++- plugins/p5.types/types/LongType.cs | 20 +++++++++- plugins/p5.types/types/NodeType.cs | 20 +++++++++- plugins/p5.types/types/RegexType.cs | 20 +++++++++- plugins/p5.types/types/SByteType.cs | 20 +++++++++- plugins/p5.types/types/ShortType.cs | 20 +++++++++- plugins/p5.types/types/StringType.cs | 20 +++++++++- plugins/p5.types/types/TimeType.cs | 20 +++++++++- plugins/p5.types/types/UIntType.cs | 20 +++++++++- plugins/p5.types/types/ULongType.cs | 20 +++++++++- plugins/p5.types/types/UShortType.cs | 20 +++++++++- plugins/p5.web/Initialiser.cs | 26 ++++++++++--- plugins/p5.web/PageManager.cs | 23 ++++++++++- plugins/p5.web/Properties/AssemblyInfo.cs | 23 +++++++++-- plugins/p5.web/request/Cookies.cs | 20 +++++++++- plugins/p5.web/request/Headers.cs | 20 +++++++++- plugins/p5.web/request/Parameters.cs | 20 +++++++++- plugins/p5.web/request/Request.cs | 20 +++++++++- plugins/p5.web/response/Cookies.cs | 20 +++++++++- plugins/p5.web/response/Echo.cs | 20 +++++++++- plugins/p5.web/response/Headers.cs | 21 +++++++++- plugins/p5.web/response/Status.cs | 21 +++++++++- plugins/p5.web/storage/Cache.cs | 20 +++++++++- plugins/p5.web/storage/Context.cs | 20 +++++++++- plugins/p5.web/storage/Globals.cs | 20 +++++++++- plugins/p5.web/storage/Session.cs | 20 +++++++++- plugins/p5.web/widgets/BaseWidget.cs | 23 ++++++++++- plugins/p5.web/widgets/WidgetAjaxEvents.cs | 23 ++++++++++- plugins/p5.web/widgets/WidgetCreator.cs | 23 ++++++++++- plugins/p5.web/widgets/WidgetLambdaEvents.cs | 24 ++++++++++-- plugins/p5.web/widgets/WidgetProperties.cs | 23 ++++++++++- plugins/p5.web/widgets/WidgetRetriever.cs | 23 ++++++++++- plugins/p5.web/widgets/WidgetTypes.cs | 24 ++++++++++-- .../widgets/helpers/WidgetEventStorage.cs | 20 +++++++++- .../Properties/AssemblyInfo.cs | 23 +++++++++-- .../SomeActiveEventHandler.cs | 30 ++++++++++++--- samples/p5.active-event-sample/Program.cs | 38 ++++++++++++++----- .../Properties/AssemblyInfo.cs | 23 +++++++++-- samples/p5.ajax-samples/Container.aspx.cs | 20 +++++++++- samples/p5.ajax-samples/Default.aspx.cs | 20 +++++++++- .../p5.ajax-samples/DynamicControls.aspx.cs | 20 +++++++++- samples/p5.ajax-samples/JavaScript.aspx.cs | 20 +++++++++- samples/p5.ajax-samples/Literal.aspx.cs | 20 +++++++++- samples/p5.ajax-samples/UnitTests.aspx.cs | 20 +++++++++- samples/p5.ajax-samples/Void.aspx.cs | 20 +++++++++- samples/p5.ajax-samples/media/main.css | 22 +++++++++++ samples/p5.ajax-samples/media/tests.css | 22 +++++++++++ samples/p5.ajax-samples/media/tests.js | 21 +++++++++- 270 files changed, 5169 insertions(+), 408 deletions(-) diff --git a/README.md b/README.md index 23d61673..841efcdf 100644 --- a/README.md +++ b/README.md @@ -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). + diff --git a/core/lambda.exe/Program.cs b/core/lambda.exe/Program.cs index ac428ddb..df998ffe 100644 --- a/core/lambda.exe/Program.cs +++ b/core/lambda.exe/Program.cs @@ -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 . + * + * 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; diff --git a/core/lambda.exe/Properties/AssemblyInfo.cs b/core/lambda.exe/Properties/AssemblyInfo.cs index f907276e..ff166378 100644 --- a/core/lambda.exe/Properties/AssemblyInfo.cs +++ b/core/lambda.exe/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/Properties/AssemblyInfo.cs b/core/p5.ajax/Properties/AssemblyInfo.cs index 7a645f53..5fc6e096 100644 --- a/core/p5.ajax/Properties/AssemblyInfo.cs +++ b/core/p5.ajax/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/AjaxPage.cs b/core/p5.ajax/core/AjaxPage.cs index 02afd016..8f23e91a 100644 --- a/core/p5.ajax/core/AjaxPage.cs +++ b/core/p5.ajax/core/AjaxPage.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/IAjaxPage.cs b/core/p5.ajax/core/IAjaxPage.cs index 313fb6e9..3ac40805 100644 --- a/core/p5.ajax/core/IAjaxPage.cs +++ b/core/p5.ajax/core/IAjaxPage.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/Manager.cs b/core/p5.ajax/core/Manager.cs index ee5e2310..c953d3e0 100644 --- a/core/p5.ajax/core/Manager.cs +++ b/core/p5.ajax/core/Manager.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/Utilities.cs b/core/p5.ajax/core/Utilities.cs index 6935d7e9..5f4fab50 100644 --- a/core/p5.ajax/core/Utilities.cs +++ b/core/p5.ajax/core/Utilities.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/WebMethod.cs b/core/p5.ajax/core/WebMethod.cs index 4077ec15..82f5fdb4 100644 --- a/core/p5.ajax/core/WebMethod.cs +++ b/core/p5.ajax/core/WebMethod.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/filters/Filter.cs b/core/p5.ajax/core/filters/Filter.cs index 308cb397..cec5b505 100644 --- a/core/p5.ajax/core/filters/Filter.cs +++ b/core/p5.ajax/core/filters/Filter.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/filters/HtmlFilter.cs b/core/p5.ajax/core/filters/HtmlFilter.cs index d6fbe37c..3e693628 100644 --- a/core/p5.ajax/core/filters/HtmlFilter.cs +++ b/core/p5.ajax/core/filters/HtmlFilter.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/filters/JsonFilter.cs b/core/p5.ajax/core/filters/JsonFilter.cs index b5641a42..b54a8ff5 100644 --- a/core/p5.ajax/core/filters/JsonFilter.cs +++ b/core/p5.ajax/core/filters/JsonFilter.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/internals/Attribute.cs b/core/p5.ajax/core/internals/Attribute.cs index 9226f133..f4c81edc 100644 --- a/core/p5.ajax/core/internals/Attribute.cs +++ b/core/p5.ajax/core/internals/Attribute.cs @@ -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 . + * + * 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. */ /// diff --git a/core/p5.ajax/core/internals/AttributeStorage.cs b/core/p5.ajax/core/internals/AttributeStorage.cs index d9b9f9d3..8ac3c7b1 100644 --- a/core/p5.ajax/core/internals/AttributeStorage.cs +++ b/core/p5.ajax/core/internals/AttributeStorage.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/core/internals/StatePersister.cs b/core/p5.ajax/core/internals/StatePersister.cs index c8e92349..2c292b15 100644 --- a/core/p5.ajax/core/internals/StatePersister.cs +++ b/core/p5.ajax/core/internals/StatePersister.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/javascript/manager.js b/core/p5.ajax/javascript/manager.js index 70501399..28108344 100644 --- a/core/p5.ajax/javascript/manager.js +++ b/core/p5.ajax/javascript/manager.js @@ -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 . + * + * 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. */ (function() { diff --git a/core/p5.ajax/widgets/Container.cs b/core/p5.ajax/widgets/Container.cs index 3269f053..24d01282 100644 --- a/core/p5.ajax/widgets/Container.cs +++ b/core/p5.ajax/widgets/Container.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/widgets/Literal.cs b/core/p5.ajax/widgets/Literal.cs index dde84776..af5cd8d3 100644 --- a/core/p5.ajax/widgets/Literal.cs +++ b/core/p5.ajax/widgets/Literal.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/widgets/Void.cs b/core/p5.ajax/widgets/Void.cs index 17cfabe2..e157dc80 100644 --- a/core/p5.ajax/widgets/Void.cs +++ b/core/p5.ajax/widgets/Void.cs @@ -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 . + * + * 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; diff --git a/core/p5.ajax/widgets/Widget.cs b/core/p5.ajax/widgets/Widget.cs index 82f67d35..4f9c4701 100644 --- a/core/p5.ajax/widgets/Widget.cs +++ b/core/p5.ajax/widgets/Widget.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/ActiveEventArgs.cs b/core/p5.core/ActiveEventArgs.cs index 6187359f..a92f7fb5 100644 --- a/core/p5.core/ActiveEventArgs.cs +++ b/core/p5.core/ActiveEventArgs.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/ActiveEventAttribute.cs b/core/p5.core/ActiveEventAttribute.cs index c3116883..8caa3574 100644 --- a/core/p5.core/ActiveEventAttribute.cs +++ b/core/p5.core/ActiveEventAttribute.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/ActiveEvents.cs b/core/p5.core/ActiveEvents.cs index a7bea469..0a075efc 100644 --- a/core/p5.core/ActiveEvents.cs +++ b/core/p5.core/ActiveEvents.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/ApplicationContext.cs b/core/p5.core/ApplicationContext.cs index ca96af62..1dd58e05 100644 --- a/core/p5.core/ApplicationContext.cs +++ b/core/p5.core/ApplicationContext.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/Loader.cs b/core/p5.core/Loader.cs index 69c80abd..8371773f 100644 --- a/core/p5.core/Loader.cs +++ b/core/p5.core/Loader.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/Node.cs b/core/p5.core/Node.cs index 7df4cfcc..1d0982d6 100644 --- a/core/p5.core/Node.cs +++ b/core/p5.core/Node.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/Properties/AssemblyInfo.cs b/core/p5.core/Properties/AssemblyInfo.cs index c0ec8e18..6fb1dbbf 100644 --- a/core/p5.core/Properties/AssemblyInfo.cs +++ b/core/p5.core/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/core/p5.core/Utilities.cs b/core/p5.core/Utilities.cs index 9d21473c..f916c8f1 100644 --- a/core/p5.core/Utilities.cs +++ b/core/p5.core/Utilities.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/Expression.cs b/core/p5.exp/Expression.cs index 4905cb8a..36123bd4 100644 --- a/core/p5.exp/Expression.cs +++ b/core/p5.exp/Expression.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/Logical.cs b/core/p5.exp/Logical.cs index a0d60109..3d630d8b 100644 --- a/core/p5.exp/Logical.cs +++ b/core/p5.exp/Logical.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/Match.cs b/core/p5.exp/Match.cs index 9527657a..3a53ee66 100644 --- a/core/p5.exp/Match.cs +++ b/core/p5.exp/Match.cs @@ -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 . + * + * 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.Collections; diff --git a/core/p5.exp/NodeExtensions.cs b/core/p5.exp/NodeExtensions.cs index a9a37000..27173f70 100644 --- a/core/p5.exp/NodeExtensions.cs +++ b/core/p5.exp/NodeExtensions.cs @@ -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 . + * + * 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 p5.core; diff --git a/core/p5.exp/Properties/AssemblyInfo.cs b/core/p5.exp/Properties/AssemblyInfo.cs index ead5ae37..05e3dad6 100644 --- a/core/p5.exp/Properties/AssemblyInfo.cs +++ b/core/p5.exp/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/Tokenizer.cs b/core/p5.exp/Tokenizer.cs index 081c4280..0856fcc3 100644 --- a/core/p5.exp/Tokenizer.cs +++ b/core/p5.exp/Tokenizer.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/XUtil.cs b/core/p5.exp/XUtil.cs index 696d6fbe..9386e31f 100644 --- a/core/p5.exp/XUtil.cs +++ b/core/p5.exp/XUtil.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/exceptions/ExpressionException.cs b/core/p5.exp/exceptions/ExpressionException.cs index 83a71fa2..004e0e3e 100644 --- a/core/p5.exp/exceptions/ExpressionException.cs +++ b/core/p5.exp/exceptions/ExpressionException.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/exceptions/LambdaException.cs b/core/p5.exp/exceptions/LambdaException.cs index cb1322d6..7df46f85 100644 --- a/core/p5.exp/exceptions/LambdaException.cs +++ b/core/p5.exp/exceptions/LambdaException.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/exceptions/LambdaSecurityException.cs b/core/p5.exp/exceptions/LambdaSecurityException.cs index 1970db45..c7a9cdee 100644 --- a/core/p5.exp/exceptions/LambdaSecurityException.cs +++ b/core/p5.exp/exceptions/LambdaSecurityException.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/Iterator.cs b/core/p5.exp/iterators/Iterator.cs index 86288a7a..cef3927c 100644 --- a/core/p5.exp/iterators/Iterator.cs +++ b/core/p5.exp/iterators/Iterator.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorChildren.cs b/core/p5.exp/iterators/IteratorChildren.cs index 64711eb4..9c25c35f 100644 --- a/core/p5.exp/iterators/IteratorChildren.cs +++ b/core/p5.exp/iterators/IteratorChildren.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorDescendants.cs b/core/p5.exp/iterators/IteratorDescendants.cs index 222e382e..3e550949 100644 --- a/core/p5.exp/iterators/IteratorDescendants.cs +++ b/core/p5.exp/iterators/IteratorDescendants.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorDistinctName.cs b/core/p5.exp/iterators/IteratorDistinctName.cs index ac35659d..bb5bb36d 100644 --- a/core/p5.exp/iterators/IteratorDistinctName.cs +++ b/core/p5.exp/iterators/IteratorDistinctName.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorDistinctValue.cs b/core/p5.exp/iterators/IteratorDistinctValue.cs index 04230082..eb0d8bbf 100644 --- a/core/p5.exp/iterators/IteratorDistinctValue.cs +++ b/core/p5.exp/iterators/IteratorDistinctValue.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorGroup.cs b/core/p5.exp/iterators/IteratorGroup.cs index 1018a9f4..5d3909c8 100644 --- a/core/p5.exp/iterators/IteratorGroup.cs +++ b/core/p5.exp/iterators/IteratorGroup.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorIdentity.cs b/core/p5.exp/iterators/IteratorIdentity.cs index c7207ccd..fa240afd 100644 --- a/core/p5.exp/iterators/IteratorIdentity.cs +++ b/core/p5.exp/iterators/IteratorIdentity.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorModulo.cs b/core/p5.exp/iterators/IteratorModulo.cs index 2158b582..696458e4 100644 --- a/core/p5.exp/iterators/IteratorModulo.cs +++ b/core/p5.exp/iterators/IteratorModulo.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorNamed.cs b/core/p5.exp/iterators/IteratorNamed.cs index 5c7739e5..39d40293 100644 --- a/core/p5.exp/iterators/IteratorNamed.cs +++ b/core/p5.exp/iterators/IteratorNamed.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorNamedAncestor.cs b/core/p5.exp/iterators/IteratorNamedAncestor.cs index bcb05ebe..42a0d11c 100644 --- a/core/p5.exp/iterators/IteratorNamedAncestor.cs +++ b/core/p5.exp/iterators/IteratorNamedAncestor.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorNumberedChild.cs b/core/p5.exp/iterators/IteratorNumberedChild.cs index d6c65892..c7eb0e29 100644 --- a/core/p5.exp/iterators/IteratorNumberedChild.cs +++ b/core/p5.exp/iterators/IteratorNumberedChild.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorParent.cs b/core/p5.exp/iterators/IteratorParent.cs index efeecb5d..7ada2b7e 100644 --- a/core/p5.exp/iterators/IteratorParent.cs +++ b/core/p5.exp/iterators/IteratorParent.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorRange.cs b/core/p5.exp/iterators/IteratorRange.cs index 37801b5c..c8d2f315 100644 --- a/core/p5.exp/iterators/IteratorRange.cs +++ b/core/p5.exp/iterators/IteratorRange.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorReference.cs b/core/p5.exp/iterators/IteratorReference.cs index 552bc214..7a4d6416 100644 --- a/core/p5.exp/iterators/IteratorReference.cs +++ b/core/p5.exp/iterators/IteratorReference.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorRoot.cs b/core/p5.exp/iterators/IteratorRoot.cs index 1f601d84..c178d86c 100644 --- a/core/p5.exp/iterators/IteratorRoot.cs +++ b/core/p5.exp/iterators/IteratorRoot.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorShiftLeft.cs b/core/p5.exp/iterators/IteratorShiftLeft.cs index b3bcd782..52e3e28c 100644 --- a/core/p5.exp/iterators/IteratorShiftLeft.cs +++ b/core/p5.exp/iterators/IteratorShiftLeft.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorShiftRight.cs b/core/p5.exp/iterators/IteratorShiftRight.cs index dde9209f..7100984b 100644 --- a/core/p5.exp/iterators/IteratorShiftRight.cs +++ b/core/p5.exp/iterators/IteratorShiftRight.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorSibling.cs b/core/p5.exp/iterators/IteratorSibling.cs index 43d96fcb..f30639d6 100644 --- a/core/p5.exp/iterators/IteratorSibling.cs +++ b/core/p5.exp/iterators/IteratorSibling.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/iterators/IteratorValued.cs b/core/p5.exp/iterators/IteratorValued.cs index 93697188..1a749961 100644 --- a/core/p5.exp/iterators/IteratorValued.cs +++ b/core/p5.exp/iterators/IteratorValued.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/matchentities/MatchCountEntity.cs b/core/p5.exp/matchentities/MatchCountEntity.cs index 28be6098..c6dd3e1a 100644 --- a/core/p5.exp/matchentities/MatchCountEntity.cs +++ b/core/p5.exp/matchentities/MatchCountEntity.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/matchentities/MatchEntity.cs b/core/p5.exp/matchentities/MatchEntity.cs index fdb71197..25cc1f52 100644 --- a/core/p5.exp/matchentities/MatchEntity.cs +++ b/core/p5.exp/matchentities/MatchEntity.cs @@ -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 . + * + * 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 p5.core; diff --git a/core/p5.exp/matchentities/MatchNameEntity.cs b/core/p5.exp/matchentities/MatchNameEntity.cs index 9c503635..bcedd97b 100644 --- a/core/p5.exp/matchentities/MatchNameEntity.cs +++ b/core/p5.exp/matchentities/MatchNameEntity.cs @@ -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 . + * + * 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 p5.core; diff --git a/core/p5.exp/matchentities/MatchNodeEntity.cs b/core/p5.exp/matchentities/MatchNodeEntity.cs index 80e9d132..18c66e79 100644 --- a/core/p5.exp/matchentities/MatchNodeEntity.cs +++ b/core/p5.exp/matchentities/MatchNodeEntity.cs @@ -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 . + * + * 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; diff --git a/core/p5.exp/matchentities/MatchValueEntity.cs b/core/p5.exp/matchentities/MatchValueEntity.cs index d0cf0207..209ec425 100644 --- a/core/p5.exp/matchentities/MatchValueEntity.cs +++ b/core/p5.exp/matchentities/MatchValueEntity.cs @@ -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 . + * + * 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 p5.core; diff --git a/core/p5.webapp/Default.aspx.cs b/core/p5.webapp/Default.aspx.cs index 6bacd09b..4fa9f750 100644 --- a/core/p5.webapp/Default.aspx.cs +++ b/core/p5.webapp/Default.aspx.cs @@ -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 . + * + * 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; diff --git a/core/p5.webapp/Global.asax.cs b/core/p5.webapp/Global.asax.cs index 6acaa857..89e8ebe9 100644 --- a/core/p5.webapp/Global.asax.cs +++ b/core/p5.webapp/Global.asax.cs @@ -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 . + * + * 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; diff --git a/core/p5.webapp/code/PhosphorusPage.cs b/core/p5.webapp/code/PhosphorusPage.cs index ea29a04e..8e9e89cd 100644 --- a/core/p5.webapp/code/PhosphorusPage.cs +++ b/core/p5.webapp/code/PhosphorusPage.cs @@ -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 . + * + * 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; diff --git a/core/p5.webapp/code/configuration/ActiveEventAssembly.cs b/core/p5.webapp/code/configuration/ActiveEventAssembly.cs index 69d2ef26..139e2569 100644 --- a/core/p5.webapp/code/configuration/ActiveEventAssembly.cs +++ b/core/p5.webapp/code/configuration/ActiveEventAssembly.cs @@ -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 . + * + * 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.Configuration; diff --git a/core/p5.webapp/code/configuration/ActiveEventAssemblyCollection.cs b/core/p5.webapp/code/configuration/ActiveEventAssemblyCollection.cs index 12baefc8..44cbe205 100644 --- a/core/p5.webapp/code/configuration/ActiveEventAssemblyCollection.cs +++ b/core/p5.webapp/code/configuration/ActiveEventAssemblyCollection.cs @@ -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 . + * + * 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.Configuration; diff --git a/core/p5.webapp/code/configuration/PhosphorusConfiguration.cs b/core/p5.webapp/code/configuration/PhosphorusConfiguration.cs index 60912766..be1e0577 100644 --- a/core/p5.webapp/code/configuration/PhosphorusConfiguration.cs +++ b/core/p5.webapp/code/configuration/PhosphorusConfiguration.cs @@ -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 . + * + * 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.Configuration; diff --git a/core/p5.webapp/media/css/main.css b/core/p5.webapp/media/css/main.css index da9d0831..5af03776 100644 --- a/core/p5.webapp/media/css/main.css +++ b/core/p5.webapp/media/css/main.css @@ -1,8 +1,24 @@ - - /* - * Contains the "default" CSS file for Phosphorus Five, - * which is included by all templates in the CSS. + * Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com + * + * 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 . + * + * 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. */ diff --git a/core/p5.webapp/media/css/navbar.css b/core/p5.webapp/media/css/navbar.css index e6286a0b..eaeeece1 100644 --- a/core/p5.webapp/media/css/navbar.css +++ b/core/p5.webapp/media/css/navbar.css @@ -1,3 +1,25 @@ +/* + * Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com + * + * 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 . + * + * 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. + */ /* diff --git a/p5.sln b/p5.sln index ea8cb002..d1951aa1 100644 --- a/p5.sln +++ b/p5.sln @@ -5,7 +5,8 @@ VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{8FAEDF6F-8F53-441B-ACE1-5E8330F8CE00}" ProjectSection(SolutionItems) = preProject - LICENSE = LICENSE + .gitignore = .gitignore + LICENSE.md = LICENSE.md README.md = README.md TODO.txt = TODO.txt EndProjectSection diff --git a/plugins/extras/p5.crypto/CSRandomString.cs b/plugins/extras/p5.crypto/CSRandomString.cs index b04df972..669ffc24 100644 --- a/plugins/extras/p5.crypto/CSRandomString.cs +++ b/plugins/extras/p5.crypto/CSRandomString.cs @@ -1,6 +1,24 @@ /* - * Phosphorus.Five, copyright 2014 - 2015, Mother Earth, Jannah, Gaia - YOU! - * Phosphorus.Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details. + * Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com + * + * 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 . + * + * 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; diff --git a/plugins/extras/p5.crypto/Hash.cs b/plugins/extras/p5.crypto/Hash.cs index d0de1297..2b1f315c 100644 --- a/plugins/extras/p5.crypto/Hash.cs +++ b/plugins/extras/p5.crypto/Hash.cs @@ -1,6 +1,24 @@ /* - * Phosphorus.Five, copyright 2014 - 2015, Mother Earth, Jannah, Gaia - YOU! - * Phosphorus.Five is licensed under the terms of the MIT license, see the enclosed LICENSE file for details. + * Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com + * + * 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 . + * + * 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; diff --git a/plugins/extras/p5.crypto/Properties/AssemblyInfo.cs b/plugins/extras/p5.crypto/Properties/AssemblyInfo.cs index af6c3371..45243ca5 100644 --- a/plugins/extras/p5.crypto/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.crypto/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.flickrnet/FlickrNet.cs b/plugins/extras/p5.flickrnet/FlickrNet.cs index 47aa52d4..ee88b32a 100644 --- a/plugins/extras/p5.flickrnet/FlickrNet.cs +++ b/plugins/extras/p5.flickrnet/FlickrNet.cs @@ -1,9 +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. * - * Flickr.Net, which this file is created on top of, is licensed under LGPL 2.1 or the Apache 2.0 license, of - * your choice + * 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 . + * + * 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; diff --git a/plugins/extras/p5.flickrnet/Properties/AssemblyInfo.cs b/plugins/extras/p5.flickrnet/Properties/AssemblyInfo.cs index 0e9e9e18..9fd01946 100644 --- a/plugins/extras/p5.flickrnet/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.flickrnet/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.html/Html2Lambda.cs b/plugins/extras/p5.html/Html2Lambda.cs index d56661e5..ec0f64d2 100644 --- a/plugins/extras/p5.html/Html2Lambda.cs +++ b/plugins/extras/p5.html/Html2Lambda.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.html/HtmlEncoder.cs b/plugins/extras/p5.html/HtmlEncoder.cs index 1d30a044..3ce9daf6 100644 --- a/plugins/extras/p5.html/HtmlEncoder.cs +++ b/plugins/extras/p5.html/HtmlEncoder.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.html/Lambda2Html.cs b/plugins/extras/p5.html/Lambda2Html.cs index d9a53245..fb740184 100644 --- a/plugins/extras/p5.html/Lambda2Html.cs +++ b/plugins/extras/p5.html/Lambda2Html.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.html/Properties/AssemblyInfo.cs b/plugins/extras/p5.html/Properties/AssemblyInfo.cs index 4afcb8c7..ed1f0ee2 100644 --- a/plugins/extras/p5.html/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.html/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.html/UrlEncoder.cs b/plugins/extras/p5.html/UrlEncoder.cs index e6676143..bc6a10be 100644 --- a/plugins/extras/p5.html/UrlEncoder.cs +++ b/plugins/extras/p5.html/UrlEncoder.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.imaging/Helpers/Helpers.cs b/plugins/extras/p5.imaging/Helpers/Helpers.cs index 0a647255..7df607b1 100644 --- a/plugins/extras/p5.imaging/Helpers/Helpers.cs +++ b/plugins/extras/p5.imaging/Helpers/Helpers.cs @@ -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 . + * + * 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.Drawing; diff --git a/plugins/extras/p5.imaging/Properties/AssemblyInfo.cs b/plugins/extras/p5.imaging/Properties/AssemblyInfo.cs index 61e37616..ab3953e0 100644 --- a/plugins/extras/p5.imaging/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.imaging/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.imaging/Resizing.cs b/plugins/extras/p5.imaging/Resizing.cs index 776499ee..861f6798 100644 --- a/plugins/extras/p5.imaging/Resizing.cs +++ b/plugins/extras/p5.imaging/Resizing.cs @@ -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 . + * + * 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.Drawing; diff --git a/plugins/extras/p5.io.authorization/Authorization.cs b/plugins/extras/p5.io.authorization/Authorization.cs index c93f672d..c7c958a1 100644 --- a/plugins/extras/p5.io.authorization/Authorization.cs +++ b/plugins/extras/p5.io.authorization/Authorization.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.io.authorization/Properties/AssemblyInfo.cs b/plugins/extras/p5.io.authorization/Properties/AssemblyInfo.cs index 8d3308ec..709a1885 100644 --- a/plugins/extras/p5.io.authorization/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.io.authorization/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.io.authorization/helpers/AuthorizationHelper.cs b/plugins/extras/p5.io.authorization/helpers/AuthorizationHelper.cs index cfc11d11..c5572fb4 100644 --- a/plugins/extras/p5.io.authorization/helpers/AuthorizationHelper.cs +++ b/plugins/extras/p5.io.authorization/helpers/AuthorizationHelper.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.io.zip/Helpers/Helpers.cs b/plugins/extras/p5.io.zip/Helpers/Helpers.cs index febc7df7..81f24425 100644 --- a/plugins/extras/p5.io.zip/Helpers/Helpers.cs +++ b/plugins/extras/p5.io.zip/Helpers/Helpers.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.io.zip/Helpers/ZipCreator.cs b/plugins/extras/p5.io.zip/Helpers/ZipCreator.cs index fab0e3d6..a7a0bdca 100644 --- a/plugins/extras/p5.io.zip/Helpers/ZipCreator.cs +++ b/plugins/extras/p5.io.zip/Helpers/ZipCreator.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.io.zip/Properties/AssemblyInfo.cs b/plugins/extras/p5.io.zip/Properties/AssemblyInfo.cs index 6a4aa87b..d0586d41 100644 --- a/plugins/extras/p5.io.zip/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.io.zip/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.io.zip/UnZipper.cs b/plugins/extras/p5.io.zip/UnZipper.cs index d257646f..48af1d0d 100644 --- a/plugins/extras/p5.io.zip/UnZipper.cs +++ b/plugins/extras/p5.io.zip/UnZipper.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.io.zip/Zipper.cs b/plugins/extras/p5.io.zip/Zipper.cs index 8df7c5bb..f7484fb5 100644 --- a/plugins/extras/p5.io.zip/Zipper.cs +++ b/plugins/extras/p5.io.zip/Zipper.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mail/Pop3.cs b/plugins/extras/p5.mail/Pop3.cs index b7b05021..bace0dd1 100644 --- a/plugins/extras/p5.mail/Pop3.cs +++ b/plugins/extras/p5.mail/Pop3.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mail/Properties/AssemblyInfo.cs b/plugins/extras/p5.mail/Properties/AssemblyInfo.cs index a4d1709c..4bc82a50 100644 --- a/plugins/extras/p5.mail/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.mail/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mail/Smtp.cs b/plugins/extras/p5.mail/Smtp.cs index f7cc7f7c..59bf0fb3 100644 --- a/plugins/extras/p5.mail/Smtp.cs +++ b/plugins/extras/p5.mail/Smtp.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mail/helpers/Common.cs b/plugins/extras/p5.mail/helpers/Common.cs index 27bda366..e0a149e0 100644 --- a/plugins/extras/p5.mail/helpers/Common.cs +++ b/plugins/extras/p5.mail/helpers/Common.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.mime/CreatePgpKeyPair.cs b/plugins/extras/p5.mime/CreatePgpKeyPair.cs index 808da8e7..931ceb06 100644 --- a/plugins/extras/p5.mime/CreatePgpKeyPair.cs +++ b/plugins/extras/p5.mime/CreatePgpKeyPair.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/GnuPGKeys.cs b/plugins/extras/p5.mime/GnuPGKeys.cs index f0eff1b9..b075ac97 100644 --- a/plugins/extras/p5.mime/GnuPGKeys.cs +++ b/plugins/extras/p5.mime/GnuPGKeys.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/ImportPGPKey.cs b/plugins/extras/p5.mime/ImportPGPKey.cs index c418487e..3566c635 100644 --- a/plugins/extras/p5.mime/ImportPGPKey.cs +++ b/plugins/extras/p5.mime/ImportPGPKey.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/MimeCreate.cs b/plugins/extras/p5.mime/MimeCreate.cs index 54013e32..2e3aaba6 100644 --- a/plugins/extras/p5.mime/MimeCreate.cs +++ b/plugins/extras/p5.mime/MimeCreate.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/MimeInit.cs b/plugins/extras/p5.mime/MimeInit.cs index 8a65d211..1af146b2 100644 --- a/plugins/extras/p5.mime/MimeInit.cs +++ b/plugins/extras/p5.mime/MimeInit.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.mime/MimeLoad.cs b/plugins/extras/p5.mime/MimeLoad.cs index 1557f7a6..d350d12b 100644 --- a/plugins/extras/p5.mime/MimeLoad.cs +++ b/plugins/extras/p5.mime/MimeLoad.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/extras/p5.mime/MimeParse.cs b/plugins/extras/p5.mime/MimeParse.cs index fd0bd644..c9ba6b63 100644 --- a/plugins/extras/p5.mime/MimeParse.cs +++ b/plugins/extras/p5.mime/MimeParse.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/MimeSave.cs b/plugins/extras/p5.mime/MimeSave.cs index 0ad14296..4e2038a2 100644 --- a/plugins/extras/p5.mime/MimeSave.cs +++ b/plugins/extras/p5.mime/MimeSave.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/Properties/AssemblyInfo.cs b/plugins/extras/p5.mime/Properties/AssemblyInfo.cs index f6ba0356..d4164559 100644 --- a/plugins/extras/p5.mime/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.mime/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/helpers/Common.cs b/plugins/extras/p5.mime/helpers/Common.cs index 05aee58c..d9e89c73 100644 --- a/plugins/extras/p5.mime/helpers/Common.cs +++ b/plugins/extras/p5.mime/helpers/Common.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.mime/helpers/GnuPrivacyContext.cs b/plugins/extras/p5.mime/helpers/GnuPrivacyContext.cs index 771b1428..506fbe17 100644 --- a/plugins/extras/p5.mime/helpers/GnuPrivacyContext.cs +++ b/plugins/extras/p5.mime/helpers/GnuPrivacyContext.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/helpers/MimeCreator.cs b/plugins/extras/p5.mime/helpers/MimeCreator.cs index acf02fcd..cdb48128 100644 --- a/plugins/extras/p5.mime/helpers/MimeCreator.cs +++ b/plugins/extras/p5.mime/helpers/MimeCreator.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/helpers/MimeParser.cs b/plugins/extras/p5.mime/helpers/MimeParser.cs index 395839a6..c83438e7 100644 --- a/plugins/extras/p5.mime/helpers/MimeParser.cs +++ b/plugins/extras/p5.mime/helpers/MimeParser.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/plugins/Echo.cs b/plugins/extras/p5.mime/plugins/Echo.cs index d0072893..946b4cb8 100644 --- a/plugins/extras/p5.mime/plugins/Echo.cs +++ b/plugins/extras/p5.mime/plugins/Echo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/plugins/HttpRequest.cs b/plugins/extras/p5.mime/plugins/HttpRequest.cs index 424c42a5..c1c9cade 100644 --- a/plugins/extras/p5.mime/plugins/HttpRequest.cs +++ b/plugins/extras/p5.mime/plugins/HttpRequest.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mime/plugins/Request.cs b/plugins/extras/p5.mime/plugins/Request.cs index d37205ba..ea3095f3 100644 --- a/plugins/extras/p5.mime/plugins/Request.cs +++ b/plugins/extras/p5.mime/plugins/Request.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mongo/Aggregate.cs b/plugins/extras/p5.mongo/Aggregate.cs index d554f8d9..93a1aacb 100644 --- a/plugins/extras/p5.mongo/Aggregate.cs +++ b/plugins/extras/p5.mongo/Aggregate.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mongo/Delete.cs b/plugins/extras/p5.mongo/Delete.cs index a155b033..cd288155 100644 --- a/plugins/extras/p5.mongo/Delete.cs +++ b/plugins/extras/p5.mongo/Delete.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.mongo/Find.cs b/plugins/extras/p5.mongo/Find.cs index f5dbf935..de2692b8 100644 --- a/plugins/extras/p5.mongo/Find.cs +++ b/plugins/extras/p5.mongo/Find.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mongo/Helpers/Database.cs b/plugins/extras/p5.mongo/Helpers/Database.cs index 5bf00925..38b8b5bb 100644 --- a/plugins/extras/p5.mongo/Helpers/Database.cs +++ b/plugins/extras/p5.mongo/Helpers/Database.cs @@ -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 . + * + * 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.Configuration; diff --git a/plugins/extras/p5.mongo/Helpers/DocumentParser.cs b/plugins/extras/p5.mongo/Helpers/DocumentParser.cs index 3ea34fcd..6aea701a 100644 --- a/plugins/extras/p5.mongo/Helpers/DocumentParser.cs +++ b/plugins/extras/p5.mongo/Helpers/DocumentParser.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mongo/Helpers/Filter.cs b/plugins/extras/p5.mongo/Helpers/Filter.cs index cd4fb539..72460fb3 100644 --- a/plugins/extras/p5.mongo/Helpers/Filter.cs +++ b/plugins/extras/p5.mongo/Helpers/Filter.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mongo/Helpers/ObjectIdType.cs b/plugins/extras/p5.mongo/Helpers/ObjectIdType.cs index 2612f4f1..72dff59a 100644 --- a/plugins/extras/p5.mongo/Helpers/ObjectIdType.cs +++ b/plugins/extras/p5.mongo/Helpers/ObjectIdType.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.mongo/Index.cs b/plugins/extras/p5.mongo/Index.cs index e2bacaef..7bc7f628 100644 --- a/plugins/extras/p5.mongo/Index.cs +++ b/plugins/extras/p5.mongo/Index.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mongo/Insert.cs b/plugins/extras/p5.mongo/Insert.cs index ef9dc576..0814ea1e 100644 --- a/plugins/extras/p5.mongo/Insert.cs +++ b/plugins/extras/p5.mongo/Insert.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.mongo/Properties/AssemblyInfo.cs b/plugins/extras/p5.mongo/Properties/AssemblyInfo.cs index b4ad45fe..31df3203 100644 --- a/plugins/extras/p5.mongo/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.mongo/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.net/HttpRequest.cs b/plugins/extras/p5.net/HttpRequest.cs index 2b2ee07b..3d8888f4 100644 --- a/plugins/extras/p5.net/HttpRequest.cs +++ b/plugins/extras/p5.net/HttpRequest.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.net/Properties/AssemblyInfo.cs b/plugins/extras/p5.net/Properties/AssemblyInfo.cs index 149aaf53..cd8ef44b 100644 --- a/plugins/extras/p5.net/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.net/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.security/Common.cs b/plugins/extras/p5.security/Common.cs index 280a6106..1ad58c9c 100644 --- a/plugins/extras/p5.security/Common.cs +++ b/plugins/extras/p5.security/Common.cs @@ -1,11 +1,27 @@ /* * 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 . + * + * 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; using System.Web; -using System.Collections.Generic; using p5.exp; using p5.core; using p5.security.helpers; diff --git a/plugins/extras/p5.security/Profile.cs b/plugins/extras/p5.security/Profile.cs index 56414803..98a0cf3c 100644 --- a/plugins/extras/p5.security/Profile.cs +++ b/plugins/extras/p5.security/Profile.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.security/Properties/AssemblyInfo.cs b/plugins/extras/p5.security/Properties/AssemblyInfo.cs index 7e91f36c..be58e5a5 100644 --- a/plugins/extras/p5.security/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.security/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.security/Roles.cs b/plugins/extras/p5.security/Roles.cs index 6510a97c..5cec121a 100644 --- a/plugins/extras/p5.security/Roles.cs +++ b/plugins/extras/p5.security/Roles.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.security/Root.cs b/plugins/extras/p5.security/Root.cs index 407ed21c..b8ad476d 100644 --- a/plugins/extras/p5.security/Root.cs +++ b/plugins/extras/p5.security/Root.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.security/Users.cs b/plugins/extras/p5.security/Users.cs index 978d48d3..20621952 100644 --- a/plugins/extras/p5.security/Users.cs +++ b/plugins/extras/p5.security/Users.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.security/helpers/AuthFile.cs b/plugins/extras/p5.security/helpers/AuthFile.cs index 0e99d82a..1561c8f4 100644 --- a/plugins/extras/p5.security/helpers/AuthFile.cs +++ b/plugins/extras/p5.security/helpers/AuthFile.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.security/helpers/AuthenticationHelper.cs b/plugins/extras/p5.security/helpers/AuthenticationHelper.cs index 85be9817..872e03f7 100644 --- a/plugins/extras/p5.security/helpers/AuthenticationHelper.cs +++ b/plugins/extras/p5.security/helpers/AuthenticationHelper.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.threading/Fork.cs b/plugins/extras/p5.threading/Fork.cs index 3de01f8a..e92f578f 100644 --- a/plugins/extras/p5.threading/Fork.cs +++ b/plugins/extras/p5.threading/Fork.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/extras/p5.threading/Lock.cs b/plugins/extras/p5.threading/Lock.cs index 0907d87c..e5bcdd0c 100644 --- a/plugins/extras/p5.threading/Lock.cs +++ b/plugins/extras/p5.threading/Lock.cs @@ -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 . + * + * 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.Collections.Generic; diff --git a/plugins/extras/p5.threading/Properties/AssemblyInfo.cs b/plugins/extras/p5.threading/Properties/AssemblyInfo.cs index ff3ced68..71d2953e 100644 --- a/plugins/extras/p5.threading/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.threading/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.threading/Sleep.cs b/plugins/extras/p5.threading/Sleep.cs index 4aa79372..8295f09f 100644 --- a/plugins/extras/p5.threading/Sleep.cs +++ b/plugins/extras/p5.threading/Sleep.cs @@ -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 . + * + * 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.Threading; diff --git a/plugins/extras/p5.threading/Wait.cs b/plugins/extras/p5.threading/Wait.cs index 2f049357..133d46f3 100644 --- a/plugins/extras/p5.threading/Wait.cs +++ b/plugins/extras/p5.threading/Wait.cs @@ -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 . + * + * 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; diff --git a/plugins/extras/p5.threading/helpers/Thread.cs b/plugins/extras/p5.threading/helpers/Thread.cs index 5fca7fc3..a3c259f1 100644 --- a/plugins/extras/p5.threading/helpers/Thread.cs +++ b/plugins/extras/p5.threading/helpers/Thread.cs @@ -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 . + * + * 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 sys = System.Threading; diff --git a/plugins/extras/p5.xml/Properties/AssemblyInfo.cs b/plugins/extras/p5.xml/Properties/AssemblyInfo.cs index 19885957..803b670c 100644 --- a/plugins/extras/p5.xml/Properties/AssemblyInfo.cs +++ b/plugins/extras/p5.xml/Properties/AssemblyInfo.cs @@ -1,11 +1,27 @@ - -/* +/* * 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 . + * + * 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; -using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. diff --git a/plugins/extras/p5.xml/Xml2Lambda.cs b/plugins/extras/p5.xml/Xml2Lambda.cs index 5be760d5..1c63a6e7 100644 --- a/plugins/extras/p5.xml/Xml2Lambda.cs +++ b/plugins/extras/p5.xml/Xml2Lambda.cs @@ -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 . + * + * 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.Xml; diff --git a/plugins/p5.config/Config.cs b/plugins/p5.config/Config.cs index 74b2b20e..89fb8d3f 100644 --- a/plugins/p5.config/Config.cs +++ b/plugins/p5.config/Config.cs @@ -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 . + * + * 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.Configuration; diff --git a/plugins/p5.config/Properties/AssemblyInfo.cs b/plugins/p5.config/Properties/AssemblyInfo.cs index b861a750..8c20a913 100644 --- a/plugins/p5.config/Properties/AssemblyInfo.cs +++ b/plugins/p5.config/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.data/Delete.cs b/plugins/p5.data/Delete.cs index f52d7eb1..992dda4e 100644 --- a/plugins/p5.data/Delete.cs +++ b/plugins/p5.data/Delete.cs @@ -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 . + * + * 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.Collections.Generic; diff --git a/plugins/p5.data/Insert.cs b/plugins/p5.data/Insert.cs index de60367a..7b93ef11 100644 --- a/plugins/p5.data/Insert.cs +++ b/plugins/p5.data/Insert.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.data/Properties/AssemblyInfo.cs b/plugins/p5.data/Properties/AssemblyInfo.cs index 75333889..33318e99 100644 --- a/plugins/p5.data/Properties/AssemblyInfo.cs +++ b/plugins/p5.data/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.data/Select.cs b/plugins/p5.data/Select.cs index cfb70a52..e6b87529 100644 --- a/plugins/p5.data/Select.cs +++ b/plugins/p5.data/Select.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.data/Update.cs b/plugins/p5.data/Update.cs index 9ce3763a..51da8ca1 100644 --- a/plugins/p5.data/Update.cs +++ b/plugins/p5.data/Update.cs @@ -1,10 +1,26 @@ /* * 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 . + * + * 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; -using System.Linq; using System.Collections.Generic; using p5.exp; using p5.core; diff --git a/plugins/p5.data/helpers/Common.cs b/plugins/p5.data/helpers/Common.cs index 52518624..343201fa 100644 --- a/plugins/p5.data/helpers/Common.cs +++ b/plugins/p5.data/helpers/Common.cs @@ -1,11 +1,28 @@ /* * 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 . + * + * 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; using System.Linq; -using System.Configuration; using System.Collections.Generic; using p5.core; diff --git a/plugins/p5.events/Events.cs b/plugins/p5.events/Events.cs index c590fc7f..053d359b 100644 --- a/plugins/p5.events/Events.cs +++ b/plugins/p5.events/Events.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.events/Properties/AssemblyInfo.cs b/plugins/p5.events/Properties/AssemblyInfo.cs index b1e03878..4451533e 100644 --- a/plugins/p5.events/Properties/AssemblyInfo.cs +++ b/plugins/p5.events/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.hyperlambda/Hyperlambda.cs b/plugins/p5.hyperlambda/Hyperlambda.cs index dd34517c..1a700461 100644 --- a/plugins/p5.hyperlambda/Hyperlambda.cs +++ b/plugins/p5.hyperlambda/Hyperlambda.cs @@ -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 . + * + * 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.Text; diff --git a/plugins/p5.hyperlambda/Properties/AssemblyInfo.cs b/plugins/p5.hyperlambda/Properties/AssemblyInfo.cs index 05f1843f..2e3f4c0e 100644 --- a/plugins/p5.hyperlambda/Properties/AssemblyInfo.cs +++ b/plugins/p5.hyperlambda/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.hyperlambda/helpers/HyperlambdaBuilder.cs b/plugins/p5.hyperlambda/helpers/HyperlambdaBuilder.cs index a6b64ca1..b74ca99e 100644 --- a/plugins/p5.hyperlambda/helpers/HyperlambdaBuilder.cs +++ b/plugins/p5.hyperlambda/helpers/HyperlambdaBuilder.cs @@ -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 . + * + * 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.Text; diff --git a/plugins/p5.hyperlambda/helpers/NodeBuilder.cs b/plugins/p5.hyperlambda/helpers/NodeBuilder.cs index 36e91143..a7ec1d7e 100644 --- a/plugins/p5.hyperlambda/helpers/NodeBuilder.cs +++ b/plugins/p5.hyperlambda/helpers/NodeBuilder.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.hyperlambda/helpers/Token.cs b/plugins/p5.hyperlambda/helpers/Token.cs index d31002fc..13946f9b 100644 --- a/plugins/p5.hyperlambda/helpers/Token.cs +++ b/plugins/p5.hyperlambda/helpers/Token.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.hyperlambda/helpers/Tokenizer.cs b/plugins/p5.hyperlambda/helpers/Tokenizer.cs index c6817524..ea420805 100644 --- a/plugins/p5.hyperlambda/helpers/Tokenizer.cs +++ b/plugins/p5.hyperlambda/helpers/Tokenizer.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/Properties/AssemblyInfo.cs b/plugins/p5.io/Properties/AssemblyInfo.cs index c8d307d9..e4f62be1 100644 --- a/plugins/p5.io/Properties/AssemblyInfo.cs +++ b/plugins/p5.io/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/common/Common.cs b/plugins/p5.io/common/Common.cs index e63e2352..3e3884da 100644 --- a/plugins/p5.io/common/Common.cs +++ b/plugins/p5.io/common/Common.cs @@ -1,9 +1,26 @@ /* * 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 . + * + * 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 p5.exp; using p5.core; using p5.exp.exceptions; diff --git a/plugins/p5.io/common/MoveCopyHelper.cs b/plugins/p5.io/common/MoveCopyHelper.cs index a093ad40..fe5317dd 100644 --- a/plugins/p5.io/common/MoveCopyHelper.cs +++ b/plugins/p5.io/common/MoveCopyHelper.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.io/common/ObjectIterator.cs b/plugins/p5.io/common/ObjectIterator.cs index de72de9b..c7e28bf5 100644 --- a/plugins/p5.io/common/ObjectIterator.cs +++ b/plugins/p5.io/common/ObjectIterator.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.io/file/Copy.cs b/plugins/p5.io/file/Copy.cs index d103c9e1..9036f1f6 100644 --- a/plugins/p5.io/file/Copy.cs +++ b/plugins/p5.io/file/Copy.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/Delete.cs b/plugins/p5.io/file/Delete.cs index a21c239a..a5e4a890 100644 --- a/plugins/p5.io/file/Delete.cs +++ b/plugins/p5.io/file/Delete.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/Exist.cs b/plugins/p5.io/file/Exist.cs index 27d308d8..81146bd5 100644 --- a/plugins/p5.io/file/Exist.cs +++ b/plugins/p5.io/file/Exist.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/Load.cs b/plugins/p5.io/file/Load.cs index f40ac862..d0754163 100644 --- a/plugins/p5.io/file/Load.cs +++ b/plugins/p5.io/file/Load.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/Move.cs b/plugins/p5.io/file/Move.cs index 8be1885e..14030752 100644 --- a/plugins/p5.io/file/Move.cs +++ b/plugins/p5.io/file/Move.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/Save.cs b/plugins/p5.io/file/Save.cs index 231fa6f8..365a6997 100644 --- a/plugins/p5.io/file/Save.cs +++ b/plugins/p5.io/file/Save.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/file-state/AccessTime.cs b/plugins/p5.io/file/file-state/AccessTime.cs index a90a8e99..3df846b7 100644 --- a/plugins/p5.io/file/file-state/AccessTime.cs +++ b/plugins/p5.io/file/file-state/AccessTime.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/file-state/CreationTime.cs b/plugins/p5.io/file/file-state/CreationTime.cs index 36965f1e..c826f512 100644 --- a/plugins/p5.io/file/file-state/CreationTime.cs +++ b/plugins/p5.io/file/file-state/CreationTime.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/file/file-state/IsReadOnly.cs b/plugins/p5.io/file/file-state/IsReadOnly.cs index e449a284..375952f2 100644 --- a/plugins/p5.io/file/file-state/IsReadOnly.cs +++ b/plugins/p5.io/file/file-state/IsReadOnly.cs @@ -1,10 +1,27 @@ /* * 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 . + * + * 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; -using p5.exp; using p5.core; using p5.io.common; diff --git a/plugins/p5.io/file/file-state/Size.cs b/plugins/p5.io/file/file-state/Size.cs index 4c9d3cd7..8ff97819 100644 --- a/plugins/p5.io/file/file-state/Size.cs +++ b/plugins/p5.io/file/file-state/Size.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/folder/Copy.cs b/plugins/p5.io/folder/Copy.cs index dd7dbbe0..a67ae879 100644 --- a/plugins/p5.io/folder/Copy.cs +++ b/plugins/p5.io/folder/Copy.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/folder/Create.cs b/plugins/p5.io/folder/Create.cs index 499907c5..841204a9 100644 --- a/plugins/p5.io/folder/Create.cs +++ b/plugins/p5.io/folder/Create.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.io/folder/Delete.cs b/plugins/p5.io/folder/Delete.cs index aba53790..60025c0d 100644 --- a/plugins/p5.io/folder/Delete.cs +++ b/plugins/p5.io/folder/Delete.cs @@ -1,10 +1,27 @@ /* * 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 . + * + * 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; -using p5.exp; using p5.core; using p5.io.common; using p5.exp.exceptions; diff --git a/plugins/p5.io/folder/Exist.cs b/plugins/p5.io/folder/Exist.cs index a7004f16..19130fff 100644 --- a/plugins/p5.io/folder/Exist.cs +++ b/plugins/p5.io/folder/Exist.cs @@ -1,10 +1,27 @@ /* * 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 . + * + * 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; -using p5.exp; using p5.core; using p5.io.common; diff --git a/plugins/p5.io/folder/ListFiles.cs b/plugins/p5.io/folder/ListFiles.cs index 0b325a6b..6121c6a8 100644 --- a/plugins/p5.io/folder/ListFiles.cs +++ b/plugins/p5.io/folder/ListFiles.cs @@ -1,11 +1,27 @@ /* * 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 . + * + * 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; -using System.Linq; -using System.Collections.Generic; using p5.exp; using p5.core; using p5.io.common; diff --git a/plugins/p5.io/folder/ListFolders.cs b/plugins/p5.io/folder/ListFolders.cs index 65eb699c..3c3e6616 100644 --- a/plugins/p5.io/folder/ListFolders.cs +++ b/plugins/p5.io/folder/ListFolders.cs @@ -1,10 +1,27 @@ /* * 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 . + * + * 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; -using p5.exp; using p5.core; using p5.io.common; diff --git a/plugins/p5.io/folder/Move.cs b/plugins/p5.io/folder/Move.cs index 1203996b..c2670866 100644 --- a/plugins/p5.io/folder/Move.cs +++ b/plugins/p5.io/folder/Move.cs @@ -1,11 +1,27 @@ /* * 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 . + * + * 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; using System.IO; -using p5.exp; using p5.core; using p5.io.common; diff --git a/plugins/p5.lambda/Eval.cs b/plugins/p5.lambda/Eval.cs index d84b55ba..e22f1095 100644 --- a/plugins/p5.lambda/Eval.cs +++ b/plugins/p5.lambda/Eval.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/Properties/AssemblyInfo.cs b/plugins/p5.lambda/Properties/AssemblyInfo.cs index 61ad3eef..1bd605f4 100644 --- a/plugins/p5.lambda/Properties/AssemblyInfo.cs +++ b/plugins/p5.lambda/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/helpers/ComparisonOperators.cs b/plugins/p5.lambda/helpers/ComparisonOperators.cs index a81d36fc..9b7baaa2 100644 --- a/plugins/p5.lambda/helpers/ComparisonOperators.cs +++ b/plugins/p5.lambda/helpers/ComparisonOperators.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/helpers/Conditions.cs b/plugins/p5.lambda/helpers/Conditions.cs index 36e4f388..b597ccc9 100644 --- a/plugins/p5.lambda/helpers/Conditions.cs +++ b/plugins/p5.lambda/helpers/Conditions.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/keywords/core/Add.cs b/plugins/p5.lambda/keywords/core/Add.cs index 67c1b568..7b22f4b3 100644 --- a/plugins/p5.lambda/keywords/core/Add.cs +++ b/plugins/p5.lambda/keywords/core/Add.cs @@ -1,9 +1,26 @@ /* * 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 . + * + * 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; using p5.exp; using p5.core; using p5.exp.exceptions; diff --git a/plugins/p5.lambda/keywords/core/Branching.cs b/plugins/p5.lambda/keywords/core/Branching.cs index 68b0f6a6..c359d330 100644 --- a/plugins/p5.lambda/keywords/core/Branching.cs +++ b/plugins/p5.lambda/keywords/core/Branching.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/p5.lambda/keywords/core/Break.cs b/plugins/p5.lambda/keywords/core/Break.cs index ab26ba75..5e11bb03 100644 --- a/plugins/p5.lambda/keywords/core/Break.cs +++ b/plugins/p5.lambda/keywords/core/Break.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/p5.lambda/keywords/core/Continue.cs b/plugins/p5.lambda/keywords/core/Continue.cs index 5ea5eb0f..0e34c2cf 100644 --- a/plugins/p5.lambda/keywords/core/Continue.cs +++ b/plugins/p5.lambda/keywords/core/Continue.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/p5.lambda/keywords/core/EvalExpression.cs b/plugins/p5.lambda/keywords/core/EvalExpression.cs index 7836bce1..c8089943 100644 --- a/plugins/p5.lambda/keywords/core/EvalExpression.cs +++ b/plugins/p5.lambda/keywords/core/EvalExpression.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.lambda/keywords/core/Exceptions.cs b/plugins/p5.lambda/keywords/core/Exceptions.cs index e4ebe425..c6b6cd09 100644 --- a/plugins/p5.lambda/keywords/core/Exceptions.cs +++ b/plugins/p5.lambda/keywords/core/Exceptions.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/keywords/core/ForEach.cs b/plugins/p5.lambda/keywords/core/ForEach.cs index 675d4939..5e2167fa 100644 --- a/plugins/p5.lambda/keywords/core/ForEach.cs +++ b/plugins/p5.lambda/keywords/core/ForEach.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/keywords/core/Insert.cs b/plugins/p5.lambda/keywords/core/Insert.cs index 8ae440cd..e0126e53 100644 --- a/plugins/p5.lambda/keywords/core/Insert.cs +++ b/plugins/p5.lambda/keywords/core/Insert.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/keywords/core/Return.cs b/plugins/p5.lambda/keywords/core/Return.cs index ad46276c..4c2708a0 100644 --- a/plugins/p5.lambda/keywords/core/Return.cs +++ b/plugins/p5.lambda/keywords/core/Return.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.lambda/keywords/core/Set.cs b/plugins/p5.lambda/keywords/core/Set.cs index 9b8cf1b6..01e64601 100644 --- a/plugins/p5.lambda/keywords/core/Set.cs +++ b/plugins/p5.lambda/keywords/core/Set.cs @@ -1,9 +1,26 @@ /* * 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 . + * + * 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; using p5.exp; using p5.core; using p5.exp.exceptions; diff --git a/plugins/p5.lambda/keywords/core/Src.cs b/plugins/p5.lambda/keywords/core/Src.cs index f89038d4..7bf34d3c 100644 --- a/plugins/p5.lambda/keywords/core/Src.cs +++ b/plugins/p5.lambda/keywords/core/Src.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/keywords/core/Switch.cs b/plugins/p5.lambda/keywords/core/Switch.cs index 8472342a..ed888d5d 100644 --- a/plugins/p5.lambda/keywords/core/Switch.cs +++ b/plugins/p5.lambda/keywords/core/Switch.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/keywords/core/While.cs b/plugins/p5.lambda/keywords/core/While.cs index 83fb9af1..300c921e 100644 --- a/plugins/p5.lambda/keywords/core/While.cs +++ b/plugins/p5.lambda/keywords/core/While.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.lambda/keywords/extras/Apply.cs b/plugins/p5.lambda/keywords/extras/Apply.cs index e40226cd..4f7b37dc 100644 --- a/plugins/p5.lambda/keywords/extras/Apply.cs +++ b/plugins/p5.lambda/keywords/extras/Apply.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.lambda/keywords/extras/Fetch.cs b/plugins/p5.lambda/keywords/extras/Fetch.cs index b1cfecdc..877d7dd5 100644 --- a/plugins/p5.lambda/keywords/extras/Fetch.cs +++ b/plugins/p5.lambda/keywords/extras/Fetch.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/p5.lambda/keywords/extras/Sort.cs b/plugins/p5.lambda/keywords/extras/Sort.cs index 9cee5331..11483fa0 100644 --- a/plugins/p5.lambda/keywords/extras/Sort.cs +++ b/plugins/p5.lambda/keywords/extras/Sort.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.math/MathOperators.cs b/plugins/p5.math/MathOperators.cs index d6efbffd..9f49b04f 100644 --- a/plugins/p5.math/MathOperators.cs +++ b/plugins/p5.math/MathOperators.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.math/Properties/AssemblyInfo.cs b/plugins/p5.math/Properties/AssemblyInfo.cs index 29429ad0..7c01ecd1 100644 --- a/plugins/p5.math/Properties/AssemblyInfo.cs +++ b/plugins/p5.math/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.strings/Properties/AssemblyInfo.cs b/plugins/p5.strings/Properties/AssemblyInfo.cs index fb5c92e6..d1791c14 100644 --- a/plugins/p5.strings/Properties/AssemblyInfo.cs +++ b/plugins/p5.strings/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.strings/keywords/IndexOf.cs b/plugins/p5.strings/keywords/IndexOf.cs index feec4997..c80bc207 100644 --- a/plugins/p5.strings/keywords/IndexOf.cs +++ b/plugins/p5.strings/keywords/IndexOf.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.strings/keywords/Join.cs b/plugins/p5.strings/keywords/Join.cs index 40f4a40f..45d13e8a 100644 --- a/plugins/p5.strings/keywords/Join.cs +++ b/plugins/p5.strings/keywords/Join.cs @@ -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 . + * + * 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.Text; diff --git a/plugins/p5.strings/keywords/Length.cs b/plugins/p5.strings/keywords/Length.cs index bd6bde57..5c783f6f 100644 --- a/plugins/p5.strings/keywords/Length.cs +++ b/plugins/p5.strings/keywords/Length.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.strings/keywords/Match.cs b/plugins/p5.strings/keywords/Match.cs index 053bc75c..56510180 100644 --- a/plugins/p5.strings/keywords/Match.cs +++ b/plugins/p5.strings/keywords/Match.cs @@ -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 . + * + * 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; @@ -8,7 +26,6 @@ using System.Text.RegularExpressions; using p5.exp; using p5.core; -using p5.exp.exceptions; namespace p5.strings.keywords { diff --git a/plugins/p5.strings/keywords/Replace.cs b/plugins/p5.strings/keywords/Replace.cs index f7f418b8..bb261434 100644 --- a/plugins/p5.strings/keywords/Replace.cs +++ b/plugins/p5.strings/keywords/Replace.cs @@ -1,10 +1,27 @@ /* * 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 . + * + * 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.Text; -using System.Linq; using System.Collections.Generic; using System.Text.RegularExpressions; using p5.exp; diff --git a/plugins/p5.strings/keywords/Split.cs b/plugins/p5.strings/keywords/Split.cs index 33a9e9fe..4ac8c9c0 100644 --- a/plugins/p5.strings/keywords/Split.cs +++ b/plugins/p5.strings/keywords/Split.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.strings/keywords/ToLower.cs b/plugins/p5.strings/keywords/ToLower.cs index cc4fdcb8..923f371d 100644 --- a/plugins/p5.strings/keywords/ToLower.cs +++ b/plugins/p5.strings/keywords/ToLower.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.strings/keywords/ToUpper.cs b/plugins/p5.strings/keywords/ToUpper.cs index ce3cacb0..99f65d73 100644 --- a/plugins/p5.strings/keywords/ToUpper.cs +++ b/plugins/p5.strings/keywords/ToUpper.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.strings/keywords/Trim.cs b/plugins/p5.strings/keywords/Trim.cs index b30516c0..7ea28201 100644 --- a/plugins/p5.strings/keywords/Trim.cs +++ b/plugins/p5.strings/keywords/Trim.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/CanConvert.cs b/plugins/p5.types/CanConvert.cs index 9937c6e2..2eb8f862 100644 --- a/plugins/p5.types/CanConvert.cs +++ b/plugins/p5.types/CanConvert.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/Properties/AssemblyInfo.cs b/plugins/p5.types/Properties/AssemblyInfo.cs index fdadb3dd..07ad0203 100644 --- a/plugins/p5.types/Properties/AssemblyInfo.cs +++ b/plugins/p5.types/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/types/BigIntType.cs b/plugins/p5.types/types/BigIntType.cs index 2e9c6b9a..fb10300d 100644 --- a/plugins/p5.types/types/BigIntType.cs +++ b/plugins/p5.types/types/BigIntType.cs @@ -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 . + * + * 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.Numerics; diff --git a/plugins/p5.types/types/BlobType.cs b/plugins/p5.types/types/BlobType.cs index ab38a647..530be3e1 100644 --- a/plugins/p5.types/types/BlobType.cs +++ b/plugins/p5.types/types/BlobType.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/types/BoolType.cs b/plugins/p5.types/types/BoolType.cs index 571038a0..46e5ae67 100644 --- a/plugins/p5.types/types/BoolType.cs +++ b/plugins/p5.types/types/BoolType.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/p5.types/types/ByteType.cs b/plugins/p5.types/types/ByteType.cs index 45e2bd50..27aeaf1d 100644 --- a/plugins/p5.types/types/ByteType.cs +++ b/plugins/p5.types/types/ByteType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/CharType.cs b/plugins/p5.types/types/CharType.cs index 6736c695..ac94c119 100644 --- a/plugins/p5.types/types/CharType.cs +++ b/plugins/p5.types/types/CharType.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/p5.types/types/DateType.cs b/plugins/p5.types/types/DateType.cs index ea8afe0f..6c5badf2 100644 --- a/plugins/p5.types/types/DateType.cs +++ b/plugins/p5.types/types/DateType.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/types/DecimalType.cs b/plugins/p5.types/types/DecimalType.cs index 19510895..6162e928 100644 --- a/plugins/p5.types/types/DecimalType.cs +++ b/plugins/p5.types/types/DecimalType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/DoubleType.cs b/plugins/p5.types/types/DoubleType.cs index 352950cc..7cd99945 100644 --- a/plugins/p5.types/types/DoubleType.cs +++ b/plugins/p5.types/types/DoubleType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/ExpressionType.cs b/plugins/p5.types/types/ExpressionType.cs index 23b3abf0..8958a542 100644 --- a/plugins/p5.types/types/ExpressionType.cs +++ b/plugins/p5.types/types/ExpressionType.cs @@ -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 . + * + * 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 p5.exp; diff --git a/plugins/p5.types/types/FloatType.cs b/plugins/p5.types/types/FloatType.cs index 84a61722..f88d0dc5 100644 --- a/plugins/p5.types/types/FloatType.cs +++ b/plugins/p5.types/types/FloatType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/GuidType.cs b/plugins/p5.types/types/GuidType.cs index e86ac6c8..a87596e1 100644 --- a/plugins/p5.types/types/GuidType.cs +++ b/plugins/p5.types/types/GuidType.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/types/IntType.cs b/plugins/p5.types/types/IntType.cs index 3aec5f28..2a447e7e 100644 --- a/plugins/p5.types/types/IntType.cs +++ b/plugins/p5.types/types/IntType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/LongType.cs b/plugins/p5.types/types/LongType.cs index dc913c18..dfe97b57 100644 --- a/plugins/p5.types/types/LongType.cs +++ b/plugins/p5.types/types/LongType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/NodeType.cs b/plugins/p5.types/types/NodeType.cs index f40bfa34..2e7eb143 100644 --- a/plugins/p5.types/types/NodeType.cs +++ b/plugins/p5.types/types/NodeType.cs @@ -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 . + * + * 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 p5.core; diff --git a/plugins/p5.types/types/RegexType.cs b/plugins/p5.types/types/RegexType.cs index afc29511..a9674770 100644 --- a/plugins/p5.types/types/RegexType.cs +++ b/plugins/p5.types/types/RegexType.cs @@ -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 . + * + * 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.Text.RegularExpressions; diff --git a/plugins/p5.types/types/SByteType.cs b/plugins/p5.types/types/SByteType.cs index 4fed08fc..aa6f08e6 100644 --- a/plugins/p5.types/types/SByteType.cs +++ b/plugins/p5.types/types/SByteType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/ShortType.cs b/plugins/p5.types/types/ShortType.cs index 4ffa6051..ce13210c 100644 --- a/plugins/p5.types/types/ShortType.cs +++ b/plugins/p5.types/types/ShortType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/StringType.cs b/plugins/p5.types/types/StringType.cs index aaa2f401..a7c3fab3 100644 --- a/plugins/p5.types/types/StringType.cs +++ b/plugins/p5.types/types/StringType.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/types/TimeType.cs b/plugins/p5.types/types/TimeType.cs index 198af72e..cd491335 100644 --- a/plugins/p5.types/types/TimeType.cs +++ b/plugins/p5.types/types/TimeType.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.types/types/UIntType.cs b/plugins/p5.types/types/UIntType.cs index 0080eb61..98bf6acc 100644 --- a/plugins/p5.types/types/UIntType.cs +++ b/plugins/p5.types/types/UIntType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/ULongType.cs b/plugins/p5.types/types/ULongType.cs index 4ff6a36a..2e473a31 100644 --- a/plugins/p5.types/types/ULongType.cs +++ b/plugins/p5.types/types/ULongType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.types/types/UShortType.cs b/plugins/p5.types/types/UShortType.cs index 5defc5d3..401798d7 100644 --- a/plugins/p5.types/types/UShortType.cs +++ b/plugins/p5.types/types/UShortType.cs @@ -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 . + * + * 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.Globalization; diff --git a/plugins/p5.web/Initialiser.cs b/plugins/p5.web/Initialiser.cs index c2b7de2b..e6205e62 100644 --- a/plugins/p5.web/Initialiser.cs +++ b/plugins/p5.web/Initialiser.cs @@ -1,15 +1,31 @@ /* * 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 . + * + * 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 p5.core; using p5.ajax.core; -/// -/// Main namespace for web plugin, that allows for creation of ajax web widgets, and such -/// -namespace p5.web { +namespace p5.web +{ /// /// Class initialising one HTTP request /// diff --git a/plugins/p5.web/PageManager.cs b/plugins/p5.web/PageManager.cs index 6a80848b..21c5fec6 100644 --- a/plugins/p5.web/PageManager.cs +++ b/plugins/p5.web/PageManager.cs @@ -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 . + * + * 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; @@ -12,7 +30,8 @@ using p5.exp.exceptions; using p5.web.widgets.helpers; -namespace p5.web { +namespace p5.web +{ /// /// Class managing page for one HTTP request /// diff --git a/plugins/p5.web/Properties/AssemblyInfo.cs b/plugins/p5.web/Properties/AssemblyInfo.cs index a7fb9b18..1f553899 100644 --- a/plugins/p5.web/Properties/AssemblyInfo.cs +++ b/plugins/p5.web/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/request/Cookies.cs b/plugins/p5.web/request/Cookies.cs index 3a6865de..facc92a8 100644 --- a/plugins/p5.web/request/Cookies.cs +++ b/plugins/p5.web/request/Cookies.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/request/Headers.cs b/plugins/p5.web/request/Headers.cs index 3beeea9b..ed44d231 100644 --- a/plugins/p5.web/request/Headers.cs +++ b/plugins/p5.web/request/Headers.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/request/Parameters.cs b/plugins/p5.web/request/Parameters.cs index 0a706801..9934174f 100644 --- a/plugins/p5.web/request/Parameters.cs +++ b/plugins/p5.web/request/Parameters.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/request/Request.cs b/plugins/p5.web/request/Request.cs index 607bd4b0..841825ae 100644 --- a/plugins/p5.web/request/Request.cs +++ b/plugins/p5.web/request/Request.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/response/Cookies.cs b/plugins/p5.web/response/Cookies.cs index bc490451..934a09fa 100644 --- a/plugins/p5.web/response/Cookies.cs +++ b/plugins/p5.web/response/Cookies.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/response/Echo.cs b/plugins/p5.web/response/Echo.cs index 997f80af..f4f0d039 100644 --- a/plugins/p5.web/response/Echo.cs +++ b/plugins/p5.web/response/Echo.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/response/Headers.cs b/plugins/p5.web/response/Headers.cs index 2d467f4c..be9928f8 100644 --- a/plugins/p5.web/response/Headers.cs +++ b/plugins/p5.web/response/Headers.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/response/Status.cs b/plugins/p5.web/response/Status.cs index 79f68943..253cd179 100644 --- a/plugins/p5.web/response/Status.cs +++ b/plugins/p5.web/response/Status.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/storage/Cache.cs b/plugins/p5.web/storage/Cache.cs index 64e1b7e9..78ddb876 100644 --- a/plugins/p5.web/storage/Cache.cs +++ b/plugins/p5.web/storage/Cache.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/storage/Context.cs b/plugins/p5.web/storage/Context.cs index e74cc3c4..53f5e705 100644 --- a/plugins/p5.web/storage/Context.cs +++ b/plugins/p5.web/storage/Context.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/storage/Globals.cs b/plugins/p5.web/storage/Globals.cs index 3b612719..44a9dc31 100644 --- a/plugins/p5.web/storage/Globals.cs +++ b/plugins/p5.web/storage/Globals.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/storage/Session.cs b/plugins/p5.web/storage/Session.cs index 8af102bd..adab6eab 100644 --- a/plugins/p5.web/storage/Session.cs +++ b/plugins/p5.web/storage/Session.cs @@ -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 . + * + * 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; diff --git a/plugins/p5.web/widgets/BaseWidget.cs b/plugins/p5.web/widgets/BaseWidget.cs index 854e6b5c..0041f560 100644 --- a/plugins/p5.web/widgets/BaseWidget.cs +++ b/plugins/p5.web/widgets/BaseWidget.cs @@ -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 . + * + * 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; @@ -13,7 +31,8 @@ /// /// Main namespace for everything related to widgets /// -namespace p5.web.widgets { +namespace p5.web.widgets +{ /// /// Base class for helper Active Event classes related to widgets /// diff --git a/plugins/p5.web/widgets/WidgetAjaxEvents.cs b/plugins/p5.web/widgets/WidgetAjaxEvents.cs index 26e45f66..59fd731b 100644 --- a/plugins/p5.web/widgets/WidgetAjaxEvents.cs +++ b/plugins/p5.web/widgets/WidgetAjaxEvents.cs @@ -1,13 +1,32 @@ /* * 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 . + * + * 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; using p5.core; using p5.ajax.widgets; -namespace p5.web.widgets { +namespace p5.web.widgets +{ /// /// Class encapsulating ajax events of widgets /// diff --git a/plugins/p5.web/widgets/WidgetCreator.cs b/plugins/p5.web/widgets/WidgetCreator.cs index 64cca14b..1728d6f8 100644 --- a/plugins/p5.web/widgets/WidgetCreator.cs +++ b/plugins/p5.web/widgets/WidgetCreator.cs @@ -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 . + * + * 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; @@ -11,7 +29,8 @@ using p5.ajax.widgets; using p5.exp.exceptions; -namespace p5.web.widgets { +namespace p5.web.widgets +{ /// /// Class encapsulating creation of web widgets /// diff --git a/plugins/p5.web/widgets/WidgetLambdaEvents.cs b/plugins/p5.web/widgets/WidgetLambdaEvents.cs index bf47a363..6d256ea5 100644 --- a/plugins/p5.web/widgets/WidgetLambdaEvents.cs +++ b/plugins/p5.web/widgets/WidgetLambdaEvents.cs @@ -1,15 +1,33 @@ /* * 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 . + * + * 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; using p5.exp; using p5.core; using p5.ajax.widgets; -using p5.exp.exceptions; -namespace p5.web.widgets { +namespace p5.web.widgets +{ /// /// Class encapsulating lambda events of widgets /// diff --git a/plugins/p5.web/widgets/WidgetProperties.cs b/plugins/p5.web/widgets/WidgetProperties.cs index d24b14eb..bc4c9d63 100644 --- a/plugins/p5.web/widgets/WidgetProperties.cs +++ b/plugins/p5.web/widgets/WidgetProperties.cs @@ -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 . + * + * 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; @@ -11,7 +29,8 @@ using p5.ajax.widgets; using p5.exp.exceptions; -namespace p5.web.widgets { +namespace p5.web.widgets +{ /// /// Class encapsulating properties of widgets /// diff --git a/plugins/p5.web/widgets/WidgetRetriever.cs b/plugins/p5.web/widgets/WidgetRetriever.cs index 8f26d6be..90ed257f 100644 --- a/plugins/p5.web/widgets/WidgetRetriever.cs +++ b/plugins/p5.web/widgets/WidgetRetriever.cs @@ -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 . + * + * 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; @@ -11,7 +29,8 @@ using p5.ajax.widgets; using p5.exp.exceptions; -namespace p5.web.widgets { +namespace p5.web.widgets +{ /// /// Class encapsulating retrieving web widgets /// diff --git a/plugins/p5.web/widgets/WidgetTypes.cs b/plugins/p5.web/widgets/WidgetTypes.cs index 49d60e83..c053c372 100644 --- a/plugins/p5.web/widgets/WidgetTypes.cs +++ b/plugins/p5.web/widgets/WidgetTypes.cs @@ -1,18 +1,36 @@ /* * 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 . + * + * 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; using System.Linq; using System.Web.UI; using p5.ajax.widgets; -using p5.exp; using p5.core; using p5.exp.exceptions; using Void = p5.ajax.widgets.Void; -namespace p5.web.widgets { +namespace p5.web.widgets +{ /// /// Class encapsulating creation of web widget types /// diff --git a/plugins/p5.web/widgets/helpers/WidgetEventStorage.cs b/plugins/p5.web/widgets/helpers/WidgetEventStorage.cs index 939243db..bdf387d6 100644 --- a/plugins/p5.web/widgets/helpers/WidgetEventStorage.cs +++ b/plugins/p5.web/widgets/helpers/WidgetEventStorage.cs @@ -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 . + * + * 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; diff --git a/samples/p5.active-event-sample-plugin/Properties/AssemblyInfo.cs b/samples/p5.active-event-sample-plugin/Properties/AssemblyInfo.cs index 6d17ece6..97f3678c 100644 --- a/samples/p5.active-event-sample-plugin/Properties/AssemblyInfo.cs +++ b/samples/p5.active-event-sample-plugin/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/samples/p5.active-event-sample-plugin/SomeActiveEventHandler.cs b/samples/p5.active-event-sample-plugin/SomeActiveEventHandler.cs index b7ce099d..b0523748 100644 --- a/samples/p5.active-event-sample-plugin/SomeActiveEventHandler.cs +++ b/samples/p5.active-event-sample-plugin/SomeActiveEventHandler.cs @@ -1,13 +1,31 @@ /* * 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 . + * + * 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. */ - /* - * This is a "plugin assembly", consumed in our "p5.active-event-sample" console program. Neither contains - * any references to the other in any ways, still our console program is able to invoke Active Events in this assembly, - * as if they were methods in a library. - */ +/* + * This is a "plugin assembly", consumed in our "p5.active-event-sample" console program. Neither contains + * any references to the other in any ways, still our console program is able to invoke Active Events in this assembly, + * as if they were methods in a library. + */ using p5.core; diff --git a/samples/p5.active-event-sample/Program.cs b/samples/p5.active-event-sample/Program.cs index 0a0d7a91..b1f7ee3d 100644 --- a/samples/p5.active-event-sample/Program.cs +++ b/samples/p5.active-event-sample/Program.cs @@ -1,17 +1,35 @@ /* * 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 . + * + * 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. */ - /* - * This console program contains a reference to the project called "p5.active-event-sample-plugin", but this - * is only for our convenience, since we don't want to physically copy and paste our plugin DLL into the bin - * folder for this console program, every time we compile our project. If we wanted to, we wouldn't need this - * reference at all in fact, but could completely rely upon dynamically loading our plugin DLL into our AppDomain. - * - * However, there are no dependencies between our console program (this program) and our plugin in any ways. - * Still our console program is perfectly able to invoke Active Events (methods) in our plugin assembly. - */ +/* + * This console program contains a reference to the project called "p5.active-event-sample-plugin", but this + * is only for our convenience, since we don't want to physically copy and paste our plugin DLL into the bin + * folder for this console program, every time we compile our project. If we wanted to, we wouldn't need this + * reference at all in fact, but could completely rely upon dynamically loading our plugin DLL into our AppDomain. + * + * However, there are no dependencies between our console program (this program) and our plugin in any ways. + * Still our console program is perfectly able to invoke Active Events (methods) in our plugin assembly. + */ using p5.core; diff --git a/samples/p5.active-event-sample/Properties/AssemblyInfo.cs b/samples/p5.active-event-sample/Properties/AssemblyInfo.cs index fbacde4a..5665b531 100644 --- a/samples/p5.active-event-sample/Properties/AssemblyInfo.cs +++ b/samples/p5.active-event-sample/Properties/AssemblyInfo.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/Container.aspx.cs b/samples/p5.ajax-samples/Container.aspx.cs index c40e03a6..8815b76f 100644 --- a/samples/p5.ajax-samples/Container.aspx.cs +++ b/samples/p5.ajax-samples/Container.aspx.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/Default.aspx.cs b/samples/p5.ajax-samples/Default.aspx.cs index a2a1df1e..1d26daf2 100644 --- a/samples/p5.ajax-samples/Default.aspx.cs +++ b/samples/p5.ajax-samples/Default.aspx.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/DynamicControls.aspx.cs b/samples/p5.ajax-samples/DynamicControls.aspx.cs index 2761d078..f8ea3705 100644 --- a/samples/p5.ajax-samples/DynamicControls.aspx.cs +++ b/samples/p5.ajax-samples/DynamicControls.aspx.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/JavaScript.aspx.cs b/samples/p5.ajax-samples/JavaScript.aspx.cs index 3fe31ca9..ff1042da 100644 --- a/samples/p5.ajax-samples/JavaScript.aspx.cs +++ b/samples/p5.ajax-samples/JavaScript.aspx.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/Literal.aspx.cs b/samples/p5.ajax-samples/Literal.aspx.cs index ab4a8d57..07b6b68e 100644 --- a/samples/p5.ajax-samples/Literal.aspx.cs +++ b/samples/p5.ajax-samples/Literal.aspx.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/UnitTests.aspx.cs b/samples/p5.ajax-samples/UnitTests.aspx.cs index 1cf501ab..45461447 100644 --- a/samples/p5.ajax-samples/UnitTests.aspx.cs +++ b/samples/p5.ajax-samples/UnitTests.aspx.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/Void.aspx.cs b/samples/p5.ajax-samples/Void.aspx.cs index c06403e2..6d6be8c0 100644 --- a/samples/p5.ajax-samples/Void.aspx.cs +++ b/samples/p5.ajax-samples/Void.aspx.cs @@ -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 . + * + * 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; diff --git a/samples/p5.ajax-samples/media/main.css b/samples/p5.ajax-samples/media/main.css index 20049e7e..88599a78 100644 --- a/samples/p5.ajax-samples/media/main.css +++ b/samples/p5.ajax-samples/media/main.css @@ -1,3 +1,25 @@ +/* + * Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com + * + * 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 . + * + * 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. + */ html, body { font-family:'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; diff --git a/samples/p5.ajax-samples/media/tests.css b/samples/p5.ajax-samples/media/tests.css index 5e436c54..7c7b0b9f 100644 --- a/samples/p5.ajax-samples/media/tests.css +++ b/samples/p5.ajax-samples/media/tests.css @@ -1,3 +1,25 @@ +/* + * Phosphorus Five, copyright 2014 - 2016, Thomas Hansen, phosphorusfive@gmail.com + * + * 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 . + * + * 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. + */ h3 { margin:5px; diff --git a/samples/p5.ajax-samples/media/tests.js b/samples/p5.ajax-samples/media/tests.js index 25fd1544..301b1212 100644 --- a/samples/p5.ajax-samples/media/tests.js +++ b/samples/p5.ajax-samples/media/tests.js @@ -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 . + * + * 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. */