$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-11-05 06:01:56
> No, but there is "© Copyright" and in almost every source file there
> are "(C) Copyright".
>
> And a plain "Copyright" seems to me a lot better and you don't have
> this "Copyright Copyright" look.
>
> rgrep -rn -x hpp "(C)" boost | wc
> 813
My understanding is that in some jurisdictions the (C) is required in order
to make the declaration legally binding.
John