Pārlūkot izejas kodu

Remove license information from README

This is no longer desireable, since GitHub shows license information on the repo homepage
based on the LICENSE file, provided that it can detect the license. We're using the MIT
license directly from choosealicense.com, which is maintained by GitHub, so the license is
properly detected.
Katrina Owen 9 gadus atpakaļ
vecāks
revīzija
939c2910a6
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  1. 0
    7
      README.md

+ 0
- 7
README.md Parādīt failu

@@ -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