Skip to content

Commit

Permalink
Updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
philsquared committed Jun 28, 2017
1 parent df7c562 commit 0270afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

class CatchConan(ConanFile):
name = "Catch"
version = "1.9.5"
version = "1.9.6"
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
author = "philsquared"
generators = "cmake"
exports_sources = "single_include/*"
url = "https://github.com/philsquared/Catch"
license = "BSL-1.0"
license = "Boost Software License - Version 1.0. http://www.boost.org/LICENSE_1_0.txt"

def package(self):
self.copy(pattern="catch.hpp", src="single_include", dst="include")

0 comments on commit 0270afb

Please sign in to comment.