From 6d2be4a3051b925768dc068e550254470636749b Mon Sep 17 00:00:00 2001 From: henil Date: Mon, 5 Oct 2020 17:15:52 +0530 Subject: [PATCH] License attribution not required --- tests/syntax-tests/source/Julia/test.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/syntax-tests/source/Julia/test.jl b/tests/syntax-tests/source/Julia/test.jl index 9f6900c8..cec5881e 100644 --- a/tests/syntax-tests/source/Julia/test.jl +++ b/tests/syntax-tests/source/Julia/test.jl @@ -1,5 +1,3 @@ -# The `test.jl` file has been adapted from [https://github.com/mitmath/18S191/blob/master/lecture_notebooks/Basic%20Julia%20syntax.jl] and is subject to no license. - x = 3 y = 2x