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 28fef50 commit 5e7ebc6Copy full SHA for 5e7ebc6
async-toolkit/m3utils/m3utils/oss/copyright.sh
@@ -9,3 +9,7 @@ M3INSTALL=/nfs/pdx/disks/or_n3a_disk001/w138/mnystroe/m3utils
9
10
(find . -type f -and -name m3makefile | xargs -n1 ${M3INSTALL}/copyright/AMD64_LINUX/copyright -type tex -year 2025 -line1 "${LINE1}" -line2 "${LINE2}" )
11
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