浏览代码

Use more inclusive copyright header

Jakob Borg 11 年之前
父节点
当前提交
ad29093ac1
共有 14 个文件被更改,包括 14 次插入14 次删除
  1. 1 1
      common_test.go
  2. 1 1
      counting.go
  3. 1 1
      debug.go
  4. 1 1
      deviceid.go
  5. 1 1
      deviceid_test.go
  6. 1 1
      doc.go
  7. 1 1
      header.go
  8. 1 1
      message.go
  9. 1 1
      nativemodel_darwin.go
  10. 1 1
      nativemodel_unix.go
  11. 1 1
      nativemodel_windows.go
  12. 1 1
      protocol.go
  13. 1 1
      protocol_test.go
  14. 1 1
      wireformat.go

+ 1 - 1
common_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
counting.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
debug.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
deviceid.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
deviceid_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
doc.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
header.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
message.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
nativemodel_darwin.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
nativemodel_unix.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
nativemodel_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
protocol.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
protocol_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free

+ 1 - 1
wireformat.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// Copyright (C) 2014 The Syncthing Authors.
 //
 //
 // This program is free software: you can redistribute it and/or modify it
 // This program is free software: you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
 // under the terms of the GNU General Public License as published by the Free