Browse Source

Update copyright dates

Neal Wilson 9 years ago
parent
commit
b000c3adf3
4 changed files with 7 additions and 4 deletions
  1. 1
    1
      src/resources/Info.plist
  2. 4
    1
      src/resources/html/about.html
  3. 1
    1
      src/typica.rc
  4. 1
    1
      src/typica.w

+ 1
- 1
src/resources/Info.plist View File

@@ -21,6 +21,6 @@
21 21
 	<key>CFBundleVersion</key>
22 22
 	<string>1.6.3</string>
23 23
 	<key>NSHumanReadableCopyright</key>
24
-	<string>© 2007–2014 Neal Wilson</string>
24
+	<string>© 2007–2015 Neal Wilson</string>
25 25
 </dict>
26 26
 </plist>

+ 4
- 1
src/resources/html/about.html View File

@@ -13,7 +13,7 @@
13 13
 					<h2>Version 1.6.3</h2>
14 14
 				</div>
15 15
 			<div id="maintext">
16
-				<p>Copyright &copy; 2007&ndash;2014 Neal Evan Wilson
16
+				<p>Copyright &copy; 2007&ndash;2015 Neal Evan Wilson
17 17
 					<span class="icons">
18 18
 						<a href="mailto:roaster@wilsonscoffee.com?subject=Thanks%20for%20Typica&amp;body=Message%20initiated%20from%20Typica.">&#9993;</a>
19 19
 						<a href="https://twitter.com/N3Roaster">&#62217;</a>
@@ -30,6 +30,9 @@
30 30
 				<p>La Cosecha Coffee Roasters</p>
31 31
 				<p>Anonymous Funders Through
32 32
 				<a href="https://www.gratipay.com/N3Roaster/">Gratipay</a></p>
33
+				
34
+				<p>Hardware for developing Phidgets 1048 support was provided
35
+				by Phidgets, Inc.</p>
33 36
 
34 37
 				<h3>Get Involved</h3>
35 38
 				<p>Typica has reached a point in its development where it can

+ 1
- 1
src/typica.rc View File

@@ -19,7 +19,7 @@ BEGIN
19 19
 			VALUE "FileDescription", "Typica 1.6.3\0"
20 20
 			VALUE "FileVersion", "1.6.3\0"
21 21
 			VALUE "InternalName", "Typica\0"
22
-			VALUE "LegalCopyright", "Copyright 2007-2014 Neal Evan Wilson\0"
22
+			VALUE "LegalCopyright", "Copyright 2007-2015 Neal Evan Wilson\0"
23 23
 			VALUE "OriginalFilename", "Typica.exe\0"
24 24
 			VALUE "ProductName", "Typica\0"
25 25
 			VALUE "ProductVersion", "1.6.3\0"

+ 1
- 1
src/typica.w View File

@@ -23,7 +23,7 @@
23 23
 \def\pn{Typica}
24 24
 \def\filebase{typica}
25 25
 \def\version{1.6.3 \number\year-\number\month-\number\day}
26
-\def\years{2007--2014}
26
+\def\years{2007--2015}
27 27
 \def\title{\pn{} (Version \version)}
28 28
 \newskip\dangerskipb
29 29
 \newskip\dangerskip

Loading…
Cancel
Save