FAU画面とGNU画面

FAU画面とGNU画面

次のバージョンの画面コマンドを使用しています。 -

画面バージョン4.00.03(FAU)2006年10月23日

Screenコマンドに関連するGPLバージョン(GPLv2またはGPLv3)を知りたいです。どこで助けることができますか?

答え1

私のFedora 14システムにも同じバージョンがあります。次のセクションがman screen含まれていますCOPYLEFT

   Copyright (C) 1993-2003
        Juergen Weigert ([email protected])
        Michael Schroeder ([email protected])
   Copyright (C) 1987 Oliver Laumann
   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 2, 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 MER‐
   CHANTABILITY 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 (see the file COPYING); if not,  write  to  the  Free
   Software  Foundation,  Inc.,  59  Temple  Place - Suite 330, Boston, MA
   02111-1307, USA

必要に応じてGPLv2以上です。

/usr/share/doc/screen-4.0.3/COPYINGバージョン2で確認されたライセンスもあります。

答え2

FAU画面とGNU画面

「スクリーン(FAU)」はApple OS X / macOSバージョンのスクリーンのようです。

Google

Googleはfau画面がどこから出てくるのか分からないようです。

https://www.google.com/search?q=%22Screen+version+4.00.03+(FAU)+23-Oct-06%22

ライスファイルシステム

locate screen-4.0.3どちらも興味深い結果を得ませんでしたlocate '/screen/'

strings /usr/bin/screen上記と同じライセンスが表示されます。

Copyright (c) 1993-2002 Juergen Weigert, Michael Schroeder
Copyright (c) 1987 Oliver Laumann
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 2, 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 (see the file COPYING); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to [email protected]

ただし、このバージョンの画面は「実際の」画面のようには機能しないようです(例:sshでは機能しません)。したがって、私の考えでは、これがフォークのようです。

アップルオープンソース

Appleはこの(潜在的な)フォークのソースコードを公開しました。

https://opensource.apple.com/source/screen/screen-22/

変更ログもあります。

https://opensource.apple.com/source/screen/screen-22/screen/patchlevel.h.auto.html

しかし、OS Xオープンソースのさまざまなバージョンを注意深く読んでください(https://opensource.apple.com/)FAU画面の他のバージョンを見つけることができます(例:https://opensource.apple.com/source/screen/screen-19/screen/)はまったく同じバージョンの出力を持ちます。

関連情報