copyright-header 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/contrib/syntax.yml +2 -2
- data/lib/copyright_header/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -43,7 +43,7 @@ Command used to generate copyright headers for this script:
|
|
43
43
|
|
44
44
|
Paths can be either files or directories. It will recursively traverse the directory tree ignoring all dot files.
|
45
45
|
|
46
|
-
You can specify an alternative syntax configuration file using the
|
46
|
+
You can specify an alternative syntax configuration file using the `--syntax` argument.
|
47
47
|
|
48
48
|
|
49
49
|
Full list of supported arguments:
|
data/contrib/syntax.yml
CHANGED
@@ -38,14 +38,14 @@ css:
|
|
38
38
|
|
39
39
|
|
40
40
|
c:
|
41
|
-
ext: ['.java', '.c', '.
|
41
|
+
ext: ['.java', '.c', '.h']
|
42
42
|
comment:
|
43
43
|
open: '/*'
|
44
44
|
close: ' */\n\n'
|
45
45
|
prefix: ' * '
|
46
46
|
|
47
47
|
cpp:
|
48
|
-
ext: ['.cpp', '.
|
48
|
+
ext: ['.cpp', '.hpp', '.cc', '.hh']
|
49
49
|
comment:
|
50
50
|
open: '//\n'
|
51
51
|
close: '//\n\n'
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 3
|
9
|
+
version: 1.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Erik Osterman
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2012-
|
17
|
+
date: 2012-08-15 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|