Browse Source

Fixed some copyright and readme inconsistentcies.

Dalton Nell 9 years ago
parent
commit
de4a0c2bd3
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      README.md
  2. 1
    1
      cmdline.c
  3. 1
    1
      options.ggo

+ 1
- 1
README.md View File

@@ -69,7 +69,7 @@ help
69 69
 ```text
70 70
 slop v3.1.4
71 71
 
72
-Copyright (C) 2014 Dalton Nell, GPLv3
72
+Copyright (C) 2014 Dalton Nell, Slop Contributors (https://github.com/naelstrof/slop/graphs/contributors)
73 73
 
74 74
 Usage: slop [options]
75 75
 

+ 1
- 1
cmdline.c View File

@@ -29,7 +29,7 @@ const char *gengetopt_args_info_purpose = "";
29 29
 
30 30
 const char *gengetopt_args_info_usage = "Usage: slop [options]";
31 31
 
32
-const char *gengetopt_args_info_versiontext = "Copyright (C) 2014 Dalton Nell, GPLv3";
32
+const char *gengetopt_args_info_versiontext = "Copyright (C) 2014 Dalton Nell, Slop Contributors\n(https://github.com/naelstrof/slop/graphs/contributors)";
33 33
 
34 34
 const char *gengetopt_args_info_description = "slop (Select Operation) is an application that queries for a selection from the\nuser and prints the region to stdout.";
35 35
 

+ 1
- 1
options.ggo View File

@@ -2,7 +2,7 @@ package "slop"
2 2
 version "v3.1.4"
3 3
 usage "slop [options]"
4 4
 description "slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout."
5
-versiontext "Copyright (C) 2014 Dalton Nell, GPLv3"
5
+versiontext "Copyright (C) 2014 Dalton Nell, Slop Contributors (https://github.com/naelstrof/slop/graphs/contributors)"
6 6
 
7 7
 text "Options"
8 8