mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Merge pull request #1575 from waddlesplash/patch-1
Add a notice about licensing to CONTRIBUTING.md
This commit is contained in:
commit
3b6c49c8db
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
- [Introduction] (#introduction)
|
||||||
|
@ -113,7 +115,7 @@ class ExampleClass : public SomeParent
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ExampleClass(int x, int y);
|
ExampleClass(int x, int y);
|
||||||
|
|
||||||
int GetX() const;
|
int GetX() const;
|
||||||
int GetY() const;
|
int GetY() const;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue