summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanović <mmicko@gmail.com>2015-05-25 14:35:36 +0200
committer Miodrag Milanović <mmicko@gmail.com>2015-05-25 14:35:36 +0200
commitf770eb03cf24a47b9980f514ccc76f6f8cec5fde (patch)
treef08a145bb555f3f692037f693b943a343898a550
parent24461e1355168de22b6148194a98b6a074805157 (diff)
Update README.md
Fixed formating
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 342ae94d364..f9173a1c377 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,4 @@ MAME source code should be viewed and edited with your editor set to use four sp
Some parts of the code follow [GNU style](http://www.gnu.org/prep/standards/html_node/Formatting.html); some parts of the code follow [K&R style](https://en.wikipedia.org/wiki/Indent_style#K.26R_style) -- mostly depending on who wrote the original version. **Above all else, be consistent with what you modify, and keep whitespace changes to a minimum when modifying existing source.** For new code, the majority tends to prefer GNU style, so if you don't care much, use that.
-All contributors need to either add standard header for license info (on new files) or send us their wish under which of licenses they would like their code to be published under.
-[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause)
-[LGPL-2.1+](http://spdx.org/licenses/LGPL-2.1+)
-[GPL-2.0+](http://spdx.org/licenses/GPL-2.0+)
+All contributors need to either add standard header for license info (on new files) or send us their wish under which of licenses they would like their code to be published under :[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause) ,[LGPL-2.1+](http://spdx.org/licenses/LGPL-2.1+) or [GPL-2.0+](http://spdx.org/licenses/GPL-2.0+)