소스 검색

Fixed some copyright and readme inconsistentcies.

Dalton Nell 11 년 전
부모
커밋
de4a0c2bd3
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      README.md
  2. 1
    1
      cmdline.c
  3. 1
    1
      options.ggo

+ 1
- 1
README.md 파일 보기

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 파일 보기

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 파일 보기

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