Skip to content

Commit 1cb792b

Browse files
committed
Update @vaticle to @typedb in strings and comments
1 parent ed28c60 commit 1cb792b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vaticle Dependencies
1+
# TypeDB Dependencies
22

33
[![Factory](https://factory.vaticle.com/api/status/vaticle/dependencies/badge.svg)](https://factory.vaticle.com/vaticle/dependencies)
44

builder/rust/cargo/ManifestWriter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class ManifestWriter : Callable<Unit> {
104104
companion object {
105105
const val GENERATED_FILE_NOTICE =
106106
"""
107-
# Generated by Vaticle Cargo sync tool.
107+
# Generated by TypeDB Cargo sync tool.
108108
# Do not commit or modify this file.
109109
110110
"""
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
^This unpublished material is proprietary to Vaticle\.$
1+
^This unpublished material is proprietary to TypeDB\.$
22
^All rights reserved\. The methods and$
33
^techniques described herein are considered trade secrets$
44
^and/or confidential\. Reproduction or distribution, in whole$
55
^or in part, is forbidden except by express written permission$
6-
^of Vaticle\.$
6+
^of TypeDB\.$
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
^(#!.*)|(@.*)|(<\?.*)
22
^(<!--.*)|(\/\*.*)
3-
^.*This unpublished material is proprietary to Vaticle.$
3+
^.*This unpublished material is proprietary to TypeDB.$
44
^.*All rights reserved. The methods and$
55
^.*techniques described herein are considered trade secrets$
66
^.*and\/or confidential. Reproduction or distribution, in whole$
77
^.*or in part, is forbidden except by express written permission$
8-
^.*of Vaticle\.$
8+
^.*of TypeDB\.$

tool/ide/RustManifestSyncer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ class RustManifestSyncer : Callable<Unit> {
493493
companion object {
494494
const val GENERATED_FILE_NOTICE =
495495
"""
496-
# Generated by Vaticle Cargo sync tool.
496+
# Generated by TypeDB Cargo sync tool.
497497
# Do not commit or modify this file.
498498
499499
"""

tool/sync/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
BOT_SYNC_DEPS = '{0}/sync/dependencies'.format(BOT_HOST)
3737

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')
3939
CMDLINE_PARSER.add_argument('--dry-run', help='Do not perform any real actions')
4040
CMDLINE_PARSER.add_argument('--source', required=True)
4141

0 commit comments

Comments
 (0)