You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2015/06/04 17:11:34 UTC

mesos git commit: Fixed style issues in the File Header section in the C++ style-guide.

Repository: mesos
Updated Branches:
  refs/heads/master 6d0225658 -> dc379249e


Fixed style issues in the File Header section in the C++ style-guide.

Review: https://reviews.apache.org/r/35075


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dc379249
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/dc379249
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/dc379249

Branch: refs/heads/master
Commit: dc379249e29870a8862a39dce1213b0d2f109030
Parents: 6d02256
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Thu Jun 4 17:11:02 2015 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Thu Jun 4 17:11:02 2015 +0200

----------------------------------------------------------------------
 docs/mesos-c++-style-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/dc379249/docs/mesos-c++-style-guide.md
----------------------------------------------------------------------
diff --git a/docs/mesos-c++-style-guide.md b/docs/mesos-c++-style-guide.md
index ddd1cb6..38dd201 100644
--- a/docs/mesos-c++-style-guide.md
+++ b/docs/mesos-c++-style-guide.md
@@ -195,7 +195,7 @@ s += "world"; // THIS IS A DANGLING REFERENCE!
 
 ## File Headers
 
-Mesos source files should contain the "ASF" header:
+* Mesos source files must contain the "ASF" header:
 
 ```
 /**
@@ -217,7 +217,7 @@ Mesos source files should contain the "ASF" header:
  */
 ```
 
-stout & libprocess source files should contain the "Apache License Version 2.0" header:
+* Stout and libprocess source files must contain the "Apache License Version 2.0" header:
 
 ```
 /**