Skip to content

Commit

Permalink
Change to Google license
Browse files Browse the repository at this point in the history
  • Loading branch information
pborman committed Feb 21, 2013
1 parent 99e6a46 commit 3b137f1
Show file tree
Hide file tree
Showing 38 changed files with 150 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Paul Borman. All rights reserved.
Copyright (c) 2013 Google Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer.
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Paul Borman, nor the names of other
* Neither the name of Google, nor the names of other
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

// Package getopt provides traditional getopt processing for implementing
// commands that use traditional command lines. The standard Go flag package
// cannot be used to write a program that parses flags the way ls or ssh does,
Expand Down
4 changes: 4 additions & 0 deletions int.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

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

package getopt

import (
Expand Down

0 comments on commit 3b137f1

Please sign in to comment.