From c3f9f82dafb5d5dfd14b42c60f10cd0a086b62b1 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Wed, 26 Aug 2015 20:19:36 +0200 Subject: =?UTF-8?q?replace=20image=20with=20one=20I=20shot=20myself=20just?= =?UTF-8?q?=20now:=20=E2=80=9CBlick=20auf=E2=80=99s=20Me=C3=9Fdorfer=20Fel?= =?UTF-8?q?d=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (view towards Meßdorfer Feld, from ↳ tarent) published under any OSI certified Open Source licence --- xorg/tests/xdemo/yosemite.bmp | Bin 1843254 -> 1843254 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/xorg/tests/xdemo/yosemite.bmp b/xorg/tests/xdemo/yosemite.bmp index c64aba75..da2e8eed 100644 Binary files a/xorg/tests/xdemo/yosemite.bmp and b/xorg/tests/xdemo/yosemite.bmp differ -- cgit v1.2.1 From 57a7f18cb314fd7040c99b65dcece8d6b28e8629 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Wed, 26 Aug 2015 23:33:00 +0200 Subject: =?UTF-8?q?add=20historic=20GPLv2+=20to=20Simone=E2=80=99s=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this becomes GPLv3+ when combined with Apache v2 licenced files --- sesman/tools/sesadmin.c | 13 +++++++++++++ sesman/tools/sestest.c | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/sesman/tools/sesadmin.c b/sesman/tools/sesadmin.c index 32789c6d..203bc023 100644 --- a/sesman/tools/sesadmin.c +++ b/sesman/tools/sesadmin.c @@ -2,6 +2,19 @@ * sesadmin.c - an sesman administration tool * (c) 2008 Simone Fedele * + * 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 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, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "arch.h" diff --git a/sesman/tools/sestest.c b/sesman/tools/sestest.c index d42b31de..cf28f803 100644 --- a/sesman/tools/sestest.c +++ b/sesman/tools/sestest.c @@ -2,6 +2,19 @@ * sestest.c - an scp_v1 testing tool * (c) 2008 Simone Fedele * + * 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 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, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "arch.h" -- cgit v1.2.1