Re: Credits for imported files
Uwe Brauer <[email protected]>
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
>> "Stephen" == Stephen J Turnbull <[email protected]> writes: > Uwe Brauer writes: > However, there is a real problem with the file you submitted in a > separate post: the copyright notice(s) seem to be missing. Since > it's apparently in GNU Emacs, most of it is probably copyright FSF. > If you mixed with another file, there may be other copyright holders. > Transforming to a different encoding and the other small changes you > made as I understand it are not copyrightable, so you shouldn't add > yourself. (If I misunderstand your contribution, let me know.) I added two new input methods. - both are qwerty type of key distributions (meaning a is mapped to aleph etc). One is based on the one found in xkb, which is shipped by most X.org distributions. The other one is based on my private preferences. - I suggested to add them to the GNU emacs hebrew.el, Stefan agreed, but then I had to sign copyright assignments to the FSF which meant sending a snmail to the US, which looked to much trouble for me. The lines in hebrew.el which refer to any copyright are: ,---- | | ;; hebrew.el --- Quail package for inputting Hebrew characters -*-coding: iso-2022-7bit;-*- | | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | ;; 2008, 2009, 2010, 2011 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ;; Registration Number H14PRO021 | | ;; Many input methods in this file provided | ;; by Yair Friedman <[email protected]> | | ;; Keywords: multilingual, input method, Hebrew | | ;; This file is part of GNU Emacs. | | ;; GNU Emacs 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. | | ;; GNU Emacs 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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | | ;;; Commentary: | | ;;; Code: `---- Uwe