update copyrights to 2015

Signed-off-by: Victor Vieux <vieux@docker.com>
Upstream-commit: e5869b2b0bdf85d15813c714565fd49943c3d754
Component: engine
This commit is contained in:
Victor Vieux
2015-01-12 22:47:36 +00:00
parent d352fd4587
commit 8015360eaf
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use_absolute_urls: true
theme_dir: ./theme/mkdocs/
theme_center_lead: false
copyright: Copyright &copy; 2014, Docker, Inc.
copyright: Copyright &copy; 2014-2015, Docker, Inc.
google_analytics: ['UA-6096819-11', 'docker.io']
pages:
+2 -2
View File
@@ -101,7 +101,7 @@
</div>
<div class="row clearfix">
<div class="span6 pagination-right copyright">
<span>&copy; 2014 Docker, Inc.</span>
<span>&copy; 2014-2015 Docker, Inc.</span>
</div>
<div class="span6 pagination-left copyright">
<a href="http://www.docker.com/legal/terms_of_service">Terms</a> &middot;
@@ -110,4 +110,4 @@
</div>
</div>
</div>
</div>
</div>
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2014 The Docker & Go Authors. All rights reserved.
Copyright (c) 2014-2015 The Docker & Go Authors. 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
View File
@@ -1,4 +1,4 @@
// Copyright 2014 The Docker & Go Authors. All rights reserved.
// Copyright 2014-2015 The Docker & 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.
+2 -2
View File
@@ -1,4 +1,4 @@
// Copyright 2014 The Docker & Go Authors. All rights reserved.
// Copyright 2014-2015 The Docker & 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.
@@ -7,12 +7,12 @@ package mflag_test
import (
"bytes"
"fmt"
. "github.com/docker/docker/pkg/mflag"
"os"
"sort"
"strings"
"testing"
"time"
. "github.com/docker/docker/pkg/mflag"
)
// ResetForTesting clears all flag state and sets the usage function as directed.
+1 -1
View File
@@ -176,7 +176,7 @@
END OF TERMS AND CONDITIONS
Copyright 2014 Docker, Inc.
Copyright 2014-2015 Docker, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2014 The Docker & Go Authors. All rights reserved.
Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are