spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit ec37c89eb46582f687747f4e5baf504647c11114
parent 6b9ce121161a9e985be4fe293b5875444b04ff0a
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed,  2 Mar 2011 20:20:52 +0800

Update the copyright year

Diffstat:
Mosx/Info.plist | 2+-
Mpo/spek.pot | 4++--
Msrc/spek-window.vala | 6+++---
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/osx/Info.plist b/osx/Info.plist @@ -23,7 +23,7 @@ <key>CFBundleVersion</key> <string>0.4</string> <key>NSHumanReadableCopyright</key> - <string>Copyright (c) 2010 Alexander Kojevnikov</string> + <string>Copyright (c) 2010-2011 Alexander Kojevnikov</string> <key>LSMinimumSystemVersion</key> <string>10.4</string> </dict> diff --git a/po/spek.pot b/po/spek.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-01 09:44+0800\n" +"POT-Creation-Date: 2011-03-02 20:19+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -153,7 +153,7 @@ msgid "Untitled" msgstr "" #: ../src/spek-window.vala:213 -msgid "Copyright © 2010 Alexander Kojevnikov" +msgid "Copyright © 2010-2011 Alexander Kojevnikov" msgstr "" #: ../src/spek-window.vala:218 diff --git a/src/spek-window.vala b/src/spek-window.vala @@ -1,6 +1,6 @@ /* spek-window.vala * - * Copyright (C) 2010 Alexander Kojevnikov <alexander@kojevnikov.com> + * Copyright (C) 2010-2011 Alexander Kojevnikov <alexander@kojevnikov.com> * * Spek is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -192,7 +192,7 @@ namespace Spek { string[] artists = { "Olga Vasylevska" }; - string license = "Copyright (C) 2010 Alexander Kojevnikov"; + string license = "Copyright (C) 2010-2011 Alexander Kojevnikov"; license += "\n\n"; license += "Spek is free software: you can redistribute it and/or modify "; license += "it under the terms of the GNU General Public License as published by "; @@ -210,7 +210,7 @@ namespace Spek { var dlg = new AboutDialog (); dlg.program_name = "Spek"; dlg.version = Config.PACKAGE_VERSION; - dlg.copyright = _("Copyright \xc2\xa9 2010 Alexander Kojevnikov"); + dlg.copyright = _("Copyright \xc2\xa9 2010-2011 Alexander Kojevnikov"); dlg.comments = title; dlg.set ("authors", authors); // dlg.set ("documenters", documenters);