Просмотр исходного кода

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 лет назад
Родитель
Сommit
939c2910a6
1 измененных файлов: 0 добавлений и 7 удалений
  1. 0
    7
      README.md

+ 0
- 7
README.md Просмотреть файл

117
 cd ~/workspace/exercism/exercises
117
 cd ~/workspace/exercism/exercises
118
 exercism fetch java bob
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