Skip to content

Commit

Permalink
Rename to cogutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeiswei committed Oct 2, 2017
1 parent a7b7074 commit 88eb082
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENDIF (CMAKE_VERSION VERSION_GREATER 3.0.2)
# Only list install files that have actually changed
SET(CMAKE_INSTALL_MESSAGE "LAZY")

PROJECT(cogutils)
PROJECT(cogutil)

IF (WIN32) # Windows host but not cygwin
MESSAGE(FATAL_ERROR "You must use Cygwin if compiling under Windows.")
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The cogutils have a double license, Apache 2.0 and AGPL 3.0.
The cogutil have a double license, Apache 2.0 and AGPL 3.0.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OpenCog Utilities
=================

[![Build Status](http://61.92.69.39:8080/buildStatus/icon?job=ci-cogutils-master)](http://61.92.69.39:8080/job/ci-cogutils-master)
[![Build Status](http://61.92.69.39:8080/buildStatus/icon?job=ci-cogutil-master)](http://61.92.69.39:8080/job/ci-cogutil-master)

The OpenCog utilities is a miscellaneous collection of C++ utilities
use for typical programming tasks in multiple OpenCog projects.
Expand Down Expand Up @@ -59,7 +59,7 @@ a regular OpenCog developer.
> http://www.stack.nl/~dimitri/doxygen/ | doxygen
> Generates code documentation
Building CogUtils
Building Cogutil
-----------------
Perform the following steps at the shell prompt:
```
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:

test:
override:
- docker run -v $PWD:/cogutils -it opencog/opencog-deps /bin/sh -c "cd /cogutils && /tmp/octool -bti"
- docker run -v $PWD:/cogutil -it opencog/opencog-deps /bin/sh -c "cd /cogutil && /tmp/octool -bti"

general:
artifacts:
- "~/cogutils/build/tests/Testing/Temporary" # Test logs
- "~/cogutil/build/tests/Testing/Temporary" # Test logs

0 comments on commit 88eb082

Please sign in to comment.