1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 03:02:20 +00:00

Removing old svn keywords.

This commit is contained in:
Brenden Matthews 2008-12-09 16:35:49 -07:00
parent 5a5e7fd8e2
commit dc3ed8df13
55 changed files with 27 additions and 73 deletions

View File

@ -1,5 +1,3 @@
# $Id$
NOTE: Since moving to Git, I am no longer going to continue to update this file (in favour of Git's log stuff).
Authors of conky in alphapetical order (please, send mail if I forgot

View File

@ -22,7 +22,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# $Id$
SUBDIRS = \
src \

2
TODO
View File

@ -1,5 +1,3 @@
# $Id$
1.x - implement _XROOTPMAP_ID and ESETROOT_PMAP_ID alterative for pseudo-transperency.
2.0.0 - schedule TBD

View File

@ -24,8 +24,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# $Id$
#
# optional $1 = optional directory containing build tree or git working copy
AUTOCONF=${AUTOCONF:-autoconf}

View File

@ -1,5 +1,3 @@
dnl $Id$
dnl major, minor and micro version macros.
m4_define([conky_version_major], [1])
m4_define([conky_version_minor], [6])

View File

@ -22,7 +22,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# $Id$
configdir = ${sysconfdir}/conky
dist_config_DATA = conky.conf

View File

@ -22,7 +22,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# $Id$
alignment bottom_left
background no

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl docs.xml > docs.html

View File

@ -1,7 +1,6 @@
##
## Syntax highlighting for conkyrc files.
##
## $Id$
##
syntax "conky" "(\.*conkyrc.*$|conky.conf)"

View File

@ -1,6 +1,5 @@
" Vim filetype detection file for Conky config files
"
" $Id$
au BufNewFile,BufRead *conkyrc set filetype=conkyrc
au BufNewFile,BufRead conky.conf set filetype=conkyrc

View File

@ -5,7 +5,6 @@
" Copyright: Copyright (c) 2005 Ciaran McCreesh
" Licence: You may redistribute this under the same terms as Vim itself
"
" $Id$
if exists("b:current_syntax")
finish

View File

@ -22,7 +22,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# $Id$
INCLUDES = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\"

View File

@ -1,5 +1,3 @@
/* $Id$ */
/* audacious.c: conky support for audacious music player
*
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net

View File

@ -1,5 +1,3 @@
/* $Id$ */
/* audacious.h: conky support for audacious music player
*
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net

View File

@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include <bmp/dbus.hh>
#include <dbus/dbus-glib.h>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <ctype.h>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <stdarg.h>

View File

@ -23,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$
*
*/
#ifndef _conky_h_

View File

@ -24,7 +24,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$
*/
#include "conky.h"

View File

@ -24,7 +24,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$
*/
#ifndef DISKIO_H_

View File

@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "eve.h"
#include "config.h"

View File

@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#define _GNU_SOURCE
#define MAXCHARS 4

View File

@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include <sys/dkstat.h>
#include <sys/param.h>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <unistd.h>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <errno.h>

View File

@ -29,9 +29,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
*
* */
*/
#include "conky.h"
#include "libmpdclient.h"

View File

@ -1,5 +1,3 @@
/* $Id$ */
/* libtcp-portmon.c: tcp port monitoring library.
*
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net

View File

@ -1,5 +1,3 @@
/* $Id$ */
/* libtcp-portmon.h: tcp port monitoring library.
*
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net

View File

@ -24,7 +24,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <dirent.h>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include <sys/stat.h>
#include <sys/time.h>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <sys/stat.h>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#ifndef _MBOXSCAN_H_
#define _MBOXSCAN_H_

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <sys/ioctl.h>

View File

@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include "moc.h"

View File

@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#ifndef MOC_H_
#define MOC_H_

View File

@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "netbsd.h"

View File

@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$
*/
#include "nvidia.h"

View File

@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$
*/

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include <sys/dkstat.h>
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
* Toni Spets <toni.spets@gmail.com>

View File

@ -1,4 +1,4 @@
/* $Id$
/*
*
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
* Toni Spets <toni.spets@gmail.com>

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include "prss.h"

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
* USA.
*
* $Id$
*
*/
#include "smapi.h"

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
* USA.
*
* $Id$
*
*/
#ifndef SMAPI_H

View File

@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
/* doesn't work, feel free to finish this */
#include "conky.h"

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
* USA.
*
* $Id$
*
*/
#include "config.h"
#include <stdio.h>

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
* USA.
*
* $Id$
*
*/
#ifndef TEMPHELPER_H

View File

@ -1,5 +1,3 @@
/* $Id$ */
/* timed_thread.c: Abstraction layer for timed threads
*
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net

View File

@ -1,5 +1,3 @@
/* $Id$ */
/* timed_thread.h: Abstraction layer for timed threads
*
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net

View File

@ -24,7 +24,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "top.h"

View File

@ -24,7 +24,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#ifndef _top_h_
#define _top_h_

View File

@ -23,8 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$
*
*/
#include "conky.h"

View File

@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"

View File

@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id$ */
*/
#include "conky.h"
#include <xmmsclient/xmmsclient.h>