From 288106b71bb8e8c7dc4ffff3d5d66235a027f3ae Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 12 Jan 2015 22:47:36 +0000 Subject: [PATCH] update copyrights to 2015 Signed-off-by: Victor Vieux --- mflag/LICENSE | 2 +- mflag/flag.go | 2 +- mflag/flag_test.go | 4 ++-- symlink/LICENSE.APACHE | 2 +- symlink/LICENSE.BSD | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mflag/LICENSE b/mflag/LICENSE index ebcfbcc..ac74d8f 100644 --- a/mflag/LICENSE +++ b/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/mflag/flag.go b/mflag/flag.go index 72addae..1707b16 100644 --- a/mflag/flag.go +++ b/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/mflag/flag_test.go b/mflag/flag_test.go index b8c0b30..df640d1 100644 --- a/mflag/flag_test.go +++ b/mflag/flag_test.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. @@ -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. diff --git a/symlink/LICENSE.APACHE b/symlink/LICENSE.APACHE index 2744858..9e4bd4d 100644 --- a/symlink/LICENSE.APACHE +++ b/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/symlink/LICENSE.BSD b/symlink/LICENSE.BSD index ebcfbcc..ac74d8f 100644 --- a/symlink/LICENSE.BSD +++ b/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