Skip to content

Commit

Permalink
Relicensing Visdom
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUrb committed Nov 11, 2020
1 parent 0de8660 commit cb74886
Show file tree
Hide file tree
Showing 23 changed files with 230 additions and 420 deletions.
7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This is the list of Visdom's significant contributors.
#
# This does not necessarily list everyone who has contributed code,
# especially since many employees of one corporation may be contributing.
# To see the full list of contributors, see the revision history in
# source control.
Facebook, Inc.
601 changes: 202 additions & 399 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/demo-properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2017-present, Facebook, Inc.
# Copyright 2017-present, The Visdom Authors
# All rights reserved.
#
# This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion example/demo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2017-present, Facebook, Inc.
# Copyright 2017-present, The Visdom Authors
# All rights reserved.
#
# This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion example/mnist-embeddings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2017-present, Facebook, Inc.
# Copyright 2017-present, The Visdom Authors
# All rights reserved.
#
# This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/EmbeddingsPane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/EventSystem.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/ImagePane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/Pane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/PlotPane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/PropertiesPane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/TextPane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/Width.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion py/visdom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2017-present, Facebook, Inc.
# Copyright 2017-present, The Visdom Authors
# All rights reserved.
#
# This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion py/visdom/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-present, Facebook, Inc.
# Copyright 2017-present, The Visdom Authors
# All rights reserved.
#
# This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion py/visdom/server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2017-present, Facebook, Inc.
# Copyright 2017-present, The Visdom Authors
# All rights reserved.
#
# This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion py/visdom/static/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright 2017-present, Facebook, Inc.
Copyright 2017-present, The Visdom Authors
All rights reserved.
This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion py/visdom/static/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py/visdom/static/login.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright 2017-present, Facebook, Inc.
Copyright 2017-present, The Visdom Authors
All rights reserved.
This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2017-present, Facebook, Inc.
# Copyright 2017-present, The Visdom Authors
# All rights reserved.
#
# This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion th/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Copyright 2017-present, Facebook, Inc.
Copyright 2017-present, The Visdom Authors
All rights reserved.
This source code is licensed under the license found in the
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-present, Facebook, Inc.
* Copyright 2017-present, The Visdom Authors
* All rights reserved.
*
* This source code is licensed under the license found in the
Expand Down

0 comments on commit cb74886

Please sign in to comment.