Skip to content

Commit

Permalink
Add Swift Package Manager sources
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jul 19, 2019
0 parents commit e4c3069
Show file tree
Hide file tree
Showing 609 changed files with 207,961 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto
js/package.json text eol=lf
js/package-lock.json text eol=lf
gradlew.bat text eol=crlf
118 changes: 118 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
# Ignore objects and archives.
*.aps
*.[oa]
*.obj
*.dll
*.ilk
*.so
*.so.*
*.sl
*.dylib
*.pyc
*.class
*.exe
*.mdb
*.pdb
*.tds
*.bak
*.ncb
# .sdf is the Visual Studio 2010 equivalent to .ncb
*.sdf
# .VC.db is is the new IntelliSense database, it replaces the old .sdf
*.VC.db
# Visual Studio Hosting process configuration files
*.vshost.exe.*
*.opt
*.user
*.res
*.exp
.gdb_history
.DS_Store
*#
.#*
*~
*.lib
*.idb
*.suo
*.xap
core.*
tmp_*.xml
obj
*.RES
ClientBin
vcproj
.metadata
# VIM swap file
*.swp
.keychain

# Eclipse
.externalToolBuilders

# macOS Keychain
*.keychain
.fl????????
passwords

# Makefile Build System
build
generated
.depend

# MSBuild Build System
Cpp11-Debug/
Cpp11-Release/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio
*.opendb

# Visual Studio 2015 cache/options directory
.vs/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# IceBuilder dependency files
SliceCompile.d

xcuserdata
xcshareddata
/sdk

# SliceCompile build log
SliceCompile.command.*.log
# Nuget packages
**/msbuild/packages/*
**/msbuild/zeroc.ice.*
*.nupkg

**/netstandard2.0/netstandard2.0/*

AppPackages
BundleArtifacts
csharp/AppX
*.deps.json
*.runtimeconfig.dev.json
*.runtimeconfig.json
cpp/AppX
cpp/test/Slice/errorDetection/tmp

# iOS builds

**/objs-*/
**/build-*/
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<[email protected]> <[email protected]>
Benoit Foucher <[email protected]> bentoi
48 changes: 48 additions & 0 deletions ICE_LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Copyright (c) ZeroC, Inc. All rights reserved.

This copy of Ice is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

Ice is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License version
2 along with this program; if not, see http://www.gnu.org/licenses.

Linking Ice statically or dynamically with other software (such as a
library, module or application) is making a combined work based on Ice.
Thus, the terms and conditions of the GNU General Public License version
2 cover this combined work.

If such software can only be used together with Ice, then not only the
combined work but the software itself is a work derived from Ice and as
such shall be licensed under the terms of the GNU General Public License
version 2. This includes the situation where Ice is only being used
through an abstraction layer.

As a special exception to the above, ZeroC grants to the copyright
holders and contributors of the Mumble project (http://www.mumble.info)
the permission to license the Ice-based software they contribute to
Mumble under the terms of the BSD license. This exception does not extend
to the parts of Ice used by Mumble, or to any other derived work: as a
whole, any work based on Ice shall be licensed under the terms and
conditions of the GNU General Public License version 2.

You may also combine Ice with any software not derived from Ice, provided
the license of such software is compatible with the GNU General Public
License version 2. In addition, as a special exception, ZeroC grants you
permission to combine Ice with:

- the OpenSSL library, or with a modified version of the OpenSSL library
that uses the same license as OpenSSL

- any library not derived from Ice and licensed under the terms of
the Apache License, version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html)

If you modify this copy of Ice, you may extend any of the exceptions
provided above to your version of Ice, but you are not obligated to
do so.
Loading

0 comments on commit e4c3069

Please sign in to comment.