我有一些我想在 GPL v3 下获得许可的代码。FSF 建议的标题是:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
“你应该已经收到了一份 GNU 通用公共许可证的副本以及这个程序”这句话让我大吃一惊。之后有一个指向他们的许可证副本的链接,我想让它构成我项目的许可证文本(这是一个单文件项目,我不想添加另一个文件许可证文本)。我是否因为没有准确的许可证文本副本而违反了任何规定?“应该”究竟有什么法律效力?