Skip to content

Commit 865b07f

Browse files
committed
Merge pull request #3480 from mboersma/we-are-engine-yard
We are Engine Yard!
2 parents 70e00aa + 607d6e3 commit 865b07f

34 files changed

Lines changed: 51 additions & 60 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013, 2014 OpDemand LLC
1+
Copyright 2013, 2014 Engine Yard, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

MAINTAINERS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The duties of a core maintainer include:
4646
* Answer questions and help users in IRC
4747

4848
The current core maintainers of Deis:
49-
* Chris Armstrong - <chris@opdemand.com> ([@carmstrong](https://github.com/carmstrong))
50-
* Matt Boersma - <matt@opdemand.com> ([@mboersma](https://github.com/mboersma))
51-
* Matthew Fisher - <matthewf@opdemand.com> ([@bacongobbler](https://github.com/bacongobbler))
49+
* Chris Armstrong - <carmstrong@engineyard.com> ([@carmstrong](https://github.com/carmstrong))
50+
* Matt Boersma - <mboersma@engineyard.com> ([@mboersma](https://github.com/mboersma))
51+
* Matthew Fisher - <mfisher@engineyard.com> ([@bacongobbler](https://github.com/bacongobbler))
5252

5353
No pull requests can be merged until at least one core maintainer signs off with a [Code LGTM](http://docs.deis.io/en/latest/contributing/standards/#merge-approval). The other LGTM can come from either a core maintainer
5454
or contributing maintainer.
@@ -66,7 +66,7 @@ The duties of a contributing maintainer are very similar to those of a core main
6666
The current contributing maintainers of Deis:
6767
* Johannes Würbach - <johannes.wuerbach@googlemail.com> ([@johanneswuerbach](https://github.com/johanneswuerbach))
6868
* Manuel de Brito Fontes - <alejandro.debrito@soficom.cl> ([@aledbf](https://github.com/aledbf))
69-
* Sivaram Mothiki - <smothiki@opdemand.com> ([@smothiki](https://github.com/smothiki))
69+
* Sivaram Mothiki - <smothiki@engineyard.com> ([@smothiki](https://github.com/smothiki))
7070

7171
## Becoming a maintainer
7272

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ assistance with common issues.
3333

3434
## License
3535

36-
Copyright 2013, 2014 OpDemand LLC
36+
Copyright 2013, 2014 Engine Yard, Inc.
3737

3838
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
3939

builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install, and start **deis/builder**.
2626

2727
## License
2828

29-
© 2014 OpDemand LLC
29+
© 2014 Engine Yard, Inc.
3030

3131
Licensed under the Apache License, Version 2.0 (the "License"); you may
3232
not use this file except in compliance with the License. You may obtain

builder/image/slugbuilder/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM progrium/cedarish:latest
2-
MAINTAINER OpDemand <info@opdemand.com>
32

43
RUN mkdir /app
54
RUN addgroup --quiet --gid 2000 slug && \
@@ -13,4 +12,3 @@ RUN /tmp/builder/install-buildpacks
1312
ENTRYPOINT ["/tmp/builder/build.sh"]
1413

1514
ENV DEIS_RELEASE 1.6.0-dev
16-

builder/image/slugrunner/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM progrium/cedarish:latest
2-
MAINTAINER OpDemand <info@opdemand.com>
32

43
RUN mkdir /app
54
RUN addgroup --quiet --gid 2000 slug && \
@@ -19,4 +18,3 @@ ENV HOME /app
1918
ENTRYPOINT ["/runner/init"]
2019

2120
ENV DEIS_RELEASE 1.6.0-dev
22-

cache/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013, 2014 OpDemand LLC
1+
Copyright 2013, 2014 Engine Yard, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install, and start **deis/cache**.
2626

2727
## License
2828

29-
© 2014 OpDemand LLC
29+
© 2014 Engine Yard, Inc.
3030

3131
Licensed under the Apache License, Version 2.0 (the "License"); you may
3232
not use this file except in compliance with the License. You may obtain

client/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013, 2014 OpDemand LLC
1+
Copyright 2013, 2014 Engine Yard, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

client/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To learn more, use ``deis help`` or browse `the documentation`_.
150150
License
151151
-------
152152

153-
Copyright 2013, OpDemand LLC
153+
Copyright 2013, Engine Yard, Inc.
154154

155155
Licensed under the Apache License, Version 2.0 (the "License"); you may not
156156
use this file except in compliance with the License. You may obtain a copy of

0 commit comments

Comments
 (0)