Browse Source

Use // for the license headers

pull/8/head
Daniel Martí 11 years ago
parent
commit
4b79060d7d
  1. 4
      adb/adb.go
  2. 4
      cmd/fdroidcl/devices.go
  3. 4
      cmd/fdroidcl/install.go
  4. 4
      cmd/fdroidcl/main.go
  5. 4
      cmd/fdroidcl/search.go
  6. 4
      cmd/fdroidcl/show.go
  7. 4
      cmd/fdroidcl/uninstall.go
  8. 4
      cmd/fdroidcl/update.go
  9. 4
      index.go
  10. 4
      index_test.go
  11. 4
      jar.go

4
adb/adb.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package adb

4
cmd/fdroidcl/devices.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package main

4
cmd/fdroidcl/install.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package main

4
cmd/fdroidcl/main.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package main

4
cmd/fdroidcl/search.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package main

4
cmd/fdroidcl/show.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package main

4
cmd/fdroidcl/uninstall.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package main

4
cmd/fdroidcl/update.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package main

4
index.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package fdroidcl

4
index_test.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package fdroidcl

4
jar.go

@ -1,5 +1,5 @@
/* Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc> */
/* See LICENSE for licensing information */
// Copyright (c) 2015, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information
package fdroidcl

Loading…
Cancel
Save