X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Foverloading%2Fmacros%2F%25mc_n_st.sci;h=3c04d2718b1f738cb8ecb10292c9c3285995948b;hp=42c3cb8bf20c2a296278987a28240a980c5e5673;hb=0cad87adf77cc089a22cb3c436cd7dc4a4ba44de;hpb=73ed6099c29f0327ddc58dbe9345b2a158bd3a4c diff --git a/scilab/modules/overloading/macros/%mc_n_st.sci b/scilab/modules/overloading/macros/%mc_n_st.sci index 42c3cb8..3c04d27 100644 --- a/scilab/modules/overloading/macros/%mc_n_st.sci +++ b/scilab/modules/overloading/macros/%mc_n_st.sci @@ -1,14 +1,17 @@ // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab // Copyright (C) INRIA, Serge Steer -// -// This file must be used under the terms of the CeCILL. -// This source file is licensed as described in the file COPYING, which -// you should have received as part of this distribution. The terms -// are also available at -// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt +// +// Copyright (C) 2012 - 2016 - Scilab Enterprises +// +// This file is hereby licensed under the terms of the GNU GPL v2.0, +// pursuant to article 5.3.4 of the CeCILL v.2.1. +// This file was originally licensed under the terms of the CeCILL v2.1, +// and continues to be available under such terms. +// For more information, see the COPYING file which you should have received +// along with this program. function r=%mc_n_st(a,b) -// implements r=a~=b -// for a a function and b a struct - r=%t -endfunction + // implements r=a~=b + // for a a function and b a struct + r=%t +endfunction