Browse Source

adding CloudBees copyright

Kohsuke Kawaguchi 15 years ago
parent
commit
50b8638f33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Properties/AssemblyInfo.cs

+ 2 - 2
Properties/AssemblyInfo.cs

@@ -5,9 +5,9 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTitle("Windows Service Wrapper")]
 [assembly: AssemblyDescription("Allows arbitrary process to run as a Windows service by wrapping it")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Sun Microsystems, Inc.")]
+[assembly: AssemblyCompany("CloudBees, Inc.")]
 [assembly: AssemblyProduct("Windows Service Wrapper")]
-[assembly: AssemblyCopyright("Copyright 2008 Sun Micorsystems, Inc.")]
+[assembly: AssemblyCopyright("Copyright 2008-2010 Sun Micorsystems, Inc., CloudBees, Inc.")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]