From 105f82f9bc4379591a17d1d59f5ba49eedf99bc2 Mon Sep 17 00:00:00 2001 From: Jason von Nieda Date: Fri, 20 Jan 2012 17:28:18 -0800 Subject: [PATCH] Changed license to LGPL 3 --- ScreenUi.cpp | 21 ++++++++++++++++----- ScreenUi.h | 21 ++++++++++++++++----- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/ScreenUi.cpp b/ScreenUi.cpp index fdc9463..8aea2d4 100644 --- a/ScreenUi.cpp +++ b/ScreenUi.cpp @@ -1,11 +1,22 @@ /** + * ScreenUi * A toolkit for building character based user interfaces on small displays. - * * Copyright (c) 2012 Jason von Nieda - * This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 - * Unported License. To view a copy of this license, visit - * http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative - * Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. + * + * This file is part of ScreenUi. + * + * ScreenUi 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. + * + * ScreenUi 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 ScreenUi. If not, see . */ #include diff --git a/ScreenUi.h b/ScreenUi.h index 4f486fd..6e49f9f 100644 --- a/ScreenUi.h +++ b/ScreenUi.h @@ -1,11 +1,22 @@ /** + * ScreenUi * A toolkit for building character based user interfaces on small displays. - * * Copyright (c) 2012 Jason von Nieda - * This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 - * Unported License. To view a copy of this license, visit - * http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative - * Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. + * + * This file is part of ScreenUi. + * + * ScreenUi 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. + * + * ScreenUi 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 ScreenUi. If not, see . */ #ifndef __ScreenUi_h__