Skip to content

Commit 5e7ebc6

Browse files
add Makefiles for the copyright adder
1 parent 28fef50 commit 5e7ebc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

async-toolkit/m3utils/m3utils/oss/copyright.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ M3INSTALL=/nfs/pdx/disks/or_n3a_disk001/w138/mnystroe/m3utils
99

1010
(find . -type f -and -name m3makefile | xargs -n1 ${M3INSTALL}/copyright/AMD64_LINUX/copyright -type tex -year 2025 -line1 "${LINE1}" -line2 "${LINE2}" )
1111

12+
(find . -type f -and -name Makefile | xargs -n1 ${M3INSTALL}/copyright/AMD64_LINUX/copyright -type sh -year 2025 -line1 "${LINE1}" -line2 "${LINE2}" )
13+
14+
(find . -type f -and -name GNUmakefile | xargs -n1 ${M3INSTALL}/copyright/AMD64_LINUX/copyright -type sh -year 2025 -line1 "${LINE1}" -line2 "${LINE2}" )
15+

0 commit comments

Comments
 (0)