瀏覽代碼

Merge pull request #613 from exercism/license

Remove license info from README
Stuart Kent 9 年之前
父節點
當前提交
d6afe5b521
共有 2 個文件被更改,包括 2 次插入9 次删除
  1. 2
    2
      LICENSE
  2. 0
    7
      README.md

+ 2
- 2
LICENSE 查看文件

@@ -1,6 +1,6 @@
1
-The MIT License (MIT)
1
+MIT License
2 2
 
3
-Copyright (c) 2014 Katrina Owen, _@kytrinyx.com
3
+Copyright (c) 2017 Exercism, Inc
4 4
 
5 5
 Permission is hereby granted, free of charge, to any person obtaining a copy
6 6
 of this software and associated documentation files (the "Software"), to deal

+ 0
- 7
README.md 查看文件

@@ -117,10 +117,3 @@ gradle clean
117 117
 cd ~/workspace/exercism/exercises
118 118
 exercism fetch java bob
119 119
 ```
120
-
121
-
122
-# License
123
-
124
-The MIT License (MIT)
125
-
126
-Copyright (c) 2014 Katrina Owen, _@kytrinyx.com