diff options
author | 2013-10-15 22:13:10 +0000 | |
---|---|---|
committer | 2013-10-15 22:13:10 +0000 | |
commit | e78f9c7638fdeac45b22c64767ab965c50f8dd1b (patch) | |
tree | c455adfb5f4d0511d6a4606b8a24a02f4a4df940 | |
parent | 0501de6541ddfcb76aee533f6f2491985d0b56da (diff) |
add licenseinfo.txt for lookup of the newly added license tags; please add to this file if you multi-license using a license not listed in it
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | docs/licenseinfo.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8df03aceb79..15173b6d51d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ docs/config.txt svneol=native#text/plain docs/hlsl.txt svneol=native#text/plain docs/imgtool.txt svneol=native#text/plain docs/license.txt svneol=native#text/plain +docs/licenseinfo.txt svneol=native#text/plain docs/m6502.txt svneol=native#text/plain docs/mame.txt svneol=native#text/plain docs/newvideo.txt svneol=native#text/plain diff --git a/docs/licenseinfo.txt b/docs/licenseinfo.txt new file mode 100644 index 00000000000..ad949ad07d6 --- /dev/null +++ b/docs/licenseinfo.txt @@ -0,0 +1,3 @@ +MAME: see docs/license.txt +LGPL-2.1+: http://spdx.org/licenses/LGPL-2.1+ + |