소스 검색

Merged mrdoob's branch.

Hopefully this resolved double merge of astrodud's pull request.
alteredq 14 년 전
부모
커밋
7f719ec239
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      LICENSE
  2. 0 2
      README.md

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2010 Three.js Authors. All rights reserved.
+Copyright (c) 2010-2011 Three.js Authors. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 0 - 2
README.md

@@ -3,8 +3,6 @@ three.js
 
 #### Javascript 3D Engine ####
 
-[![Flattr this](http://api.flattr.com/button/button-compact-static-100x17.png)](http://flattr.com/thing/287/three-js)
-
 The aim of this project is to create a lightweight 3D engine with a very low level of abstraction (aka for dummies). Currently the examples are the documentation. Be aware that the API may change from revision to revision breaking backwards compatibility.
 
 The engine can render using <canvas>, <svg> and WebGL.