Skip to content

Commit

Permalink
Add authors file and adjust license
Browse files Browse the repository at this point in the history
  • Loading branch information
lxn committed Feb 20, 2012
1 parent 00c6a53 commit 68715a5
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 20 deletions.
17 changes: 17 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This is the official list of 'go-pgsql' authors for copyright purposes.

# Names should be added to this file as
# Name or Organization <email address>
# The email address is not required for organizations.

# Please keep the list sorted.

# Contributors
# ============

Alexander Neumann <an2048@googlemail.com>
Andrew Zeneski <andrew@andrewzeneski.com>
Christopher Browne <cbbrowne@ca.afilias.info>
Martin Marcher <martin@marcher.name>
Samuel Stauffer <samuel@descolada.com>
Sascha Peilicke <saschpe@gmx.de>
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Alexander Neumann. All rights reserved.
Copyright (c) 2010 The go-pgsql Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Expand All @@ -8,13 +8,13 @@ are met:
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
3. The names of the authors may not be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Expand Down
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion conn_log.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion conn_read.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion conn_write.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion examples/multipleselects.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
4 changes: 4 additions & 0 deletions examples/pool.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2011 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package main

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/scan.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion examples/statements.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion messagecodes.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion parameter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion pgsql_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
4 changes: 4 additions & 0 deletions pool.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2011 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package pgsql

import (
Expand Down
2 changes: 1 addition & 1 deletion resultset.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion state.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion statement.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010 Alexander Neumann. All rights reserved.
// Copyright 2010 The go-pgsql Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down

0 comments on commit 68715a5

Please sign in to comment.