Author: olivier
Date: 2008-05-31 14:35:42 +0000 (Sat, 31 May 2008)
New Revision: 26999
Modified:
xfwm4/trunk/src/client.c
xfwm4/trunk/src/client.h
xfwm4/trunk/src/compositor.c
xfwm4/trunk/src/compositor.h
xfwm4/trunk/src/cycle.c
xfwm4/trunk/src/cycle.h
xfwm4/trunk/src/display.c
xfwm4/trunk/src/display.h
xfwm4/trunk/src/event_filter.c
xfwm4/trunk/src/event_filter.h
xfwm4/trunk/src/events.c
xfwm4/trunk/src/events.h
xfwm4/trunk/src/focus.c
xfwm4/trunk/src/focus.h
xfwm4/trunk/src/frame.c
xfwm4/trunk/src/frame.h
xfwm4/trunk/src/hints.c
xfwm4/trunk/src/hints.h
xfwm4/trunk/src/icons.c
xfwm4/trunk/src/icons.h
xfwm4/trunk/src/keyboard.c
xfwm4/trunk/src/keyboard.h
xfwm4/trunk/src/main.c
xfwm4/trunk/src/menu.c
xfwm4/trunk/src/menu.h
xfwm4/trunk/src/misc.c
xfwm4/trunk/src/misc.h
xfwm4/trunk/src/moveresize.c
xfwm4/trunk/src/moveresize.h
xfwm4/trunk/src/mypixmap.c
xfwm4/trunk/src/mypixmap.h
xfwm4/trunk/src/mywindow.c
xfwm4/trunk/src/mywindow.h
xfwm4/trunk/src/netwm.c
xfwm4/trunk/src/netwm.h
xfwm4/trunk/src/parserc.c
xfwm4/trunk/src/parserc.h
xfwm4/trunk/src/placement.c
xfwm4/trunk/src/placement.h
xfwm4/trunk/src/poswin.c
xfwm4/trunk/src/poswin.h
xfwm4/trunk/src/screen.c
xfwm4/trunk/src/screen.h
xfwm4/trunk/src/session.c
xfwm4/trunk/src/session.h
xfwm4/trunk/src/settings.c
xfwm4/trunk/src/settings.h
xfwm4/trunk/src/spinning_cursor.c
xfwm4/trunk/src/spinning_cursor.h
xfwm4/trunk/src/stacking.c
xfwm4/trunk/src/stacking.h
xfwm4/trunk/src/startup_notification.c
xfwm4/trunk/src/startup_notification.h
xfwm4/trunk/src/tabwin.c
xfwm4/trunk/src/tabwin.h
xfwm4/trunk/src/transients.c
xfwm4/trunk/src/transients.h
xfwm4/trunk/src/ui_style.c
xfwm4/trunk/src/ui_style.h
xfwm4/trunk/src/wireframe.c
xfwm4/trunk/src/wireframe.h
xfwm4/trunk/src/workspaces.c
xfwm4/trunk/src/workspaces.h
xfwm4/trunk/src/xsync.c
xfwm4/trunk/src/xsync.h
Log:
Update FSF address
Modified: xfwm4/trunk/src/client.c
===================================================================
--- xfwm4/trunk/src/client.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/client.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/client.h
===================================================================
--- xfwm4/trunk/src/client.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/client.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/compositor.c
===================================================================
--- xfwm4/trunk/src/compositor.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/compositor.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
xcompmgr - (c) 2003 Keith Packard
metacity - (c) 2003, 2004 Red Hat, Inc.
xfwm4 - (c) 2005-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/compositor.h
===================================================================
--- xfwm4/trunk/src/compositor.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/compositor.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
xcompmgr - (c) 2003 Keith Packard
- xfwm4 - (c) 2005-2007 Olivier Fourdan
+ xfwm4 - (c) 2005-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/cycle.c
===================================================================
--- xfwm4/trunk/src/cycle.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/cycle.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/cycle.h
===================================================================
--- xfwm4/trunk/src/cycle.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/cycle.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/display.c
===================================================================
--- xfwm4/trunk/src/display.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/display.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/display.h
===================================================================
--- xfwm4/trunk/src/display.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/display.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_DISPLAY_H
Modified: xfwm4/trunk/src/event_filter.c
===================================================================
--- xfwm4/trunk/src/event_filter.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/event_filter.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/event_filter.h
===================================================================
--- xfwm4/trunk/src/event_filter.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/event_filter.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_EVENT_FILTER_H
Modified: xfwm4/trunk/src/events.c
===================================================================
--- xfwm4/trunk/src/events.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/events.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/events.h
===================================================================
--- xfwm4/trunk/src/events.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/events.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/focus.c
===================================================================
--- xfwm4/trunk/src/focus.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/focus.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/focus.h
===================================================================
--- xfwm4/trunk/src/focus.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/focus.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_FOCUS_H
Modified: xfwm4/trunk/src/frame.c
===================================================================
--- xfwm4/trunk/src/frame.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/frame.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/frame.h
===================================================================
--- xfwm4/trunk/src/frame.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/frame.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/hints.c
===================================================================
--- xfwm4/trunk/src/hints.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/hints.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
Metacity - (c) 2001 Havoc Pennington
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/hints.h
===================================================================
--- xfwm4/trunk/src/hints.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/hints.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
Metacity - (c) 2001 Havoc Pennington
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/icons.c
===================================================================
--- xfwm4/trunk/src/icons.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/icons.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,11 +12,13 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
Metacity - (c) 2001 Havoc Pennington
libwnck - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/icons.h
===================================================================
--- xfwm4/trunk/src/icons.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/icons.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,11 +12,13 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
Metacity - (c) 2001 Havoc Pennington
libwnck - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
#ifndef INC_ICONS_H
Modified: xfwm4/trunk/src/keyboard.c
===================================================================
--- xfwm4/trunk/src/keyboard.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/keyboard.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/keyboard.h
===================================================================
--- xfwm4/trunk/src/keyboard.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/keyboard.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/main.c
===================================================================
--- xfwm4/trunk/src/main.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/main.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/menu.c
===================================================================
--- xfwm4/trunk/src/menu.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/menu.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/menu.h
===================================================================
--- xfwm4/trunk/src/menu.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/menu.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/misc.c
===================================================================
--- xfwm4/trunk/src/misc.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/misc.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/misc.h
===================================================================
--- xfwm4/trunk/src/misc.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/misc.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/moveresize.c
===================================================================
--- xfwm4/trunk/src/moveresize.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/moveresize.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/moveresize.h
===================================================================
--- xfwm4/trunk/src/moveresize.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/moveresize.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
Modified: xfwm4/trunk/src/mypixmap.c
===================================================================
--- xfwm4/trunk/src/mypixmap.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/mypixmap.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
Original XPM load routines from gdk-pixbuf:
Copyright (C) 1999 Mark Crichton
@@ -26,7 +28,7 @@
XPM color substitution used by the themes to apply gtk+ colors.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/mypixmap.h
===================================================================
--- xfwm4/trunk/src/mypixmap.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/mypixmap.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/mywindow.c
===================================================================
--- xfwm4/trunk/src/mywindow.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/mywindow.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/mywindow.h
===================================================================
--- xfwm4/trunk/src/mywindow.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/mywindow.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/netwm.c
===================================================================
--- xfwm4/trunk/src/netwm.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/netwm.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/netwm.h
===================================================================
--- xfwm4/trunk/src/netwm.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/netwm.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_NETWM_H
Modified: xfwm4/trunk/src/parserc.c
===================================================================
--- xfwm4/trunk/src/parserc.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/parserc.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/parserc.h
===================================================================
--- xfwm4/trunk/src/parserc.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/parserc.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/placement.c
===================================================================
--- xfwm4/trunk/src/placement.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/placement.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/placement.h
===================================================================
--- xfwm4/trunk/src/placement.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/placement.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_PLACEMENT_H
Modified: xfwm4/trunk/src/poswin.c
===================================================================
--- xfwm4/trunk/src/poswin.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/poswin.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,9 +12,11 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
based on a patch from Joshua Blanton <[EMAIL PROTECTED]>
*/
Modified: xfwm4/trunk/src/poswin.h
===================================================================
--- xfwm4/trunk/src/poswin.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/poswin.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,9 +12,11 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
based on a patch from Joshua Blanton <[EMAIL PROTECTED]>
*/
Modified: xfwm4/trunk/src/screen.c
===================================================================
--- xfwm4/trunk/src/screen.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/screen.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/screen.h
===================================================================
--- xfwm4/trunk/src/screen.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/screen.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/session.c
===================================================================
--- xfwm4/trunk/src/session.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/session.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,9 +12,11 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
/* Initially inspired by xfwm, fvwm2, enlightment and twm implementations */
Modified: xfwm4/trunk/src/session.h
===================================================================
--- xfwm4/trunk/src/session.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/session.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,9 +12,11 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/settings.c
===================================================================
--- xfwm4/trunk/src/settings.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/settings.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/settings.h
===================================================================
--- xfwm4/trunk/src/settings.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/settings.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/spinning_cursor.c
===================================================================
--- xfwm4/trunk/src/spinning_cursor.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/spinning_cursor.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/spinning_cursor.h
===================================================================
--- xfwm4/trunk/src/spinning_cursor.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/spinning_cursor.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/stacking.c
===================================================================
--- xfwm4/trunk/src/stacking.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/stacking.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/stacking.h
===================================================================
--- xfwm4/trunk/src/stacking.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/stacking.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_STACKING_H
Modified: xfwm4/trunk/src/startup_notification.c
===================================================================
--- xfwm4/trunk/src/startup_notification.c 2008-05-31 14:29:47 UTC (rev
26998)
+++ xfwm4/trunk/src/startup_notification.c 2008-05-31 14:35:42 UTC (rev
26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/startup_notification.h
===================================================================
--- xfwm4/trunk/src/startup_notification.h 2008-05-31 14:29:47 UTC (rev
26998)
+++ xfwm4/trunk/src/startup_notification.h 2008-05-31 14:35:42 UTC (rev
26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/tabwin.c
===================================================================
--- xfwm4/trunk/src/tabwin.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/tabwin.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/tabwin.h
===================================================================
--- xfwm4/trunk/src/tabwin.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/tabwin.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_TABWIN_H
Modified: xfwm4/trunk/src/transients.c
===================================================================
--- xfwm4/trunk/src/transients.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/transients.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/transients.h
===================================================================
--- xfwm4/trunk/src/transients.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/transients.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_TRANSIENTS_H
Modified: xfwm4/trunk/src/ui_style.c
===================================================================
--- xfwm4/trunk/src/ui_style.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/ui_style.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifdef HAVE_CONFIG_H
Modified: xfwm4/trunk/src/ui_style.h
===================================================================
--- xfwm4/trunk/src/ui_style.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/ui_style.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
+
*/
#ifndef INC_UI_STYLE_H
Modified: xfwm4/trunk/src/wireframe.c
===================================================================
--- xfwm4/trunk/src/wireframe.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/wireframe.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/wireframe.h
===================================================================
--- xfwm4/trunk/src/wireframe.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/wireframe.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/workspaces.c
===================================================================
--- xfwm4/trunk/src/workspaces.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/workspaces.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/workspaces.h
===================================================================
--- xfwm4/trunk/src/workspaces.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/workspaces.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,10 +12,12 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2007 Olivier Fourdan
+ xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/xsync.c
===================================================================
--- xfwm4/trunk/src/xsync.c 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/xsync.c 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
xfwm4 - (c) 2002-2008 Olivier Fourdan
*/
Modified: xfwm4/trunk/src/xsync.h
===================================================================
--- xfwm4/trunk/src/xsync.h 2008-05-31 14:29:47 UTC (rev 26998)
+++ xfwm4/trunk/src/xsync.h 2008-05-31 14:35:42 UTC (rev 26999)
@@ -12,8 +12,10 @@
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.
+ Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
oroborus - (c) 2001 Ken Lynch
xfwm4 - (c) 2002-2008 Olivier Fourdan
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits