We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10022f2 commit 000f058Copy full SHA for 000f058
lib/wx/api_gen/gen_util.erl
@@ -299,8 +299,8 @@ append_license(_) ->
299
c_copyright() ->
300
{CurrentYear,_,_} = erlang:date(),
301
w("/*~n",[]),
302
- w(" * %CopyrightBegin%
303
- w(" *
+ w(" * %CopyrightBegin%~n",[]),
+ w(" *~n",[]),
304
w(" * SPDX-License-Identifier: Apache-2.0~n",[]),
305
w(" *~n",[]),
306
w(" * Copyright Ericsson AB 2008-~p. All Rights Reserved.~n",[CurrentYear]),
0 commit comments