D library projects

Florian Sonnenberger nairolf at online.de
Thu Nov 12 14:37:47 PST 2009


Walter Bright wrote:

> The library is under the creative commons license, which is different,
> though I haven't read it carefully.

Are you sure? Every file of the lib I've looked at starts with:

// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Examples:
http://golang.org/src/pkg/compress/flate/deflate.go
http://golang.org/src/pkg/fmt/format.go
http://golang.org/src/pkg/json/parse.go
http://golang.org/src/pkg/regexp/regexp.go


Florian



More information about the Digitalmars-d mailing list