File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # Vaticle Dependencies
1
+ # TypeDB Dependencies
2
2
3
3
[ ![ Factory] ( https://factory.vaticle.com/api/status/vaticle/dependencies/badge.svg )] ( https://factory.vaticle.com/vaticle/dependencies )
4
4
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ class ManifestWriter : Callable<Unit> {
104
104
companion object {
105
105
const val GENERATED_FILE_NOTICE =
106
106
"""
107
- # Generated by Vaticle Cargo sync tool.
107
+ # Generated by TypeDB Cargo sync tool.
108
108
# Do not commit or modify this file.
109
109
110
110
"""
Original file line number Diff line number Diff line change 1
- ^This unpublished material is proprietary to Vaticle \.$
1
+ ^This unpublished material is proprietary to TypeDB \.$
2
2
^All rights reserved\. The methods and$
3
3
^techniques described herein are considered trade secrets$
4
4
^and/or confidential\. Reproduction or distribution, in whole$
5
5
^or in part, is forbidden except by express written permission$
6
- ^of Vaticle \.$
6
+ ^of TypeDB \.$
Original file line number Diff line number Diff line change 1
1
^(#!.*)|(@.*)|(<\?.*)
2
2
^(<!--.*)|(\/\*.*)
3
- ^.*This unpublished material is proprietary to Vaticle .$
3
+ ^.*This unpublished material is proprietary to TypeDB .$
4
4
^.*All rights reserved. The methods and$
5
5
^.*techniques described herein are considered trade secrets$
6
6
^.*and\/or confidential. Reproduction or distribution, in whole$
7
7
^.*or in part, is forbidden except by express written permission$
8
- ^.*of Vaticle \.$
8
+ ^.*of TypeDB \.$
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ class RustManifestSyncer : Callable<Unit> {
493
493
companion object {
494
494
const val GENERATED_FILE_NOTICE =
495
495
"""
496
- # Generated by Vaticle Cargo sync tool.
496
+ # Generated by TypeDB Cargo sync tool.
497
497
# Do not commit or modify this file.
498
498
499
499
"""
Original file line number Diff line number Diff line change 35
35
36
36
BOT_SYNC_DEPS = '{0}/sync/dependencies' .format (BOT_HOST )
37
37
38
- CMDLINE_PARSER = argparse .ArgumentParser (description = 'Automatic updater for Vaticle inter-repository dependencies' )
38
+ CMDLINE_PARSER = argparse .ArgumentParser (description = 'Automatic updater for TypeDB inter-repository dependencies' )
39
39
CMDLINE_PARSER .add_argument ('--dry-run' , help = 'Do not perform any real actions' )
40
40
CMDLINE_PARSER .add_argument ('--source' , required = True )
41
41
You can’t perform that action at this time.
0 commit comments