From d30af5ce18ee63efa8f66c5c7089bb4536805ec6 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 22 Feb 2014 17:36:10 +0100 Subject: [PATCH] Change file enciding to utf-8 (close #65) --- pluma/plumatextregion.c | 2 +- pluma/plumatextregion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pluma/plumatextregion.c b/pluma/plumatextregion.c index 9f9237a..83cf20e 100644 --- a/pluma/plumatextregion.c +++ b/pluma/plumatextregion.c @@ -4,7 +4,7 @@ * * This file is part of the GtkSourceView widget * - * Copyright (C) 2002 Gustavo Giráldez + * Copyright (C) 2002 Gustavo Giráldez * * 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 diff --git a/pluma/plumatextregion.h b/pluma/plumatextregion.h index 89498d3..159726e 100644 --- a/pluma/plumatextregion.h +++ b/pluma/plumatextregion.h @@ -4,7 +4,7 @@ * * This file is part of the GtkSourceView widget * - * Copyright (C) 2002 Gustavo Giráldez + * Copyright (C) 2002 Gustavo Giráldez * * 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