Sha256: 15b9edc0d0f6090a4f1d6d0c74fa7c5e92c0830ee1ada5ea66ca9a7f2a862f44
Contents?: true
Size: 1.8 KB
Versions: 2
Compression:
Stored size: 1.8 KB
Contents
# # 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 'author.rb' require_relative 'copyleaks_db.rb' require_relative 'domains_mode.rb' require_relative 'exclude.rb' require_relative 'filter.rb' require_relative 'scan_method_algorithm.rb' require_relative 'indexing.rb' require_relative 'pdf_properties.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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plagiarism-checker-3.1.2 | lib/copyleaks/models/submissions/properties/index.rb |
plagiarism-checker-3.1.1 | lib/copyleaks/models/submissions/properties/index.rb |