comparison terminal-title.sl @ 1:b5ca94cc74ae default tip

Change license to GPL-2.0+
author Guido Berhoerster <guido+slrn@berhoerster.name>
date Sat, 25 Jul 2015 17:12:50 +0200
parents 1964c513723a
children
comparison
equal deleted inserted replaced
0:1964c513723a 1:b5ca94cc74ae
1 % terminal-title.sl - set the terminal title 1 % terminal-title.sl - set the terminal title
2 % 2 %
3 % Copyright (C) 2009 Guido Berhoerster <guido+slrn@berhoerster.name> 3 % Copyright (C) 2009 Guido Berhoerster <guido+slrn@berhoerster.name>
4 % 4 %
5 % Permission is hereby granted, free of charge, to any person obtaining 5 % This program is free software; you can redistribute it and/or
6 % a copy of this software and associated documentation files (the 6 % modify it under the terms of the GNU General Public License
7 % "Software"), to deal in the Software without restriction, including 7 % as published by the Free Software Foundation; either version 2
8 % without limitation the rights to use, copy, modify, merge, publish, 8 % of the License, or (at your option) any later version.
9 % distribute, sublicense, and/or sell copies of the Software, and to
10 % permit persons to whom the Software is furnished to do so, subject to
11 % the following conditions:
12 % 9 %
13 % The above copyright notice and this permission notice shall be included 10 % This program is distributed in the hope that it will be useful,
14 % in all copies or substantial portions of the Software. 11 % but WITHOUT ANY WARRANTY; without even the implied warranty of
12 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 % GNU General Public License for more details.
15 % 14 %
16 % THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 % You should have received a copy of the GNU General Public License
17 % EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 % along with this program; if not, write to the Free Software
18 % MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17 % Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 % IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20 % CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21 % TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22 % SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 18
24 %open_log_file(make_home_filename("slrn-debug.log")); 19 %open_log_file(make_home_filename("slrn-debug.log"));
25 %_traceback = 1; 20 %_traceback = 1;
26 21
27 implements("TerminalTitle"); 22 implements("TerminalTitle");