[Xfce4-commits] r25747 - in mousepad/branches/nick_0_3: . mousepad
Nick Schermer
nick at xfce.org
Tue May 22 21:50:01 CEST 2007
Author: nick
Date: 2007-05-22 19:50:01 +0000 (Tue, 22 May 2007)
New Revision: 25747
Modified:
mousepad/branches/nick_0_3/ChangeLog
mousepad/branches/nick_0_3/autogen.sh
mousepad/branches/nick_0_3/configure.in.in
mousepad/branches/nick_0_3/mousepad/main.c
mousepad/branches/nick_0_3/mousepad/mousepad-application.c
mousepad/branches/nick_0_3/mousepad/mousepad-application.h
mousepad/branches/nick_0_3/mousepad/mousepad-dbus-infos.xml
mousepad/branches/nick_0_3/mousepad/mousepad-dbus.c
mousepad/branches/nick_0_3/mousepad/mousepad-dbus.h
mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.c
mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.h
mousepad/branches/nick_0_3/mousepad/mousepad-document.c
mousepad/branches/nick_0_3/mousepad/mousepad-document.h
mousepad/branches/nick_0_3/mousepad/mousepad-file.c
mousepad/branches/nick_0_3/mousepad/mousepad-file.h
mousepad/branches/nick_0_3/mousepad/mousepad-preferences.c
mousepad/branches/nick_0_3/mousepad/mousepad-preferences.h
mousepad/branches/nick_0_3/mousepad/mousepad-private.h
mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.c
mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.h
mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.c
mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.h
mousepad/branches/nick_0_3/mousepad/mousepad-types.h
mousepad/branches/nick_0_3/mousepad/mousepad-undo.c
mousepad/branches/nick_0_3/mousepad/mousepad-undo.h
mousepad/branches/nick_0_3/mousepad/mousepad-view.c
mousepad/branches/nick_0_3/mousepad/mousepad-view.h
mousepad/branches/nick_0_3/mousepad/mousepad-window-ui.xml
mousepad/branches/nick_0_3/mousepad/mousepad-window.c
mousepad/branches/nick_0_3/mousepad/mousepad-window.h
Log:
* *.*: Remove copyright lines.
Modified: mousepad/branches/nick_0_3/ChangeLog
===================================================================
--- mousepad/branches/nick_0_3/ChangeLog 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/ChangeLog 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,3 +1,7 @@
+2007-05-22 Nick Schermer <nick at xfce.org
+ * *.*: Remove copyright lines.
+
+
2007-05-20 Nick Schermer <nick at xfce.org>
* mousepad/mousepad-{preferences,search-bar,document}.c,
mousepad/mousepad-types.h: Add match whole word option.
Modified: mousepad/branches/nick_0_3/autogen.sh
===================================================================
--- mousepad/branches/nick_0_3/autogen.sh 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/autogen.sh 2007-05-22 19:50:01 UTC (rev 25747)
@@ -2,9 +2,6 @@
#
# $Id$
#
-# Copyright (c) 2007
-# The Xfce development team. All rights reserved.
-#
(type xdt-autogen) >/dev/null 2>&1 || {
cat >&2 <<EOF
Modified: mousepad/branches/nick_0_3/configure.in.in
===================================================================
--- mousepad/branches/nick_0_3/configure.in.in 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/configure.in.in 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,8 +1,4 @@
dnl $Id$
-dnl
-dnl Copyright (c) 2007
-dnl The Xfce development team. All rights reserved.
-dnl
dnl ***************************
dnl *** Version information ***
Modified: mousepad/branches/nick_0_3/mousepad/main.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/main.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/main.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-application.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-application.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-application.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-application.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-application.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-application.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-dbus-infos.xml
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-dbus-infos.xml 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-dbus-infos.xml 2007-05-22 19:50:01 UTC (rev 25747)
@@ -3,8 +3,6 @@
<!--
$Id$
- Copyright (c) 2007 Nick Schermer <nick at xfce.org>
-
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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-dbus.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-dbus.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-dbus.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,8 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2004-2007 Benedikt Meurer <benny at xfce.org>
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-dbus.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-dbus.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-dbus.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-dialogs.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-document.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-document.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-document.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-document.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-document.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-document.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-file.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-file.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-file.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-file.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-file.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-file.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-preferences.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-preferences.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-preferences.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,8 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- * Copyright (c) 2007 Benedikt Meurer <benny at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-preferences.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-preferences.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-preferences.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-private.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-private.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-private.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,8 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2006 Benedikt Meurer <benny at xfce.org>
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-search-bar.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-statusbar.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-types.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-types.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-types.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
-/*-
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
+/*
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-undo.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-undo.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-undo.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-undo.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-undo.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-undo.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-view.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-view.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-view.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-view.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-view.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-view.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-window-ui.xml
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-window-ui.xml 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-window-ui.xml 2007-05-22 19:50:01 UTC (rev 25747)
@@ -2,7 +2,19 @@
<!--
$Id$
- Copyright (c) 2007 Nick Schermer <nick at xfce.org>
+ 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 2 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.
+
+ 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., 59 Temple
+ Place, Suite 330, Boston, MA 02111-1307 USA
-->
<menubar name="main-menu">
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-window.c
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-window.c 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-window.c 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,8 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- * Copyright (c) 2007 Benedikt Meurer <benny at xfce.org>
- *
* 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 2 of the License, or (at your option)
Modified: mousepad/branches/nick_0_3/mousepad/mousepad-window.h
===================================================================
--- mousepad/branches/nick_0_3/mousepad/mousepad-window.h 2007-05-22 19:13:19 UTC (rev 25746)
+++ mousepad/branches/nick_0_3/mousepad/mousepad-window.h 2007-05-22 19:50:01 UTC (rev 25747)
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (c) 2007 Nick Schermer <nick at xfce.org>
- *
* 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 2 of the License, or (at your option)
More information about the Xfce4-commits
mailing list