~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Templates/MyCommand.cs

  • Committer: Christopher James Halse Rogers
  • Date: 2008-02-11 23:34:16 UTC
  • Revision ID: chalserogers@gmail.com-20080211233416-8vtjulsmfhsvblgv
The Great Copyright Push continues
Add AUTHORS, COPYING & COPYRIGHT
Add license headers to Epiphany & EyeOfGNOME plugins
Add license headers to Template plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
//  This is a simple command called MyCommand. If you're going to
4
4
//  create a Command addin, you can start by copying this code
5
5
//  to begin your own command class.
 
6
//
 
7
//  GNOME Do is the legal property of its developers, whose names are too numerous
 
8
//  to list here.  Please refer to the COPYRIGHT file distributed with this
 
9
//  source distribution.
 
10
//
 
11
//  This program is free software: you can redistribute it and/or modify
 
12
//  it under the terms of the GNU General Public License as published by
 
13
//  the Free Software Foundation, either version 3 of the License, or
 
14
//  (at your option) any later version.
 
15
//
 
16
//  This program is distributed in the hope that it will be useful,
 
17
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
//  GNU General Public License for more details.
 
20
//
 
21
//  You should have received a copy of the GNU General Public License
 
22
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
23
 
6
24
 
7
25
using System;
8
26
using Do.Universe;