gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

Add correct copyright notice wrt DCO

Open dkm opened this issue 2 years ago • 1 comments

When changes are merged with FSF copyright assignment, the "regular" copyright :

Copyright (C) 20XX-20XX Free Software Foundation, Inc.

is ok.

When using the DCO, we should probably add the same notice as libstc++ is using (and other parts also):

Copyright The GNU Toolchain Authors.

dkm avatar Jan 10 '23 07:01 dkm

hm, so should we make those changes to all of our files within gcc/rust/ and libgrust/? considering they've now probably all been touched by people using DCO sign-off instead of FSF copyright assignment

CohenArthur avatar Apr 15 '24 11:04 CohenArthur