From cdbfa5ccc787f276e658ec8da5bef74f8c9eb872 Mon Sep 17 00:00:00 2001 From: Ian Booth Date: Wed, 16 Jul 2014 14:36:50 +1000 Subject: [PATCH] Update licence info to LPGLv3 --- apt/apt.go | 2 +- apt/apt_test.go | 2 +- apt/package_test.go | 2 +- attempt.go | 2 +- attempt_test.go | 3 +++ command.go | 2 +- command_test.go | 2 +- exec/exec.go | 2 +- exec/exec_linux_test.go | 2 +- exec/exec_windows_test.go | 2 +- exec/package_test.go | 2 +- export_test.go | 2 +- file.go | 2 +- file_test.go | 2 +- file_unix.go | 2 +- file_windows.go | 2 +- fslock/fslock.go | 2 +- fslock/fslock_test.go | 2 +- fslock/package_test.go | 2 +- gomaxprocs.go | 2 +- gomaxprocs_test.go | 2 +- home_unix.go | 2 +- home_unix_test.go | 3 +++ home_windows.go | 2 +- home_windows_test.go | 3 +++ http.go | 2 +- http_test.go | 2 +- isubuntu.go | 3 +++ isubuntu_test.go | 2 +- limiter.go | 2 +- limiter_test.go | 2 +- network.go | 2 +- network_test.go | 2 +- package_test.go | 2 +- parallel/package_test.go | 2 +- parallel/parallel.go | 2 +- parallel/parallel_test.go | 2 +- parallel/try.go | 2 +- parallel/try_test.go | 2 +- password.go | 2 +- password_test.go | 2 +- proxy/package_test.go | 2 +- proxy/proxy.go | 2 +- proxy/proxy_test.go | 2 +- readpass/readpass.go | 2 +- registry/export_test.go | 2 +- registry/package_test.go | 2 +- registry/registry.go | 2 +- registry/registry_test.go | 2 +- set/package_test.go | 2 +- set/strings.go | 2 +- set/strings_test.go | 2 +- shell/package_test.go | 2 +- shell/script.go | 2 +- shell/script_test.go | 2 +- symlink/export_test.go | 2 +- symlink/symlink.go | 2 +- symlink/symlink_linux.go | 3 +++ symlink/symlink_test.go | 2 +- symlink/symlink_windows.go | 2 +- symlink/symlink_windows_test.go | 2 +- tailer/export_test.go | 2 +- tailer/package_test.go | 2 +- tailer/tailer.go | 2 +- tailer/tailer_test.go | 2 +- timeit.go | 2 +- trivial.go | 2 +- trivial_test.go | 2 +- uuid.go | 2 +- uuid_test.go | 2 +- voyeur/package_test.go | 2 +- voyeur/value.go | 2 +- voyeur/value_test.go | 2 +- zip/package_test.go | 2 +- zip/zip.go | 2 +- zip/zip_test.go | 2 +- 76 files changed, 86 insertions(+), 71 deletions(-) diff --git a/apt/apt.go b/apt/apt.go index 7ae9fa318..764b69f0d 100644 --- a/apt/apt.go +++ b/apt/apt.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package apt diff --git a/apt/apt_test.go b/apt/apt_test.go index c029099a7..39fafaac1 100644 --- a/apt/apt_test.go +++ b/apt/apt_test.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package apt_test diff --git a/apt/package_test.go b/apt/package_test.go index cb3030929..a8e6ed177 100644 --- a/apt/package_test.go +++ b/apt/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package apt_test diff --git a/attempt.go b/attempt.go index eea8ef6a8..3becab216 100644 --- a/attempt.go +++ b/attempt.go @@ -1,5 +1,5 @@ // Copyright 2011, 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/attempt_test.go b/attempt_test.go index 9e2b7f89a..5a84a312d 100644 --- a/attempt_test.go +++ b/attempt_test.go @@ -1,3 +1,6 @@ +// Copyright 2011, 2012, 2013 Canonical Ltd. +// Licensed under the LGPLv3, see LICENCE file for details. + package utils_test import ( diff --git a/command.go b/command.go index 45a1fc842..4bd51cd2a 100644 --- a/command.go +++ b/command.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/command_test.go b/command_test.go index 8463fda46..a42341107 100644 --- a/command_test.go +++ b/command_test.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/exec/exec.go b/exec/exec.go index e77f64e9b..23c741d01 100644 --- a/exec/exec.go +++ b/exec/exec.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package exec diff --git a/exec/exec_linux_test.go b/exec/exec_linux_test.go index 080db67d4..6689a259b 100644 --- a/exec/exec_linux_test.go +++ b/exec/exec_linux_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package exec_test diff --git a/exec/exec_windows_test.go b/exec/exec_windows_test.go index c4cc69f73..0006ac885 100644 --- a/exec/exec_windows_test.go +++ b/exec/exec_windows_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package exec_test diff --git a/exec/package_test.go b/exec/package_test.go index d32303ecf..1e840410d 100644 --- a/exec/package_test.go +++ b/exec/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package exec_test diff --git a/export_test.go b/export_test.go index 13d0cf60b..c02fd0c4c 100644 --- a/export_test.go +++ b/export_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/file.go b/file.go index 5eb787d33..3339fb2b3 100644 --- a/file.go +++ b/file.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/file_test.go b/file_test.go index 9ad796880..e822a7a2b 100644 --- a/file_test.go +++ b/file_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/file_unix.go b/file_unix.go index 00df689f4..4ae4974fe 100644 --- a/file_unix.go +++ b/file_unix.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. // +build !windows package utils diff --git a/file_windows.go b/file_windows.go index ecdc0202a..3046bc042 100644 --- a/file_windows.go +++ b/file_windows.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/fslock/fslock.go b/fslock/fslock.go index e48ee994f..54c26765b 100644 --- a/fslock/fslock.go +++ b/fslock/fslock.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. // On-disk mutex protecting a resource // diff --git a/fslock/fslock_test.go b/fslock/fslock_test.go index 7984c459d..ab39cfe53 100644 --- a/fslock/fslock_test.go +++ b/fslock/fslock_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package fslock_test diff --git a/fslock/package_test.go b/fslock/package_test.go index 18d4402b7..878bdbcc3 100644 --- a/fslock/package_test.go +++ b/fslock/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package fslock_test diff --git a/gomaxprocs.go b/gomaxprocs.go index 24b5b3fed..5977a864b 100644 --- a/gomaxprocs.go +++ b/gomaxprocs.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/gomaxprocs_test.go b/gomaxprocs_test.go index 53857e48e..34e2d1060 100644 --- a/gomaxprocs_test.go +++ b/gomaxprocs_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/home_unix.go b/home_unix.go index bae3fc6c2..6b450bebd 100644 --- a/home_unix.go +++ b/home_unix.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. // +build !windows package utils diff --git a/home_unix_test.go b/home_unix_test.go index 3e2b5e11e..1ad0f4578 100644 --- a/home_unix_test.go +++ b/home_unix_test.go @@ -1,3 +1,6 @@ +// Copyright 2011, 2012, 2013 Canonical Ltd. +// Licensed under the LGPLv3, see LICENCE file for details. + package utils_test import ( diff --git a/home_windows.go b/home_windows.go index 7b19bec2a..0c7068120 100644 --- a/home_windows.go +++ b/home_windows.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/home_windows_test.go b/home_windows_test.go index 10f155fd7..a43167d5a 100644 --- a/home_windows_test.go +++ b/home_windows_test.go @@ -1,3 +1,6 @@ +// Copyright 2011, 2012, 2013 Canonical Ltd. +// Licensed under the LGPLv3, see LICENCE file for details. + package utils_test import ( diff --git a/http.go b/http.go index 85d642aa4..72639f65b 100644 --- a/http.go +++ b/http.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/http_test.go b/http_test.go index 8ff53ea4d..29ac109ca 100644 --- a/http_test.go +++ b/http_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/isubuntu.go b/isubuntu.go index a5e46647a..d85ed9af3 100644 --- a/isubuntu.go +++ b/isubuntu.go @@ -1,3 +1,6 @@ +// Copyright 2011, 2012, 2013 Canonical Ltd. +// Licensed under the LGPLv3, see LICENCE file for details. + package utils import ( diff --git a/isubuntu_test.go b/isubuntu_test.go index 7afacc300..3eb2f81db 100644 --- a/isubuntu_test.go +++ b/isubuntu_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/limiter.go b/limiter.go index 3bd7a68ca..60bd066d0 100644 --- a/limiter.go +++ b/limiter.go @@ -1,5 +1,5 @@ // Copyright 2011, 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/limiter_test.go b/limiter_test.go index c269b9f03..61384f4b4 100644 --- a/limiter_test.go +++ b/limiter_test.go @@ -1,5 +1,5 @@ // Copyright 2011, 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/network.go b/network.go index 911cea1ed..505a6e947 100644 --- a/network.go +++ b/network.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/network_test.go b/network_test.go index 617b1a77e..814ed5c15 100644 --- a/network_test.go +++ b/network_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/package_test.go b/package_test.go index 4b6839ca6..390208e86 100644 --- a/package_test.go +++ b/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/parallel/package_test.go b/parallel/package_test.go index 79fe63432..ebc1de78d 100644 --- a/parallel/package_test.go +++ b/parallel/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package parallel_test diff --git a/parallel/parallel.go b/parallel/parallel.go index 2c32257ac..0731d993f 100644 --- a/parallel/parallel.go +++ b/parallel/parallel.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. // The parallel package provides a way of running functions concurrently while // limiting the maximum number running at once. diff --git a/parallel/parallel_test.go b/parallel/parallel_test.go index c586e0e78..f4abdb33d 100644 --- a/parallel/parallel_test.go +++ b/parallel/parallel_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package parallel_test diff --git a/parallel/try.go b/parallel/try.go index b3b45459b..ba29edb78 100644 --- a/parallel/try.go +++ b/parallel/try.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package parallel diff --git a/parallel/try_test.go b/parallel/try_test.go index ed4a41fb9..4db81a481 100644 --- a/parallel/try_test.go +++ b/parallel/try_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package parallel_test diff --git a/password.go b/password.go index 74671cc1d..6e0b5772c 100644 --- a/password.go +++ b/password.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/password_test.go b/password_test.go index c180e5bee..eb9a04adc 100644 --- a/password_test.go +++ b/password_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/proxy/package_test.go b/proxy/package_test.go index ac9406ba9..17e5908cf 100644 --- a/proxy/package_test.go +++ b/proxy/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package proxy_test diff --git a/proxy/proxy.go b/proxy/proxy.go index 2e0ad80a7..3a465d6d9 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package proxy diff --git a/proxy/proxy_test.go b/proxy/proxy_test.go index d53f28904..fddfe0c15 100644 --- a/proxy/proxy_test.go +++ b/proxy/proxy_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package proxy_test diff --git a/readpass/readpass.go b/readpass/readpass.go index c7b390d27..04e1a1a26 100644 --- a/readpass/readpass.go +++ b/readpass/readpass.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package readpass diff --git a/registry/export_test.go b/registry/export_test.go index 85c68d663..6a0e3e7d7 100644 --- a/registry/export_test.go +++ b/registry/export_test.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package registry diff --git a/registry/package_test.go b/registry/package_test.go index f087a0e80..c6dd0ddc5 100644 --- a/registry/package_test.go +++ b/registry/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package registry_test diff --git a/registry/registry.go b/registry/registry.go index 979939515..710009ec9 100644 --- a/registry/registry.go +++ b/registry/registry.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package registry diff --git a/registry/registry_test.go b/registry/registry_test.go index 8bc9f25f8..5130fdd48 100644 --- a/registry/registry_test.go +++ b/registry/registry_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package registry_test diff --git a/set/package_test.go b/set/package_test.go index 983825ff9..fd0eec39f 100644 --- a/set/package_test.go +++ b/set/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package set_test diff --git a/set/strings.go b/set/strings.go index 24fc652b4..ce86d5fd6 100644 --- a/set/strings.go +++ b/set/strings.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package set diff --git a/set/strings_test.go b/set/strings_test.go index 09e5aacc7..56f587fda 100644 --- a/set/strings_test.go +++ b/set/strings_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package set_test diff --git a/shell/package_test.go b/shell/package_test.go index f045bd0d2..dbe88841e 100644 --- a/shell/package_test.go +++ b/shell/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package shell_test diff --git a/shell/script.go b/shell/script.go index 0f9889e1a..49de4f1a3 100644 --- a/shell/script.go +++ b/shell/script.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package shell diff --git a/shell/script_test.go b/shell/script_test.go index 0aa980f56..ebaa49534 100644 --- a/shell/script_test.go +++ b/shell/script_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package shell_test diff --git a/symlink/export_test.go b/symlink/export_test.go index de1f78d02..d81fbd405 100644 --- a/symlink/export_test.go +++ b/symlink/export_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Cloudbase Solutions SRL -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package symlink diff --git a/symlink/symlink.go b/symlink/symlink.go index 3886c4b3a..924406d65 100644 --- a/symlink/symlink.go +++ b/symlink/symlink.go @@ -1,5 +1,5 @@ // Copyright 2014 Cloudbase Solutions SRL -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package symlink diff --git a/symlink/symlink_linux.go b/symlink/symlink_linux.go index 045145300..f82d343de 100644 --- a/symlink/symlink_linux.go +++ b/symlink/symlink_linux.go @@ -1,3 +1,6 @@ +// Copyright 2014 Canonical Ltd. +// Licensed under the LGPLv3, see LICENCE file for details. + package symlink import ( diff --git a/symlink/symlink_test.go b/symlink/symlink_test.go index 4e0a413d8..ffe8a0972 100644 --- a/symlink/symlink_test.go +++ b/symlink/symlink_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Cloudbase Solutions SRL -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package symlink_test diff --git a/symlink/symlink_windows.go b/symlink/symlink_windows.go index 0b5468e18..4a11dda93 100644 --- a/symlink/symlink_windows.go +++ b/symlink/symlink_windows.go @@ -1,6 +1,6 @@ // Copyright 2014 Canonical Ltd. // Copyright 2014 Cloudbase Solutions SRL -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. // Author: Robert Tingirica package symlink diff --git a/symlink/symlink_windows_test.go b/symlink/symlink_windows_test.go index 3137a1df9..874034a6c 100644 --- a/symlink/symlink_windows_test.go +++ b/symlink/symlink_windows_test.go @@ -1,6 +1,6 @@ // Copyright 2014 Canonical Ltd. // Copyright 2014 Cloudbase Solutions SRL -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package symlink_test diff --git a/tailer/export_test.go b/tailer/export_test.go index 3edc40d8d..d5e190e52 100644 --- a/tailer/export_test.go +++ b/tailer/export_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package tailer diff --git a/tailer/package_test.go b/tailer/package_test.go index 31250e45b..70219154a 100644 --- a/tailer/package_test.go +++ b/tailer/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package tailer_test diff --git a/tailer/tailer.go b/tailer/tailer.go index aaa8478e2..2ecd4b796 100644 --- a/tailer/tailer.go +++ b/tailer/tailer.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package tailer diff --git a/tailer/tailer_test.go b/tailer/tailer_test.go index 5b340d8b5..6344276f5 100644 --- a/tailer/tailer_test.go +++ b/tailer/tailer_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package tailer_test diff --git a/timeit.go b/timeit.go index c72df5098..172b5931f 100644 --- a/timeit.go +++ b/timeit.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/trivial.go b/trivial.go index c2d3a5789..ac5462340 100644 --- a/trivial.go +++ b/trivial.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/trivial_test.go b/trivial_test.go index 6f5d2355e..7d15a94e6 100644 --- a/trivial_test.go +++ b/trivial_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/uuid.go b/uuid.go index f640ad12a..d09b9d4b8 100644 --- a/uuid.go +++ b/uuid.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils diff --git a/uuid_test.go b/uuid_test.go index 2c8fe9bb1..a669a5a14 100644 --- a/uuid_test.go +++ b/uuid_test.go @@ -1,5 +1,5 @@ // Copyright 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package utils_test diff --git a/voyeur/package_test.go b/voyeur/package_test.go index 79460b191..f73791277 100644 --- a/voyeur/package_test.go +++ b/voyeur/package_test.go @@ -1,5 +1,5 @@ // Copyright 2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package voyeur diff --git a/voyeur/value.go b/voyeur/value.go index cbf28265d..2b243735b 100644 --- a/voyeur/value.go +++ b/voyeur/value.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. // Package voyeur implements a concurrency-safe value that can be watched for // changes. diff --git a/voyeur/value_test.go b/voyeur/value_test.go index 474f72899..fb3314ce8 100644 --- a/voyeur/value_test.go +++ b/voyeur/value_test.go @@ -1,5 +1,5 @@ // Copyright 2012, 2013 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package voyeur diff --git a/zip/package_test.go b/zip/package_test.go index b0a902f13..a23b13740 100644 --- a/zip/package_test.go +++ b/zip/package_test.go @@ -1,5 +1,5 @@ // Copyright 2011-2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package zip_test diff --git a/zip/zip.go b/zip/zip.go index 885071683..a6a5947d9 100644 --- a/zip/zip.go +++ b/zip/zip.go @@ -1,5 +1,5 @@ // Copyright 2011-2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package zip diff --git a/zip/zip_test.go b/zip/zip_test.go index ef458d74f..2505ea650 100644 --- a/zip/zip_test.go +++ b/zip/zip_test.go @@ -1,5 +1,5 @@ // Copyright 2011-2014 Canonical Ltd. -// Licensed under the AGPLv3, see LICENCE file for details. +// Licensed under the LGPLv3, see LICENCE file for details. package zip_test