lib/cvss_suite/cvss3/cvss3_base.rb in cvss-suite-1.0.7 vs lib/cvss_suite/cvss3/cvss3_base.rb in cvss-suite-1.0.8
- old
+ new
@@ -1,5 +1,13 @@
-# © Siemens AG, 2016
+# CVSS-Suite, a Ruby gem to manage the CVSS vector
+#
+# Copyright (c) Siemens AG, 2016
+#
+# Authors:
+# Oliver Hambörger <oliver.hamboerger@siemens.com>
+#
+# This work is licensed under the terms of the MIT license.
+# See the LICENSE.md file in the top-level directory.
require_relative '../cvss_property'
require_relative '../cvss_metric'
require_relative '../helpers/cvss3_helper'