2411: Add copyright notices to everything.
[arvados.git] / services / api / lib / safe_json.rb
index dbf53e089bf00aadf670e06635d36d44a5cc572f..f4da283d746fcbecba6a03ce54fa041f0e3f58de 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class SafeJSON
   def self.dump(o)
     return Oj.dump(o, mode: :compat)