update copyrights to 2015

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-01-12 22:47:36 +00:00
parent 6366ac1c34
commit 288106b71b
5 changed files with 6 additions and 6 deletions

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 Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are modification, are permitted provided that the following conditions are

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 // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.

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 // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
@ -7,12 +7,12 @@ package mflag_test
import ( import (
"bytes" "bytes"
"fmt" "fmt"
. "github.com/docker/docker/pkg/mflag"
"os" "os"
"sort" "sort"
"strings" "strings"
"testing" "testing"
"time" "time"
. "github.com/docker/docker/pkg/mflag"
) )
// ResetForTesting clears all flag state and sets the usage function as directed. // ResetForTesting clears all flag state and sets the usage function as directed.

View file

@ -176,7 +176,7 @@
END OF TERMS AND CONDITIONS END OF TERMS AND CONDITIONS
Copyright 2014 Docker, Inc. Copyright 2014-2015 Docker, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

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 Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are modification, are permitted provided that the following conditions are