From 4b79060d7d8b1f42a984231a0036ca41fdb8ba5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 12 Jul 2015 20:37:43 -0700 Subject: [PATCH] Use // for the license headers --- adb/adb.go | 4 ++-- cmd/fdroidcl/devices.go | 4 ++-- cmd/fdroidcl/install.go | 4 ++-- cmd/fdroidcl/main.go | 4 ++-- cmd/fdroidcl/search.go | 4 ++-- cmd/fdroidcl/show.go | 4 ++-- cmd/fdroidcl/uninstall.go | 4 ++-- cmd/fdroidcl/update.go | 4 ++-- index.go | 4 ++-- index_test.go | 4 ++-- jar.go | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/adb/adb.go b/adb/adb.go index 8c6d659..21b5b54 100644 --- a/adb/adb.go +++ b/adb/adb.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package adb diff --git a/cmd/fdroidcl/devices.go b/cmd/fdroidcl/devices.go index 415033d..d599576 100644 --- a/cmd/fdroidcl/devices.go +++ b/cmd/fdroidcl/devices.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package main diff --git a/cmd/fdroidcl/install.go b/cmd/fdroidcl/install.go index d02b424..f266f25 100644 --- a/cmd/fdroidcl/install.go +++ b/cmd/fdroidcl/install.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package main diff --git a/cmd/fdroidcl/main.go b/cmd/fdroidcl/main.go index 4fc2508..6badc40 100644 --- a/cmd/fdroidcl/main.go +++ b/cmd/fdroidcl/main.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package main diff --git a/cmd/fdroidcl/search.go b/cmd/fdroidcl/search.go index 1f48067..aa87e3b 100644 --- a/cmd/fdroidcl/search.go +++ b/cmd/fdroidcl/search.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package main diff --git a/cmd/fdroidcl/show.go b/cmd/fdroidcl/show.go index 5212bab..f0fbe39 100644 --- a/cmd/fdroidcl/show.go +++ b/cmd/fdroidcl/show.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package main diff --git a/cmd/fdroidcl/uninstall.go b/cmd/fdroidcl/uninstall.go index 8e744fd..c69a650 100644 --- a/cmd/fdroidcl/uninstall.go +++ b/cmd/fdroidcl/uninstall.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package main diff --git a/cmd/fdroidcl/update.go b/cmd/fdroidcl/update.go index ce42b65..9ff5394 100644 --- a/cmd/fdroidcl/update.go +++ b/cmd/fdroidcl/update.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package main diff --git a/index.go b/index.go index 07945f1..3b4ed37 100644 --- a/index.go +++ b/index.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package fdroidcl diff --git a/index_test.go b/index_test.go index 38103e0..5b7b1c6 100644 --- a/index_test.go +++ b/index_test.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package fdroidcl diff --git a/jar.go b/jar.go index af2127b..b0653b7 100644 --- a/jar.go +++ b/jar.go @@ -1,5 +1,5 @@ -/* Copyright (c) 2015, Daniel Martí */ -/* See LICENSE for licensing information */ +// Copyright (c) 2015, Daniel Martí +// See LICENSE for licensing information package fdroidcl