Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2009-02-14 18:02:10 +0300
committerjs <js-gajim@webkeks.org>2009-02-14 18:02:10 +0300
commitb2ebb4cbc993e3e9335bf3e8c1f12b1e9d54d2d7 (patch)
treea98cce3f2c35894ec801aa6b1ae32a16e552edbb /src/osx/growl
parentdb5f9bab05b83c38830d81da3995ced5b09d58f7 (diff)
Fix serious copyright and license issues, which were introduced as a
reaction to #4200.
Diffstat (limited to 'src/osx/growl')
-rw-r--r--src/osx/growl/_growl.c19
-rw-r--r--src/osx/growl/_growlImage.m18
2 files changed, 0 insertions, 37 deletions
diff --git a/src/osx/growl/_growl.c b/src/osx/growl/_growl.c
index 06ddc026c..11ac07e93 100644
--- a/src/osx/growl/_growl.c
+++ b/src/osx/growl/_growl.c
@@ -2,25 +2,6 @@
* Copyright 2004-2005 The Growl Project.
* Created by Jeremy Rossi <jeremy@jeremyrossi.com>
* Released under the BSD license.
- *
- * src/osx/growl/_growl.c
- *
- * Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
- *
- * This file is part of Gajim.
- *
- * Gajim 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; version 3 only.
- *
- * Gajim 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 Gajim. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <Python.h>
diff --git a/src/osx/growl/_growlImage.m b/src/osx/growl/_growlImage.m
index 29840929b..d4b2b72f9 100644
--- a/src/osx/growl/_growlImage.m
+++ b/src/osx/growl/_growlImage.m
@@ -1,24 +1,6 @@
/*
* Copyright 2004 Mark Rowe <bdash@users.sourceforge.net>
* Released under the BSD license.
- * src/osx/growl/_growlImage.m
- *
- * Copyright (C) 2007 Yann Leboulanger <asterix AT lagaule.org>
- *
- * This file is part of Gajim.
- *
- * Gajim 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; version 3 only.
- *
- * Gajim 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 Gajim. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include "Python.h"