From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 3 Jan 2026 10:33:57 +0000 (+0300) Subject: [Minor] Remove MIT license references from WebUI files X-Git-Tag: 3.14.3~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d599e04aca2d50326a1339369286b544ba29f15;p=thirdparty%2Frspamd.git [Minor] Remove MIT license references from WebUI files Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: moisseev <2275981+moisseev@users.noreply.github.com> --- diff --git a/interface/README.md b/interface/README.md index 350b119772..57a5c7b6de 100644 --- a/interface/README.md +++ b/interface/README.md @@ -54,5 +54,4 @@ For developers looking to contribute to or modify the WebUI, see [ARCHITECTURE.m ## Contact information -Rspamd interface is distributed under the terms of [MIT license](http://opensource.org/licenses/MIT). For all questions related to this -product please see the [support page](https://rspamd.com/support.html) +For all questions related to this product please see the [support page](https://rspamd.com/support.html) diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 5171ed5913..e3703ff95b 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -1,27 +1,7 @@ /* -The MIT License (MIT) - -Copyright (C) 2012-2013 Anton Simonov -Copyright (C) 2014-2015 Vsevolod Stakhov - -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. -*/ + * Copyright (C) 2012-2013 Anton Simonov + * Copyright (C) 2014-2015 Vsevolod Stakhov + */ /* stylelint-disable selector-id-pattern */ diff --git a/interface/js/app/config.js b/interface/js/app/config.js index 4e2c589ab1..c4fcdd80fe 100644 --- a/interface/js/app/config.js +++ b/interface/js/app/config.js @@ -1,25 +1,5 @@ /* - The MIT License (MIT) - - Copyright (C) 2017 Vsevolod Stakhov - - 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. + * Copyright (C) 2017 Vsevolod Stakhov */ /* global require */ diff --git a/interface/js/app/graph.js b/interface/js/app/graph.js index 58dc45ad7e..588da61c6f 100644 --- a/interface/js/app/graph.js +++ b/interface/js/app/graph.js @@ -1,26 +1,6 @@ /* - The MIT License (MIT) - - Copyright (C) 2017 Vsevolod Stakhov - Copyright (C) 2017 Alexander Moisseev - - 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. + * Copyright (C) 2017 Vsevolod Stakhov + * Copyright (C) 2017 Alexander Moisseev */ /* global FooTable */ diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 579bab9dba..96709434cc 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -1,25 +1,5 @@ /* - The MIT License (MIT) - - Copyright (C) 2017 Vsevolod Stakhov - - 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. + * Copyright (C) 2017 Vsevolod Stakhov */ /* global FooTable */ diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index 55cfface17..2dc9097b3a 100644 --- a/interface/js/app/rspamd.js +++ b/interface/js/app/rspamd.js @@ -1,26 +1,6 @@ /* - The MIT License (MIT) - - Copyright (C) 2012-2013 Anton Simonov - Copyright (C) 2014-2017 Vsevolod Stakhov - - 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. + * Copyright (C) 2012-2013 Anton Simonov + * Copyright (C) 2014-2017 Vsevolod Stakhov */ /* global require, Visibility */ diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js index 42b1803760..aa777b9e7d 100644 --- a/interface/js/app/stats.js +++ b/interface/js/app/stats.js @@ -1,25 +1,5 @@ /* - The MIT License (MIT) - - Copyright (C) 2017 Vsevolod Stakhov - - 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. + * Copyright (C) 2017 Vsevolod Stakhov */ define(["jquery", "app/common", "d3pie", "d3"], diff --git a/interface/js/app/symbols.js b/interface/js/app/symbols.js index 21711a1e51..540eaa6e31 100644 --- a/interface/js/app/symbols.js +++ b/interface/js/app/symbols.js @@ -1,25 +1,5 @@ /* - The MIT License (MIT) - - Copyright (C) 2017 Vsevolod Stakhov - - 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. + * Copyright (C) 2017 Vsevolod Stakhov */ /* global FooTable */ diff --git a/interface/js/app/upload.js b/interface/js/app/upload.js index b62ad6728a..5c281c3dee 100644 --- a/interface/js/app/upload.js +++ b/interface/js/app/upload.js @@ -1,25 +1,5 @@ /* - The MIT License (MIT) - - Copyright (C) 2017 Vsevolod Stakhov - - 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. + * Copyright (C) 2017 Vsevolod Stakhov */ /* global require */