lib/openc3/script/exceptions.rb in openc3-5.0.11 vs lib/openc3/script/exceptions.rb in openc3-5.1.0
- old
+ new
@@ -14,9 +14,12 @@
# GNU Affero General Public License for more details.
# Modified by OpenC3, Inc.
# All changes Copyright 2022, OpenC3, Inc.
# All Rights Reserved
+#
+# This file may also be used under the terms of a commercial license
+# if purchased from OpenC3, Inc.
module OpenC3
# Error raised by the API when a check fails
class CheckError < StandardError; end