Skip to content

Commit

Permalink
AUTHORS and License details
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Sep 24, 2015
1 parent 0328279 commit 21cbbaf
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Ian Denhardt <ian@zenhack.net>
Wael Nasreddine <wael.nasreddine@gmail.com>
4 changes: 4 additions & 0 deletions db.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

// #cgo LDFLAGS: -lnotmuch
// #include <stdlib.h>
// #include <notmuch.h>
Expand Down
4 changes: 4 additions & 0 deletions db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

import (
"os"
"path"
Expand Down
4 changes: 4 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
// * Functions which in C return a status code and pass back a value via a pointer
// argument now return a (value, error) pair.
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

// Copyright © 2015 Ian Denhardt <ian@zenhack.net>
// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

Expand Down
4 changes: 4 additions & 0 deletions message.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

// #cgo LDFLAGS: -lnotmuch
// #include <stdlib.h>
// #include <notmuch.h>
Expand Down
4 changes: 4 additions & 0 deletions query.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

// #cgo LDFLAGS: -lnotmuch
// #include <stdlib.h>
// #include <notmuch.h>
Expand Down
4 changes: 4 additions & 0 deletions query_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

import "testing"

func TestSearchThreads(t *testing.T) {
Expand Down
4 changes: 4 additions & 0 deletions thread.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

// #cgo LDFLAGS: -lnotmuch
// #include <stdlib.h>
// #include <notmuch.h>
Expand Down
4 changes: 4 additions & 0 deletions thread_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

import "testing"

func TestGetThreadID(t *testing.T) {
Expand Down
4 changes: 4 additions & 0 deletions utils.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package notmuch

// Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
// Licensed under the GPLv3 or later.
// See COPYING at the root of the repository for details.

// #cgo LDFLAGS: -lnotmuch
// #include <stdlib.h>
// #include <notmuch.h>
Expand Down

0 comments on commit 21cbbaf

Please sign in to comment.