Use generic "CI" term instead of travis-ci.org in script comments

No real changes.
This commit is contained in:
Vadim Zeitlin
2021-03-16 16:51:26 +01:00
parent c13c2e42f2
commit 2df1438c3b
25 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Run before_script actions for SOCI build at travis-ci.org
# Run before_script actions for SOCI build in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Sets up environment for SOCI backend DB2 at travis-ci.org
# Sets up environment for SOCI backend DB2 in CI builds
#
# Copyright (c) 2013 Brian R. Toonen <toonen@alcf.anl.gov>
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Configure Firebird database for SOCI build at travis-ci.org
# Configure Firebird database for SOCI build in CI builds
#
# Mateusz Loskot <mateusz@loskot.net>, http://github.com/SOCI
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Sets up environment for SOCI backend MySQL at travis-ci.org
# Sets up environment for SOCI backend MySQL in CI builds
#
# Mateusz Loskot <mateusz@loskot.net>, http://github.com/SOCI
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Sets up environment for SOCI backend ODBC at travis-ci.org
# Sets up environment for SOCI backend ODBC in CI builds
#
# Mateusz Loskot <mateusz@loskot.net>, http://github.com/SOCI
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Sets up environment for p6psy backend Oracle at travis-ci.org
# Sets up environment for p6psy backend Oracle in CI builds
#
# Copyright (c) 2013 Peter Butkovic <butkovic@gmail.com>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Sets up environment for SOCI backend PostgreSQL at travis-ci.org
# Sets up environment for SOCI backend PostgreSQL in CI builds
#
# Mateusz Loskot <mateusz@loskot.net>, http://github.com/SOCI
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Sets up environment for SOCI backend at travis-ci.org
# Sets up environment for SOCI backend in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
# Copyright (c) 2015 Sergei Nikulov <sergey.nikulov@gmail.com>

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Run before_install actions for SOCI build at travis-ci.org
# Run before_install actions for SOCI build in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Installs DB2 for SOCI build at travis-ci.org
# Installs DB2 for SOCI build in CI builds
#
# Copyright (c) 2013 Brian R. Toonen <toonen@alcf.anl.gov>
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Install Firebird server for SOCI at travis-ci.org
# Install Firebird server for SOCI in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Install ODBC libraries for SOCI at travis-ci.org
# Install ODBC libraries for SOCI in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Install Valgrind for SOCI at travis-ci.org
# Install Valgrind for SOCI in CI builds
#
# Copyright (c) 2020 Vadim Zeitlin <vz-soci@zeitlins.org>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Run test script actions for SOCI build at travis-ci.org
# Run test script actions for SOCI build in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend DB2 at travis-ci.org
# Builds and tests SOCI backend DB2 in CI builds
#
# Copyright (c) 2013 Brian R. Toonen <toonen@alcf.anl.gov>
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend empty at travis-ci.org
# Builds and tests SOCI backend empty in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend Firebird at travis-ci.org
# Builds and tests SOCI backend Firebird in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend SQLite3 at travis-ci.org
# Builds and tests SOCI backend SQLite3 in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend ODBC at travis-ci.org
# Builds and tests SOCI backend ODBC in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend Oracle at travis-ci.org
# Builds and tests SOCI backend Oracle in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend SQLite3 at travis-ci.org
# Builds and tests SOCI backend SQLite3 in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI backend SQLite3 at travis-ci.org
# Builds and tests SOCI backend SQLite3 in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Builds and tests SOCI at travis-ci.org
# Builds and tests SOCI in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
# Copyright (c) 2015 Sergei Nikulov <sergey.nikulov@gmail.com>

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e
# Common definitions used by SOCI build scripts at travis-ci.org
# Common definitions used by SOCI build scripts in CI builds
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#

View File

@@ -1,4 +1,4 @@
# Definitions used by SOCI when building Oracle backend at travis-ci.org
# Definitions used by SOCI when building Oracle backend in CI builds
#
# Copyright (c) 2015 Vadim Zeitlin <vz-soci@zeitlins.org>
#