drhodes 13 anni fa
parent
commit
9f8e14f9dc
4 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  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.