瀏覽代碼

update-license

drhodes 13 年之前
父節點
當前提交
9f8e14f9dc
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      LICENSE
  2. 1 1
      lorem.go
  3. 1 1
      lorem_test.go
  4. 1 1
      wordlist.go

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2009 The Go Authors. All rights reserved.
+Copyright (c) 2012 Derek A. Rhodes. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are

+ 1 - 1
lorem.go

@@ -1,4 +1,4 @@
-// Copyright 2010 Derek A. Rhodes.  All rights reserved.
+// Copyright 2012 Derek A. Rhodes.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 

+ 1 - 1
lorem_test.go

@@ -1,4 +1,4 @@
-// Copyright 2010 Derek A. Rhodes.  All rights reserved.
+// Copyright 2012 Derek A. Rhodes.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 

+ 1 - 1
wordlist.go

@@ -1,4 +1,4 @@
-// Copyright 2010 Derek A. Rhodes.  All rights reserved.
+// Copyright 2012 Derek A. Rhodes.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.