~wolterh/gtg/1039655

« back to all changes in this revision

Viewing changes to GTG/gtk/browser/tag_editor.py

  • Committer: Izidor Matušov
  • Date: 2012-11-27 10:13:47 UTC
  • mfrom: (1248.1.1 header-comments)
  • Revision ID: izidor.matusov@gmail.com-20121127101347-crih9op28y73cyks
Updated every license in the head of files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
 
# pylint: disable-msg=W0201
3
2
# -----------------------------------------------------------------------------
4
 
# Getting Things Gnome! - a personal organizer for the GNOME desktop
5
 
# Copyright (c) 2008-2009 - Lionel Dricot & Bertrand Rousseau
 
3
# Getting Things GNOME! - a personal organizer for the GNOME desktop
 
4
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
6
5
#
7
6
# This program is free software: you can redistribute it and/or modify it under
8
7
# the terms of the GNU General Public License as published by the Free Software
17
16
# You should have received a copy of the GNU General Public License along with
18
17
# this program.  If not, see <http://www.gnu.org/licenses/>.
19
18
# -----------------------------------------------------------------------------
 
19
# pylint: disable-msg=W0201
20
20
 
21
21
"""
22
22
tag_editor: this module contains two classes: TagIconSelector and TagEditor.