Browse code

update copyrights to 2015

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2015/01/13 07:47:36
Showing 7 changed files
... ...
@@ -18,7 +18,7 @@ use_absolute_urls: true
18 18
 theme_dir: ./theme/mkdocs/
19 19
 theme_center_lead: false
20 20
 
21
-copyright: Copyright &copy; 2014, Docker, Inc.
21
+copyright: Copyright &copy; 2014-2015, Docker, Inc.
22 22
 google_analytics: ['UA-6096819-11', 'docker.io']
23 23
 
24 24
 pages:
... ...
@@ -101,7 +101,7 @@
101 101
     </div>
102 102
     <div class="row clearfix">
103 103
       <div class="span6 pagination-right copyright">
104
-        <span>&copy; 2014 Docker, Inc.</span>
104
+        <span>&copy; 2014-2015 Docker, Inc.</span>
105 105
       </div>
106 106
       <div class="span6 pagination-left copyright">
107 107
         <a href="http://www.docker.com/legal/terms_of_service">Terms</a> &middot;
... ...
@@ -110,4 +110,4 @@
110 110
       </div>
111 111
     </div>
112 112
   </div>
113
-</div>
114 113
\ No newline at end of file
114
+</div>
... ...
@@ -1,4 +1,4 @@
1
-Copyright (c) 2014 The Docker & Go Authors. All rights reserved.
1
+Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved.
2 2
 
3 3
 Redistribution and use in source and binary forms, with or without
4 4
 modification, are permitted provided that the following conditions are
... ...
@@ -1,4 +1,4 @@
1
-// Copyright 2014 The Docker & Go Authors. All rights reserved.
1
+// Copyright 2014-2015 The Docker & Go Authors. All rights reserved.
2 2
 // Use of this source code is governed by a BSD-style
3 3
 // license that can be found in the LICENSE file.
4 4
 
... ...
@@ -1,4 +1,4 @@
1
-// Copyright 2014 The Docker & Go Authors. All rights reserved.
1
+// Copyright 2014-2015 The Docker & Go Authors. All rights reserved.
2 2
 // Use of this source code is governed by a BSD-style
3 3
 // license that can be found in the LICENSE file.
4 4
 
... ...
@@ -7,12 +7,12 @@ package mflag_test
7 7
 import (
8 8
 	"bytes"
9 9
 	"fmt"
10
-	. "github.com/docker/docker/pkg/mflag"
11 10
 	"os"
12 11
 	"sort"
13 12
 	"strings"
14 13
 	"testing"
15 14
 	"time"
15
+	. "github.com/docker/docker/pkg/mflag"
16 16
 )
17 17
 
18 18
 // ResetForTesting clears all flag state and sets the usage function as directed.
... ...
@@ -176,7 +176,7 @@
176 176
 
177 177
    END OF TERMS AND CONDITIONS
178 178
 
179
-   Copyright 2014 Docker, Inc.
179
+   Copyright 2014-2015 Docker, Inc.
180 180
 
181 181
    Licensed under the Apache License, Version 2.0 (the "License");
182 182
    you may not use this file except in compliance with the License.
... ...
@@ -1,4 +1,4 @@
1
-Copyright (c) 2014 The Docker & Go Authors. All rights reserved.
1
+Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved.
2 2
 
3 3
 Redistribution and use in source and binary forms, with or without
4 4
 modification, are permitted provided that the following conditions are