Browse Source

Fixed some copyright and readme inconsistentcies.

Dalton Nell 10 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
 ```text
69
 ```text
70
 slop v3.1.4
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
 Usage: slop [options]
74
 Usage: slop [options]
75
 
75
 

+ 1
- 1
cmdline.c View File

29
 
29
 
30
 const char *gengetopt_args_info_usage = "Usage: slop [options]";
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
 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.";
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
 version "v3.1.4"
2
 version "v3.1.4"
3
 usage "slop [options]"
3
 usage "slop [options]"
4
 description "slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout."
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
 text "Options"
7
 text "Options"
8
 
8