aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/factor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/factor.cpp')
-rw-r--r--src/cmd/factor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/factor.cpp b/src/cmd/factor.cpp
index b95b8ea95..4cba01d95 100644
--- a/src/cmd/factor.cpp
+++ b/src/cmd/factor.cpp
@@ -1,7 +1,7 @@
/*
* (C) 2009-2010 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*
* Factor integers using a combination of trial division by small
* primes, and Pollard's Rho algorithm