[gnome-builder] egg: relicense EggAnimation and EggFrameSource as LGPL-2.1+
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] egg: relicense EggAnimation and EggFrameSource as LGPL-2.1+
- Date: Thu, 11 Feb 2016 22:54:51 +0000 (UTC)
commit 2fb8205cd7583bb3dae25eb4a652867ac991b9e5
Author: Christian Hergert <chergert redhat com>
Date: Thu Feb 11 14:30:37 2016 -0800
egg: relicense EggAnimation and EggFrameSource as LGPL-2.1+
contrib/egg/egg-animation.c | 22 +++++++++++-----------
contrib/egg/egg-animation.h | 22 +++++++++++-----------
contrib/egg/egg-frame-source.c | 22 +++++++++++-----------
contrib/egg/egg-frame-source.h | 22 +++++++++++-----------
4 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/contrib/egg/egg-animation.c b/contrib/egg/egg-animation.c
index c1780c4..d3008a1 100644
--- a/contrib/egg/egg-animation.c
+++ b/contrib/egg/egg-animation.c
@@ -1,19 +1,19 @@
/* egg-animation.c
*
- * Copyright (C) 2013 Christian Hergert <christian hergert me>
+ * Copyright (C) 2010-2016 Christian Hergert <christian hergert me>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * This file is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 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.
+ * This file 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 Lesser General Public
+ * License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <glib/gi18n.h>
diff --git a/contrib/egg/egg-animation.h b/contrib/egg/egg-animation.h
index d1efa78..0492087 100644
--- a/contrib/egg/egg-animation.h
+++ b/contrib/egg/egg-animation.h
@@ -1,19 +1,19 @@
/* egg-animation.h
*
- * Copyright (C) 2013 Christian Hergert <christian hergert me>
+ * Copyright (C) 2010-2016 Christian Hergert <christian hergert me>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * This file is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 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.
+ * This file 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 Lesser General Public
+ * License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_ANIMATION_H
diff --git a/contrib/egg/egg-frame-source.c b/contrib/egg/egg-frame-source.c
index 065f145..64a8593 100644
--- a/contrib/egg/egg-frame-source.c
+++ b/contrib/egg/egg-frame-source.c
@@ -1,19 +1,19 @@
/* egg-frame-source.c
*
- * Copyright (C) 2010-2015 Christian Hergert <christian hergert me>
+ * Copyright (C) 2010-2016 Christian Hergert <christian hergert me>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * This file is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 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.
+ * This file 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 Lesser General Public
+ * License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "egg-frame-source.h"
diff --git a/contrib/egg/egg-frame-source.h b/contrib/egg/egg-frame-source.h
index 37f79cb..3ba234f 100644
--- a/contrib/egg/egg-frame-source.h
+++ b/contrib/egg/egg-frame-source.h
@@ -1,19 +1,19 @@
/* egg-frame-source.h
*
- * Copyright (C) 2010-2015 Christian Hergert <christian hergert me>
+ * Copyright (C) 2010-2016 Christian Hergert <christian hergert me>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * This file is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 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.
+ * This file 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 Lesser General Public
+ * License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EGG_FRAME_SOURCE_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]