# # The MIT License(MIT) # # Copyright(c) 2016 Copyleaks LTD (https://copyleaks.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. # = require_relative 'submission_properties.rb' require_relative 'actions.rb' require_relative 'ai_generated_text.rb' require_relative 'author.rb' require_relative 'copyleaks_db.rb' require_relative 'cross_languages.rb' require_relative 'custom_metadata.rb' require_relative 'domains_mode.rb' require_relative 'exclude_code.rb' require_relative 'exclude.rb' require_relative 'filter.rb' require_relative 'indexing_repository.rb' require_relative 'scan_method_algorithm.rb' require_relative 'indexing.rb' require_relative 'language.rb' require_relative 'masking_policy.rb' require_relative 'pdf_colors.rb' require_relative 'pdf_properties.rb' require_relative 'pdf_version.rb' require_relative 'repository.rb' require_relative 'scanning.rb' require_relative 'scanning_exclude.rb' require_relative 'scanning_repository.rb' require_relative 'sensitive_data_protection.rb' require_relative 'submission_properties.rb' require_relative 'webhooks.rb' module Copyleaks end