Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "Endpoints Server Proxy" to "Extensible Service Proxy" #11

Merged
merged 2 commits into from Nov 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion AUTHORS
@@ -1,4 +1,4 @@
# This is the list of The Endpoints Server Proxy authors for copyright purposes.
# This is the list of The Extensible Service Proxy authors for copyright purposes.
#
# This does not necessarily list everyone who has contributed code, since in
# some cases, their employer may be the copyright holder. See the revision
Expand Down
2 changes: 1 addition & 1 deletion BUILD
@@ -1,4 +1,4 @@
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -167,7 +167,7 @@

# Release 0.3.0 07-07-2016 (First Beta Release of ESP)

Endpoints Server Proxy, a.k.a. ESP is a proxy which enables API management
Extensible Service Proxy, a.k.a. ESP is a proxy which enables API management
capabilities for API services. It supports HTTP/JSON and gRPC APIs.

## Features in this release
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,6 +1,6 @@
#!groovy
/*
Copyright (C) Endpoints Server Proxy Authors
Copyright (C) Extensible Service Proxy Authors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (C) Endpoints Server Proxy Authors
Copyright (C) Extensible Service Proxy Authors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,6 +1,6 @@
# The Endpoints Server Proxy #
# The Extensible Service Proxy #

Endpoints Server Proxy, a.k.a. ESP is a proxy which enables API management
Extensible Service Proxy, a.k.a. ESP is a proxy which enables API management
capabilities for JSON/REST or gRPC API services. The current implementation is
based on an [NGINX](http://nginx.org) HTTP reverse proxy server.

Expand Down Expand Up @@ -37,7 +37,7 @@ chain are:

## Getting ESP ##

To download the Endpoints Server Proxy source code, clone the ESP repository:
To download the Extensible Service Proxy source code, clone the ESP repository:

# Clone ESP repository
git clone https://github.com/cloudendpoints/esp
Expand All @@ -49,8 +49,8 @@ To download the Endpoints Server Proxy source code, clone the ESP repository:

* [doc](/doc): Documentation
* [docker](/docker): Scripts for packaging ESP in a Docker image.
* [include](/include): Endpoints Server Proxy header files.
* [src](/src): Endpoints Server Proxy source.
* [include](/include): Extensible Service Proxy header files.
* [src](/src): Extensible Service Proxy source.
* [google](/google) and [third_party](/third_party): Git submodules containing
dependencies of ESP, including NGINX.
* [script](/script): Scripts used for build, test, and continuous integration.
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
@@ -1,4 +1,4 @@
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion client/custom/gen-auth-token.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion doc/k8s/esp_echo_http.yaml
@@ -1,4 +1,4 @@
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion doc/k8s/swagger.yaml
@@ -1,4 +1,4 @@
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial.md
Expand Up @@ -102,7 +102,7 @@ Start the application using [npm](https://www.npmjs.com/):

## Call the backend ##

Now we are ready to call the the backend via Endpoints Server Proxy, using curl:
Now we are ready to call the the backend via Extensible Service Proxy, using curl:

curl -v http://localhost:8090/shelves
curl -v http://localhost:8090/shelves/1
Expand Down
2 changes: 1 addition & 1 deletion docker/ingress/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/BUILD
@@ -1,4 +1,4 @@
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/api_manager.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/async_grpc_queue.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/compute_platform.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/env_interface.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/http_request.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/periodic_timer.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/protocol.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/request.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/request_handler_interface.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/response.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/service_control.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/transcoder.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion include/api_manager/utils/status.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) Endpoints Server Proxy Authors
* Copyright (C) Extensible Service Proxy Authors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion jenkins/slaves/entrypoint
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion jenkins/slaves/jenkins-slave
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion jenkins/slaves/slave-test
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion nginx.bzl
@@ -1,4 +1,4 @@
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/all-utilities
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions script/check-license-headers
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -28,7 +28,7 @@
#
# Checks the source code files for proper license headers.

ESP_COPYRIGHT='Copyright (C) Endpoints Server Proxy Authors'
ESP_COPYRIGHT='Copyright (C) Extensible Service Proxy Authors'

ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
. ${ROOT}/script/all-utilities \
Expand Down
2 changes: 1 addition & 1 deletion script/create-test-env-json
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/e2e-kube.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/find-gae-backend-vm-name.py
@@ -1,4 +1,4 @@
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/gce-grpc-test-server
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/jenkins-build-docker-slave
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/jenkins-init-slaves.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/jenkins-tests-cleanup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/jenkins-utilities
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-build-dependencies
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-build-docker
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-gae-instance
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-grpc-test-long-run
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-install-software
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-prep-machine
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-run-coverage
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-start-local-test
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion script/linux-test-kb-long-run
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) Endpoints Server Proxy Authors
# Copyright (C) Extensible Service Proxy Authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down