Nigel Tao před 14 roky
rodič
revize
f31f16dbf2
5 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 1 1
      AUTHORS
  2. 1 1
      CONTRIBUTORS
  3. 1 1
      README
  4. 1 1
      varint/Makefile
  5. 1 1
      varint/zigzag/Makefile

+ 1 - 1
AUTHORS

@@ -1,4 +1,4 @@
-# This is the official list of snappy-go authors for copyright purposes.
+# This is the official list of Snappy-Go authors for copyright purposes.
 # This file is distinct from the CONTRIBUTORS files.
 # See the latter for an explanation.
 

+ 1 - 1
CONTRIBUTORS

@@ -1,5 +1,5 @@
 # This is the official list of people who can contribute
-# (and typically have contributed) code to the snappy-go repository.
+# (and typically have contributed) code to the Snappy-Go repository.
 # The AUTHORS file lists the copyright holders; this file
 # lists people.  For example, Google employees are listed here
 # but not in AUTHORS, because Google holds the copyright.

+ 1 - 1
README

@@ -1,6 +1,6 @@
 This is a Snappy library for the Go programming language.
 
-Unless otherwise noted, the snappy-go source files are distributed
+Unless otherwise noted, the Snappy-Go source files are distributed
 under the BSD-style license found in the LICENSE file.
 
 Contributions should follow the same procedure as for the Go project:

+ 1 - 1
varint/Makefile

@@ -1,4 +1,4 @@
-# Copyright 2011 The snappy-go Authors. All rights reserved.
+# Copyright 2011 The Snappy-Go Authors. 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
varint/zigzag/Makefile

@@ -1,4 +1,4 @@
-# Copyright 2011 The snappy-go Authors. All rights reserved.
+# Copyright 2011 The Snappy-Go Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.