~quequotion/glippy/glippy

« back to all changes in this revision

Viewing changes to src/exec/AssemblyInfo.cs

  • Committer: Que Quotion
  • Date: 2018-07-01 13:34:36 UTC
  • Revision ID: quequotion@bugmenot.com-20180701133436-usy073goo274fh6a
Glippy: Simple, powerful clipboard manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
 * Glippy
 
3
 * Copyright © 2010, 2011, 2012 Wojciech Kowalczyk
 
4
 * The program is distributed under the terms of the GNU General Public License Version 3.
 
5
 * See LICENCE for details.
 
6
 */
 
7
 
 
8
using System.Reflection;
 
9
 
 
10
[assembly: AssemblyTitle("Glippy")]
 
11
[assembly: AssemblyDescription("Not so simple clipboard manager for GNOME.")]
 
12
[assembly: AssemblyCopyright("Copyright © 2010, 2011, 2012 Wojciech Kowalczyk")]
 
13
[assembly: AssemblyVersion(Glippy.Core.EnvironmentVariables.Version)]