~do-core/do/test-trunk

« back to all changes in this revision

Viewing changes to Do.Interface.Linux/src/AssemblyInfo.cs

  • Committer: David Siegel
  • Date: 2008-12-29 22:26:07 UTC
  • mto: (782.2.9 trunk)
  • mto: This revision was merged to the branch mainline in revision 783.
  • Revision ID: david@david-desktop-20081229222607-vjgt58e8l54n6zv0
Add some headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// AssemblyInfo.cs created with MonoDevelop
2
 
// User: david at 10:41 AM 11/28/2008
3
 
//
4
 
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
5
 
//
 
1
// AssemblyInfo.cs
 
2
//
 
3
// GNOME Do is the legal property of its developers. Please refer to the
 
4
// COPYRIGHT file distributed with this source distribution.
 
5
//
 
6
// This program is free software: you can redistribute it and/or modify
 
7
// it under the terms of the GNU General Public License as published by
 
8
// the Free Software Foundation, either version 3 of the License, or
 
9
// (at your option) any later version.
 
10
//
 
11
// This program is distributed in the hope that it will be useful,
 
12
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
// GNU General Public License for more details.
 
15
//
 
16
// You should have received a copy of the GNU General Public License
 
17
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
//
 
19
 
6
20
using System.Reflection;
7
21
using System.Runtime.CompilerServices;
8
22