From ce074a856581de591236df2e7441aed033407753 Mon Sep 17 00:00:00 2001 From: Alberto Ferreira Date: Wed, 18 Mar 2020 22:59:19 +0000 Subject: [PATCH] Update swig/StringArray.i Co-Authored-By: Nikita Titov --- swig/StringArray.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/swig/StringArray.i b/swig/StringArray.i index 9df22249ae36..12f1a5d2b21c 100644 --- a/swig/StringArray.i +++ b/swig/StringArray.i @@ -1,3 +1,7 @@ +/*! + * Copyright (c) 2020 Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See LICENSE file in the project root for license information. + */ /** * This wraps the StringArray.hpp class for SWIG usage, * adding the basic C-style wrappers needed to make it