Fix invalid XML comment in efl_mono.dll.config
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Wed, 4 Dec 2019 01:27:56 +0000 (01:27 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 22 Dec 2019 20:58:35 +0000 (05:58 +0900)
Use <!-- and --> to comment the license files

Reviewed-by: João Paulo Taylor Ienczak Zanette <joao.tiz@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D10790

src/bindings/mono/efl_mono.dll.config.in

index 4fe8699..25d216b 100644 (file)
@@ -1,3 +1,4 @@
+<!--
 /*
  * Copyright 2019 by its authors. See AUTHORS.
  *
@@ -13,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+-->
 <configuration>
   <dllmap dll="eina" target="@EINA@"/>
   <dllmap dll="efl" target="@EFL@"/>