Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Commit 90e8418

Browse files
authored
Merge pull request #113 from myitcv/fix_present_license
Tidy up present license and links
2 parents 4257dda + e2ce188 commit 90e8418

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

examples/sites/present/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22

33
A very very rough first cut of present running as a GopherJS app.
44

5-
Uses a rough copy and paste of much of the `present` command code - license and credits to follow...
5+
Uses largely a copy-paste of much of the [original `present` command](https://godoc.org/golang.org/x/tools/cmd/present).
6+
7+
### Hosted version
8+
9+
A hosted version of this program can be found here:
10+
11+
http://blog.myitcv.io/gopherjs_examples_sites/present/
12+
13+
My [GolangUK 2017 talk
14+
slides](http://blog.myitcv.io/gopherjs_examples_sites/present/?url=https://raw.githubusercontent.com/myitcv/react/master/_talks/2017/golang_uk.slide&hideAddressBar=true)
15+
give a good example of some actual slides loaded within the program.

examples/sites/present/dir.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// Copyright (c) 2018 Paul Jolly <paul@myitcv.org.uk>, all rights reserved.
2+
// Use of this document is governed by a license found in the LICENSE document.
3+
4+
// This package contains a fair amount of copy-paste from
5+
// https://godoc.org/golang.org/x/tools/cmd/present. The copyright notice from
6+
// that repo can be seen below, and is linked
7+
// https://github.com/golang/tools/blob/master/LICENSE
8+
19
// Copyright 2012 The Go Authors. All rights reserved.
210
// Use of this source code is governed by a BSD-style
311
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)