diff options
| author | Ted Zlatanov | 2017-05-15 16:06:08 -0400 |
|---|---|---|
| committer | Ted Zlatanov | 2017-05-15 16:06:08 -0400 |
| commit | e782761a7defd44e7fce661aee4ac37e27c30bf4 (patch) | |
| tree | e5465e266d6d90ddfca4c9c7c81b255f9881d14e /.gitlab-ci.yml | |
| parent | 3241c84fd8cfa1e02472e52e6aefe2fff0726b3d (diff) | |
| download | emacs-e782761a7defd44e7fce661aee4ac37e27c30bf4.tar.gz emacs-e782761a7defd44e7fce661aee4ac37e27c30bf4.zip | |
* .gitlab-ci.yml: Adjust disclaimer as per RMS.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 893cb61afb2..a438052e00a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -15,11 +15,11 @@ | |||
| 15 | # You should have received a copy of the GNU General Public License | 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | # GitLab CI support for GNU Emacs | 18 | # GNU Emacs support for the GitLab protocol for CI |
| 19 | 19 | ||
| 20 | # The presence of this file does not imply any FSF/GNU endorsement of | 20 | # The presence of this file does not imply any FSF/GNU endorsement of |
| 21 | # GitLab CI or any related entities and is intended only for | 21 | # any particular servce that uses that protocol. Also, it is intended for |
| 22 | # evaluation purposes. | 22 | # evaluation purposes, thus possibly temporary. |
| 23 | 23 | ||
| 24 | # Maintainer: tzz@lifelogs.com | 24 | # Maintainer: tzz@lifelogs.com |
| 25 | # URL: https://gitlab.com/emacs-ci/emacs | 25 | # URL: https://gitlab.com/emacs-ci/emacs |