2016-05-24 Fred Gleason <fredg@paravelsystems.com>

* Removed all CVS tags.
	* Removed 'const char *name' parameter from all QObject contructors.
This commit is contained in:
Fred Gleason
2016-05-24 13:13:26 -04:00
parent db9da6dc62
commit 698b475933
1059 changed files with 4795 additions and 7935 deletions

View File

@@ -2,10 +2,7 @@
##
## helper/ Automake.am for Rivendell
##
## (C) Copyright 2003-2005 Fred Gleason <fredg@paravelsystems.com>
##
## $Id: Makefile.am,v 1.9.6.1 2012/11/29 01:37:35 cvs Exp $
## $Date: 2012/11/29 01:37:35 $
## (C) Copyright 2003-2005,2016 Fred Gleason <fredg@paravelsystems.com>
##
## Use automake to process this into a Makefile.in
##

View File

@@ -3,10 +3,7 @@
// A utility for wrapping arbitrary file data in C-compaibile source
// statements.
//
// (C) Copyright 2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: cwrap.cpp,v 1.3 2007/02/14 21:48:41 fredg Exp $
// $Date: 2007/02/14 21:48:41 $
// (C) Copyright 2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

View File

@@ -3,10 +3,7 @@
// A utility for wrapping arbitrary file data in C-compaibile source
// statements.
//
// (C) Copyright 2003 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: cwrap.h,v 1.3 2007/02/14 21:48:41 fredg Exp $
// $Date: 2007/02/14 21:48:41 $
// (C) Copyright 2003,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as

View File

@@ -4,10 +4,7 @@
#
# A shell utility for packaging Rivendell translation files.
#
# (C) Copyright 2005,2008 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: rdpack.sh,v 1.6 2010/07/29 19:32:32 cvs Exp $
# $Date: 2010/07/29 19:32:32 $
# (C) Copyright 2005,2008,2016 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

View File

@@ -4,10 +4,7 @@
#
# A shell utility for managing Rivendell translation files.
#
# (C) Copyright 2005,2008 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: rdtrans.sh,v 1.7 2010/07/29 19:32:32 cvs Exp $
# $Date: 2010/07/29 19:32:32 $
# (C) Copyright 2005,2008,2016 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

View File

@@ -5,10 +5,7 @@
# A GUi interface for rdtrans.sh script that is used to manage Rivendell
# translation files.
#
# (C) Copyright 2010 Frederick Henderson <frederickjh@henderson-meier.org>
#
# $Id: rdtransgui.sh,v 1.1 2011/03/01 21:00:07 cvs Exp $
# $Date: 2011/03/01 21:00:07 $
# (C) Copyright 2010,2016 Frederick Henderson <frederickjh@henderson-meier.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

View File

@@ -5,10 +5,7 @@
# A utility for setting environmental variables to be used by the
# rdtrans.sh script that is used to manage Rivendell translation files.
#
# (C) Copyright 2010 Frederick Henderson <frederickjh@henderson-meier.org>
#
# $Id: setenvvar.sh,v 1.1 2011/03/01 21:00:07 cvs Exp $
# $Date: 2011/03/01 21:00:07 $
# (C) Copyright 2010,2016 Frederick Henderson <frederickjh@henderson-meier.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as