tomboy r1888 - in trunk: . libtomboy



Author: kkubasik
Date: Sat Feb 23 07:51:00 2008
New Revision: 1888
URL: http://svn.gnome.org/viewvc/tomboy?rev=1888&view=rev

Log:
* libtomboy/eggaccelerators.h, libtomboy/tomboykeybinder.c,
  libtomboy/tomboyutil.c, libtomboy/eggaccelerators.c,
  libtomboy/tomboykeybinder.h, libtomboy/tomboyutil.h: Fixing
  bug#517369 by cleaning up some licence headers. The tomboy*.c and
  tomboy*.h files were licenced MIT/X11 Copyright Novell. If thats
  wrong, please fix. Updated FSF Address in other licences.

Modified:
   trunk/ChangeLog
   trunk/libtomboy/eggaccelerators.c
   trunk/libtomboy/eggaccelerators.h
   trunk/libtomboy/tomboykeybinder.c
   trunk/libtomboy/tomboykeybinder.h
   trunk/libtomboy/tomboyutil.c
   trunk/libtomboy/tomboyutil.h

Modified: trunk/libtomboy/eggaccelerators.c
==============================================================================
--- trunk/libtomboy/eggaccelerators.c	(original)
+++ trunk/libtomboy/eggaccelerators.c	Sat Feb 23 07:51:00 2008
@@ -14,8 +14,7 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 
  */
 
 #include "eggaccelerators.h"

Modified: trunk/libtomboy/eggaccelerators.h
==============================================================================
--- trunk/libtomboy/eggaccelerators.h	(original)
+++ trunk/libtomboy/eggaccelerators.h	Sat Feb 23 07:51:00 2008
@@ -14,8 +14,7 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 
  */
 
 #ifndef __EGG_ACCELERATORS_H__

Modified: trunk/libtomboy/tomboykeybinder.c
==============================================================================
--- trunk/libtomboy/tomboykeybinder.c	(original)
+++ trunk/libtomboy/tomboykeybinder.c	Sat Feb 23 07:51:00 2008
@@ -1,3 +1,20 @@
+/* tomboykeybinder.c
+ * Copyright (C) 2008 Novell
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 
+ */
 #include <string.h>
 
 #include <gdk/gdk.h>

Modified: trunk/libtomboy/tomboykeybinder.h
==============================================================================
--- trunk/libtomboy/tomboykeybinder.h	(original)
+++ trunk/libtomboy/tomboykeybinder.h	Sat Feb 23 07:51:00 2008
@@ -1,4 +1,20 @@
-
+/* tomboykeybinder.h
+ * Copyright (C) 2008 Novell
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 
+ */
 #ifndef __TOMBOY_KEY_BINDER_H__
 #define __TOMBOY_KEY_BINDER_H__
 

Modified: trunk/libtomboy/tomboyutil.c
==============================================================================
--- trunk/libtomboy/tomboyutil.c	(original)
+++ trunk/libtomboy/tomboyutil.c	Sat Feb 23 07:51:00 2008
@@ -1,4 +1,20 @@
-
+/* tomboyutil.c
+ * Copyright (C) 2008 Novell
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 
+ */
 
 #include <gdk/gdk.h>
 #include <gdk/gdkwindow.h>

Modified: trunk/libtomboy/tomboyutil.h
==============================================================================
--- trunk/libtomboy/tomboyutil.h	(original)
+++ trunk/libtomboy/tomboyutil.h	Sat Feb 23 07:51:00 2008
@@ -1,4 +1,20 @@
-
+/* tomboyutil.h
+ * Copyright (C) 2008 Novell
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 
+ */
 #ifndef __TOMBOY_UTIL_H__
 #define __TOMBOY_UTIL_H__
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]