Selaa lähdekoodia

Merge pull request #613 from exercism/license

Remove license info from README
Stuart Kent 9 vuotta sitten
vanhempi
commit
d6afe5b521
2 muutettua tiedostoa jossa 2 lisäystä ja 9 poistoa
  1. 2
    2
      LICENSE
  2. 0
    7
      README.md

+ 2
- 2
LICENSE Näytä tiedosto

@@ -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 Näytä tiedosto

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