diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-12 21:54:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 13:45:06 +0300 |
commit | 8cbc8df7dd05c64fdd7207643b63716f2c287b45 (patch) | |
tree | fd439a65f8a048a9ad9ef903a34d073abcb98f5b /owners/odb | |
parent | a12ca19c76953c751293970be78ae508e86bff0b (diff) |
Add package/project owner manifests
Diffstat (limited to 'owners/odb')
-rw-r--r-- | owners/odb/libodb-mssql/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/odb/libodb-mysql/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/odb/libodb-oracle/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/odb/libodb-pgsql/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/odb/libodb-sqlite/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/odb/libodb/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/odb/odb/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/odb/project-owner.manifest | 5 |
8 files changed, 40 insertions, 0 deletions
diff --git a/owners/odb/libodb-mssql/package-owner.manifest b/owners/odb/libodb-mssql/package-owner.manifest new file mode 100644 index 0000000..675585a --- /dev/null +++ b/owners/odb/libodb-mssql/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libodb-mssql +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/libodb-mssql.git diff --git a/owners/odb/libodb-mysql/package-owner.manifest b/owners/odb/libodb-mysql/package-owner.manifest new file mode 100644 index 0000000..a333380 --- /dev/null +++ b/owners/odb/libodb-mysql/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libodb-mysql +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/libodb-mysql.git diff --git a/owners/odb/libodb-oracle/package-owner.manifest b/owners/odb/libodb-oracle/package-owner.manifest new file mode 100644 index 0000000..e851540 --- /dev/null +++ b/owners/odb/libodb-oracle/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libodb-oracle +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/libodb-oracle.git diff --git a/owners/odb/libodb-pgsql/package-owner.manifest b/owners/odb/libodb-pgsql/package-owner.manifest new file mode 100644 index 0000000..5920e0a --- /dev/null +++ b/owners/odb/libodb-pgsql/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libodb-pgsql +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/libodb-pgsql.git diff --git a/owners/odb/libodb-sqlite/package-owner.manifest b/owners/odb/libodb-sqlite/package-owner.manifest new file mode 100644 index 0000000..973ac0e --- /dev/null +++ b/owners/odb/libodb-sqlite/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libodb-sqlite +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/libodb-sqlite.git diff --git a/owners/odb/libodb/package-owner.manifest b/owners/odb/libodb/package-owner.manifest new file mode 100644 index 0000000..59acb98 --- /dev/null +++ b/owners/odb/libodb/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libodb +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/libodb.git diff --git a/owners/odb/odb/package-owner.manifest b/owners/odb/odb/package-owner.manifest new file mode 100644 index 0000000..c243d14 --- /dev/null +++ b/owners/odb/odb/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: odb +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/odb.git diff --git a/owners/odb/project-owner.manifest b/owners/odb/project-owner.manifest new file mode 100644 index 0000000..46b4e9c --- /dev/null +++ b/owners/odb/project-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: odb +author-name: Code Synthesis +author-email: odb-users@codesynthesis.com +control: https://git.codesynthesis.com/odb/ |