Skip to content

Commit 2d03eb6

Browse files
mtopolnikclaude
andcommitted
Replace /** with /*+ in license header opening lines
Change the opening line of all 314 license/copyright block comments from /*** to /*+*** so they are no longer parsed as Javadoc. The /** prefix triggers Javadoc formatting warnings on the copyright notice text, which are avoided by using /*+ instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c98254c commit 2d03eb6

314 files changed

Lines changed: 314 additions & 314 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/src/main/c/freebsd/kqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/linux/epoll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/linux/recvmmsg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/osx/kqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/share/asmlib/asmlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*************************** asmlib.h ***************************************
1+
/*+************************* asmlib.h ***************************************
22
* Author: Agner Fog
33
* Date created: 2003-12-12
44
* Last modified: 2013-10-04

core/src/main/c/share/byte_sink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/share/byte_sink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/share/cpprt_overrides.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/share/cpprt_overrides.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/c/share/dispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

0 commit comments

Comments
 (0)