~ubuntu-branches/debian/sid/terminatorx/sid

« back to all changes in this revision

Viewing changes to src/tX_legacy_global.c

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2014-03-10 11:43:09 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140310114309-9xtymsijhfr50yvh
Tags: 3.90-1
* New upstream release.
* Fix debian/watch file.
* Build-depend on gnome-doc-utils.
* Fix dh_install target.
* Remove manual copy of terminatorX-app.xpm, no longer needed.
* Drop 05_endian_h.patch, no longer applicable.
* Drop 16_loose_spelling_fix.patch, fixed upstream.
* Refresh 17_cleanup_desktop_file.patch
* Drop 20_fix_ftbfs_on_kfreebsd.patch, adopted upstream.
* Drop 23_new_zlib.patch, adopted upstream.
* Drop 24-missing_include.patch, applied upstream.
* Refresh 25-libdl_underlinkage.patch.
* Add patch to fix minor spelling mistakes.
* Various small improvements and updates on debian/copyright.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
    terminatorX - realtime audio scratching software
3
 
    Copyright (C) 1999-2011  Alexander König
 
3
    Copyright (C) 1999-2014  Alexander König
4
4
 
5
5
    This program is free software; you can redistribute it and/or modify
6
6
    it under the terms of the GNU General Public License as published by
13
13
    GNU General Public License for more details.
14
14
 
15
15
    You should have received a copy of the GNU General Public License
16
 
    along with this program; if not, write to the Free Software
17
 
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
16
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
17
 
19
18
    File: tX_legacy_global.cc
20
19
*/