Skip to content

Commit

Permalink
GeanyLaTeX: Update copyright string
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed Feb 18, 2012
1 parent af98256 commit 3d291b1
Show file tree
Hide file tree
Showing 25 changed files with 39 additions and 39 deletions.
16 changes: 8 additions & 8 deletions geanylatex/src/bibtex.c
@@ -1,7 +1,7 @@
/*
* bibtex.c
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down Expand Up @@ -122,7 +122,7 @@ void glatex_bibtex_write_entry(GPtrArray *entry, gint doctype)
gchar *tmp = NULL;
GeanyDocument *doc = NULL;
const gchar *eol;

doc = document_get_current();
if (doc != NULL)
{
Expand Down Expand Up @@ -177,7 +177,7 @@ void glatex_bibtex_insert_cite(gchar *reference_name, gchar *option)
gchar *tmp;

g_return_if_fail(reference_name != NULL);

if (option != NULL)
{
tmp = g_strconcat("\\cite[", option, "]{", reference_name, "}", NULL);
Expand All @@ -197,10 +197,10 @@ void glatex_parse_bib_file(const gchar* file, gpointer combobox)
int i = 0;
LaTeXLabel *tmp;
gchar *tmp_label_name = NULL;

if (file != NULL)
{
/* Return if its not an bib file
/* Return if its not an bib file
* Also try to ignore biblatex autogenerated files */
if (!g_str_has_suffix(file, ".bib") ||
g_str_has_suffix(file, "-blx.bib"))
Expand Down Expand Up @@ -237,10 +237,10 @@ LaTeXLabel* glatex_parseLine_bib(const gchar *line)
gint l = 0;

label = g_new0(LaTeXLabel, 1);

x = line;
while (*x != '\0' &&

while (*x != '\0' &&
*x != '{')
{
x++;
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/bibtex.h
@@ -1,7 +1,7 @@
/*
* bibtex.h
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
4 changes: 2 additions & 2 deletions geanylatex/src/bibtexlabels.c
@@ -1,7 +1,7 @@
/*
* bibtexlabels.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand All @@ -24,7 +24,7 @@
#include "datatypes.h"

BibTeXType glatex_bibtex_types[] = {
{ "Article", N_("Article (@Article)")},
{ "Article", N_("Article (@Article)")},
{ "Book", N_("Book (@Book)")},
{ "Booklet", N_("Booklet (@Booklet)")},
{ "Conference", N_("Conference (@Conference)")},
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/datatypes.h
@@ -1,7 +1,7 @@
/*
* datatypes.h
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/formatpatterns.c
@@ -1,7 +1,7 @@
/*
* formatpatterns.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/formatutils.c
@@ -1,7 +1,7 @@
/*
* formatutils.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/formatutils.h
@@ -1,7 +1,7 @@
/*
* formatutils.h
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/geanylatex.c
@@ -1,7 +1,7 @@
/*
* geanylatex.c - Plugin to let Geany better work together with LaTeX
*
* Copyright 2007-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2007-2012 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2005-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2006-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/geanylatex.h
@@ -1,7 +1,7 @@
/*
* geanylatex.h
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexencodings.c
@@ -1,7 +1,7 @@
/*
* latexencodings.h
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexencodings.h
@@ -1,7 +1,7 @@
/*
* latexencodings.h
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexenvironments.c
@@ -1,7 +1,7 @@
/*
* latexenvironments.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexenvironments.h
@@ -1,7 +1,7 @@
/*
* latexenvironments.h
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
4 changes: 2 additions & 2 deletions geanylatex/src/latexkeybindings.c
@@ -1,7 +1,7 @@
/*
* latexkeybindings.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down Expand Up @@ -30,7 +30,7 @@ void glatex_kblabel_insert(G_GNUC_UNUSED guint key_id)

void glatex_kbref_insert(G_GNUC_UNUSED guint key_id)
{
g_return_if_fail(document_get_current != NULL);
g_return_if_fail(document_get_current != NULL);
glatex_insert_ref_activated(NULL, NULL);
}

Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexkeybindings.h
@@ -1,7 +1,7 @@
/*
* latexkeybindings.h
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexstructure.c
@@ -1,7 +1,7 @@
/*
* latexstructure.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexstructure.h
@@ -1,7 +1,7 @@
/*
* latexstructure.h
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
10 changes: 5 additions & 5 deletions geanylatex/src/latexutils.c
@@ -1,7 +1,7 @@
/*
* latexutils.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand All @@ -26,10 +26,10 @@ gchar **glatex_read_file_in_array(const gchar *filename)
{
gchar **result = NULL;
gchar *data;
g_return_val_if_fail((filename != NULL), NULL);

g_return_val_if_fail((filename != NULL), NULL);
g_return_val_if_fail(g_file_get_contents(filename, &data, NULL, NULL), NULL);

if (data != NULL)
{
g_warning("Content eingelesen: \n %s", data);
Expand Down Expand Up @@ -148,7 +148,7 @@ void glatex_replace_special_character()

if (entity != NULL)
{

g_string_append(replacement, entity);
}
else
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/latexutils.h
@@ -1,7 +1,7 @@
/*
* latexutils.h
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/letters.c
@@ -1,7 +1,7 @@
/*
* letters.c
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/letters.h
@@ -1,7 +1,7 @@
/*
* letters.h
*
* Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/reftex.c
@@ -1,7 +1,7 @@
/*
* reftex.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/reftex.h
@@ -1,7 +1,7 @@
/*
* reftex.h
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
2 changes: 1 addition & 1 deletion geanylatex/src/templates.c
@@ -1,7 +1,7 @@
/*
* templates.c
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
Expand Down
4 changes: 2 additions & 2 deletions geanylatex/src/templates.h
@@ -1,8 +1,8 @@
/*
* templates.h
*
* Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* Copyright 2009-2012 Frank Lanitz <frank(at)frank(dot)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
* the Free Software Foundation; either version 2 of the License, or
Expand Down

0 comments on commit 3d291b1

Please sign in to comment.