From 3e4245c23e2670157316c59e17df93fb5528aac0 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 19 Nov 2014 15:53:09 -0500 Subject: [PATCH] Add a notice about licensing to CONTRIBUTING.md --- Contributing.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Contributing.md b/Contributing.md index 5bcbdb65b1..d0a717e8a1 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,6 +1,8 @@ -# Dolphin Code Styling +# Dolphin Coding Style & Licensing -## Table of Contents +If you make any contributions to Dolphin after December 1st, 2014, you are agreeing that any code you have contributed will be licensed under the GNU GPL version 2 (or any later version). + +## Coding Style --- - [Introduction] (#introduction) @@ -113,7 +115,7 @@ class ExampleClass : public SomeParent { public: ExampleClass(int x, int y); - + int GetX() const; int GetY() const;