Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from meltwater/migration/meltwater
Browse files Browse the repository at this point in the history
s/datasift/meltwater/g
  • Loading branch information
Jeffail authored Jun 29, 2018
2 parents ed112b6 + 0ffb06a commit 430d712
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ echo '#define APPLICATION_NAME \"Served HTTP REST Library\"' >> $@
echo '#define APPLICATION_CODENAME \"served\"' >> $@
echo '#define APPLICATION_COPYRIGHT_YEARS \"2014\"' >> $@
echo '#define APPLICATION_VERSION_STRING \"1.4.3-DS1\"' >> $@
echo '#define APPLICATION_VENDOR_ID \"com.datasift\"' >> $@
echo '#define APPLICATION_VENDOR_NAME \"DataSift\"' >> $@
echo '#define APPLICATION_VENDOR_URL \"datasift.com\"' >> $@
echo '#define APPLICATION_ID = \"com.datasift.served\"' >> $@
echo '#define APPLICATION_VENDOR_ID \"com.meltwater\"' >> $@
echo '#define APPLICATION_VENDOR_NAME \"Meltwater\"' >> $@
echo '#define APPLICATION_VENDOR_URL \"meltwater.com\"' >> $@
echo '#define APPLICATION_ID = \"com.meltwater.served\"' >> $@
echo '#endif' >> $@
""",
)
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ SET (APPLICATION_VERSION_MINOR 4)
SET (APPLICATION_VERSION_PATCH 3)
SET (APPLICATION_VERSION_TYPE DS1)
SET (APPLICATION_VERSION_STRING "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}-${APPLICATION_VERSION_TYPE}")
SET (APPLICATION_VENDOR_ID "com.datasift")
SET (APPLICATION_VENDOR_NAME "DataSift")
SET (APPLICATION_VENDOR_URL "datasift.com")
SET (APPLICATION_VENDOR_ID "com.meltwater")
SET (APPLICATION_VENDOR_NAME "Meltwater")
SET (APPLICATION_VENDOR_URL "meltwater.com")
SET (APPLICATION_ID "${APPLICATION_VENDOR_ID}.${PROJECT_NAME}")

#
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Features:
### Building

```bash
$ git clone [email protected]:datasift/served.git
$ git clone [email protected]:meltwater/served.git
$ mkdir served.build && cd served.build
$ cmake ../served && make
```

Or, using [bazel](https://bazel.build/):

```bash
$ git clone [email protected]:datasift/served.git
$ git clone [email protected]:meltwater/served.git
$ cd served
$ bazel build :served
$ bazel test :served-test
Expand Down Expand Up @@ -154,7 +154,7 @@ Pull requests are welcome.
## Authors
* [@bigdatadev](https://github.com/bigdatadev)
* [@cjgdev](https://github.com/cjgdev)
* [@Jeffail](https://github.com/Jeffail)
## Copyright
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace(name = "com_github_datasift_served")
workspace(name = "com_github_meltwater_served")

git_repository(
name = "com_github_nelhage_rules_boost",
Expand Down

0 comments on commit 430d712

Please sign in to comment.