Browse Source

Update copyright year.

Georgi Chorbadzhiyski 12 years ago
parent
commit
92ecaeaaff
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      tsdecrypt.c

+ 2
- 2
tsdecrypt.c View File

@@ -1,6 +1,6 @@
1 1
 /*
2 2
  * tsdecrypt
3
- * Copyright (C) 2011 Unix Solutions Ltd.
3
+ * Copyright (C) 2011-2012 Unix Solutions Ltd.
4 4
  *
5 5
  * This program is free software; you can redistribute it and/or modify
6 6
  * it under the terms of the GNU General Public License version 2
@@ -164,7 +164,7 @@ static const struct option long_options[] = {
164 164
 
165 165
 static void show_help(struct ts *ts) {
166 166
 	printf("%s\n", program_id);
167
-	printf("Copyright (c) 2011 Unix Solutions Ltd.\n");
167
+	printf("Copyright (C) 2011-2012 Unix Solutions Ltd.\n");
168 168
 	printf("\n");
169 169
 	printf("	Usage: " PROGRAM_NAME " [opts]\n");
170 170
 	printf("\n");

Loading…
Cancel
Save