Update copyright information and change format of email addresses in source files.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2150 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
988d72a22a
commit
e3201062c6
@ -1,3 +1,11 @@
|
||||
2008-01-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
||||
* geany.nsi, geany_private.rc, README, doc/geany.html, doc/geany.txt,
|
||||
po/intl_stats.sh, plugins/*, src/*, tagmanager/rest.c:
|
||||
Update copyright information and change format of email addresses in
|
||||
source files.
|
||||
|
||||
|
||||
2008-01-04 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
||||
* plugins/pluginmacros.h:
|
||||
|
2
README
2
README
@ -99,6 +99,6 @@ file.
|
||||
|
||||
--
|
||||
2005-2008 by Enrico Tröger, Nick Treleaven and Frank Lanitz
|
||||
enrico.troeger(at)uvena(dot)de
|
||||
enrico(dot)troeger(at)uvena(dot)de
|
||||
nick(dot)treleaven(at)btinternet(dot)com
|
||||
frank(at)frank(dot)uvena(dot)de
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
|
||||
<title>Geany</title>
|
||||
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
|
||||
<meta name="date" content="2007-12-16" />
|
||||
<meta name="date" content="2007-12-18" />
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
@ -133,12 +133,12 @@ dt {
|
||||
<br />Nick Treleaven
|
||||
<br />Frank Lanitz</td></tr>
|
||||
<tr><th class="docinfo-name">Date:</th>
|
||||
<td>2007-12-16</td></tr>
|
||||
<td>2007-12-18</td></tr>
|
||||
<tr><th class="docinfo-name">Version:</th>
|
||||
<td>0.13</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Copyright © 2005-2007</p>
|
||||
<p>Copyright © 2005-2008</p>
|
||||
<p>This document is distributed 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. A copy of this
|
||||
@ -3232,7 +3232,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
||||
<div class="footer">
|
||||
<hr class="footer" />
|
||||
<a class="reference" href="geany.txt">View document source</a>.
|
||||
Generated on: 2007-12-18 17:03 UTC.
|
||||
Generated on: 2008-01-06 18:10 UTC.
|
||||
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
|
||||
|
||||
</div>
|
||||
|
@ -14,7 +14,7 @@
|
||||
:Date: $Date$
|
||||
:Version: |(version)|
|
||||
|
||||
Copyright © 2005-2007
|
||||
Copyright © 2005-2008
|
||||
|
||||
This document is distributed under the terms of the GNU General Public
|
||||
License as published by the Free Software Foundation; either version 2
|
||||
|
@ -42,7 +42,7 @@ VIProductVersion "${PRODUCT_VERSION_ID}"
|
||||
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"
|
||||
VIAddVersionKey "FileVersion" "${PRODUCT_VERSION}"
|
||||
VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}"
|
||||
VIAddVersionKey "LegalCopyright" "Copyright 2005-2007 by Enrico Tröger"
|
||||
VIAddVersionKey "LegalCopyright" "Copyright 2005-2008 by Enrico Tröger"
|
||||
VIAddVersionKey "FileDescription" "${PRODUCT_NAME} Installer"
|
||||
|
||||
;;;;;;;;;;;;;;;;
|
||||
|
@ -17,7 +17,7 @@ FILETYPE VFT_APP
|
||||
VALUE "FileVersion", "0.13"
|
||||
VALUE "FileDescription", "Geany"
|
||||
VALUE "InternalName", "geany"
|
||||
VALUE "LegalCopyright", "Copyright 2005-2007 by Enrico Troeger"
|
||||
VALUE "LegalCopyright", "Copyright 2005-2008 by Enrico Troeger"
|
||||
VALUE "LegalTrademarks", ""
|
||||
VALUE "OriginalFilename", "geany"
|
||||
VALUE "ProductName", "geany"
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* autosave.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -2,8 +2,8 @@
|
||||
* classbuilder.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Alexander Rodin <rodin(dot)alexander(at)gmail(dot)com>
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* demoplugin.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* export.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* filebrowser.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* htmlchars.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* pluginmacros.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,10 +1,10 @@
|
||||
/*
|
||||
* vcdiff.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007 Yura Siamashka <yurand2@gmail.com>
|
||||
* Copyright 2007-2008 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
* Copyright 2007-2008 Yura Siamashka <yurand2(at)gmail(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Little shell script to display some basic statistics about Geany's translation
|
||||
# files. It also checks the menu accelerators.
|
||||
#
|
||||
# Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
# Copyright 2007 Frank Lanitz <frank@frank.uvena.de>
|
||||
# Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
# Copyright 2007-2008 Frank Lanitz <enrico(dot)troeger(at)uvena(dot)de>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* about.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
@ -39,7 +39,7 @@ static GtkWidget *gb_window = NULL;
|
||||
#define INFO "<span size=\"larger\" weight=\"bold\">%s</span>"
|
||||
#define CODENAME "<span weight=\"bold\">\"" GEANY_CODENAME "\"</span>"
|
||||
#define BUILDDATE "<span size=\"smaller\">%s</span>"
|
||||
#define COPYRIGHT "Copyright (c) 2005-2007\nEnrico Tröger\nNick Treleaven\nFrank Lanitz\nAll rights reserved."
|
||||
#define COPYRIGHT "Copyright (c) 2005-2008\nEnrico Tröger\nNick Treleaven\nFrank Lanitz\nAll rights reserved."
|
||||
|
||||
const gchar *translators[][2] = {
|
||||
{ "be_BY", "Yura Semashko <yurand2@gmail.com>" },
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* about.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* build.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* build.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* callbacks.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* callbacks.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* dialogs.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* dialogs.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* document.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* document.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* editor.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* editor.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* encodings.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* encodings.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* filetypes.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* filetypes.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
4
src/gb.c
4
src/gb.c
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* gb.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* geany.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* geanyobject.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* geanyobject.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* highlighting.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* highlighting.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* images.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* keybindings.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* keybindings.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* keyfile.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* keyfile.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
@ -18,6 +18,7 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* main.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* main.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* msgwindow.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* msgwindow.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,9 @@
|
||||
/*
|
||||
* navqueue.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Dave Moore <wrex006@gmail.com>
|
||||
* Copyright 2007 Dave Moore <wrex006(at)gmail(dot)com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,9 @@
|
||||
/*
|
||||
* navqueue.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Dave Moore <wrex006@gmail.com>
|
||||
* Copyright 2007 Dave Moore <wrex006(at)gmail(dot)com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* notebook.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* notebook.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* plugindata.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* plugins.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* plugins.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* prefs.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* prefs.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* printing.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* printing.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* project.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* project.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,9 +1,8 @@
|
||||
/*
|
||||
* sciwrappers.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
*
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* sciwrappers.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* search.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* search.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* socket.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* socket.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* symbols.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* symbols.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* templates.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* templates.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* tools.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* tools.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* treeviews.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* treeviews.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* ui_utils.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* ui_utils.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2006-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* utils.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* utils.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* vte.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* vte.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <<nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* win32.c - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* win32.h - this file is part of Geany, a fast and lightweight IDE
|
||||
*
|
||||
* Copyright 2005-2007 Enrico Tröger <enrico.troeger@uvena.de>
|
||||
* Copyright 2006-2007 Nick Treleaven <nick.treleaven@btinternet.com>
|
||||
* Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
* Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
*
|
||||
* Copyright (c) 2007, Nick Treleaven
|
||||
* Copyright (c) 2007-2008, Nick Treleaven
|
||||
*
|
||||
* This source code is released for free distribution under the terms of the
|
||||
* GNU General Public License.
|
||||
|
Loading…
x
Reference in New Issue
Block a user