Skip to content

Commit e5215f0

Browse files
authored
Merge pull request #1 from adobe-apiplatform/v1
release v1.0.0 and v1.0.1
2 parents 7102f6e + 907a8b6 commit e5215f0

File tree

12 files changed

+1167
-2
lines changed

12 files changed

+1167
-2
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# platform artifacts
2+
.*
3+
4+
# build and scratch areas
5+
local/
6+
dist/
7+
build/
8+
*.egg-info/
9+
.eggs/
10+
11+
# build artifacts
12+
*.pyc
13+
*.tar.gz
14+
*.zip

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 adobe-apiplatform
3+
Copyright (c) 2016 Adobe Systems Incorporated. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)