From f7cc3f36c8bb98848e02e384ef1167d7b98f9ed4 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 7 Jun 2024 15:59:52 +0300 Subject: [PATCH] license --- lib/if_absent.rb | 8 +++++--- lib/once.rb | 8 +++++--- test/test_if_absent.rb | 8 +++++--- test/test_once.rb | 8 +++++--- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/lib/if_absent.rb b/lib/if_absent.rb index 24b957a12..3e53b321d 100644 --- a/lib/if_absent.rb +++ b/lib/if_absent.rb @@ -1,9 +1,11 @@ # frozen_string_literal: true -# Copyright (c) 2024 Yegor Bugayenko +# MIT License +# +# Copyright (c) 2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the 'Software'), to deal +# 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 @@ -12,7 +14,7 @@ # 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 +# 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 diff --git a/lib/once.rb b/lib/once.rb index e9236aab3..5866d21c9 100644 --- a/lib/once.rb +++ b/lib/once.rb @@ -1,9 +1,11 @@ # frozen_string_literal: true -# Copyright (c) 2024 Yegor Bugayenko +# MIT License +# +# Copyright (c) 2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the 'Software'), to deal +# 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 @@ -12,7 +14,7 @@ # 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 +# 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 diff --git a/test/test_if_absent.rb b/test/test_if_absent.rb index 5f4918f26..472afc8f3 100644 --- a/test/test_if_absent.rb +++ b/test/test_if_absent.rb @@ -1,9 +1,11 @@ # frozen_string_literal: true -# Copyright (c) 2024 Yegor Bugayenko +# MIT License +# +# Copyright (c) 2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the 'Software'), to deal +# 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 @@ -12,7 +14,7 @@ # 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 +# 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 diff --git a/test/test_once.rb b/test/test_once.rb index 9ca124ac6..367f5aabc 100644 --- a/test/test_once.rb +++ b/test/test_once.rb @@ -1,9 +1,11 @@ # frozen_string_literal: true -# Copyright (c) 2024 Yegor Bugayenko +# MIT License +# +# Copyright (c) 2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the 'Software'), to deal +# 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 @@ -12,7 +14,7 @@ # 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 +# 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