diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 6d2ecac3a4..73150cc443 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -18,7 +18,7 @@ use_absolute_urls: true
theme_dir: ./theme/mkdocs/
theme_center_lead: false
-copyright: Copyright © 2014, Docker, Inc.
+copyright: Copyright © 2014-2015, Docker, Inc.
google_analytics: ['UA-6096819-11', 'docker.io']
pages:
diff --git a/docs/theme/mkdocs/footer.html b/docs/theme/mkdocs/footer.html
index 69a4e6367f..923ace519c 100644
--- a/docs/theme/mkdocs/footer.html
+++ b/docs/theme/mkdocs/footer.html
@@ -101,7 +101,7 @@
-
\ No newline at end of file
+
diff --git a/pkg/mflag/LICENSE b/pkg/mflag/LICENSE
index ebcfbcc779..ac74d8f049 100644
--- a/pkg/mflag/LICENSE
+++ b/pkg/mflag/LICENSE
@@ -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
diff --git a/pkg/mflag/flag.go b/pkg/mflag/flag.go
index 72addae63c..1707b16faa 100644
--- a/pkg/mflag/flag.go
+++ b/pkg/mflag/flag.go
@@ -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.
diff --git a/pkg/mflag/flag_test.go b/pkg/mflag/flag_test.go
index b8c0b305d4..85f32c8aa4 100644
--- a/pkg/mflag/flag_test.go
+++ b/pkg/mflag/flag_test.go
@@ -1,13 +1,12 @@
-// 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.
-package mflag_test
+package mflag
import (
"bytes"
"fmt"
- . "github.com/docker/docker/pkg/mflag"
"os"
"sort"
"strings"
diff --git a/pkg/symlink/LICENSE.APACHE b/pkg/symlink/LICENSE.APACHE
index 27448585ad..9e4bd4dbee 100644
--- a/pkg/symlink/LICENSE.APACHE
+++ b/pkg/symlink/LICENSE.APACHE
@@ -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.
diff --git a/pkg/symlink/LICENSE.BSD b/pkg/symlink/LICENSE.BSD
index ebcfbcc779..ac74d8f049 100644
--- a/pkg/symlink/LICENSE.BSD
+++ b/pkg/symlink/LICENSE.BSD
@@ -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