Skip to content

Commit

Permalink
* LICENSE:
Browse files Browse the repository at this point in the history
	* plist-cil/plist-cil.csproj:
	  Added MIT License file.

	* SvnInfo.txt:
	* plist-cil.sln:
	  Added file to keep track of mainstream Subversion
	  repository.

	* plist-cil.test/plist-cil.test.csproj:
  • Loading branch information
claunia committed Feb 20, 2015
1 parent 3836b35 commit 79ed8b3
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
2015-02-20 Natalia Portillo <claunia@claunia.com>

* SvnInfo.txt:
* plist-cil.sln:
Added file to keep track of mainstream Subversion
repository.

2015-02-19 Natalia Portillo <claunia@claunia.com>

* plist-cil.sln:
Expand Down
22 changes: 22 additions & 0 deletions LICENSE
@@ -0,0 +1,22 @@
Copyright (c) 2015 Natalia Portillo

Based on dd-plist,
Copyright (c) 2014 Daniel Dreibrodt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
12 changes: 12 additions & 0 deletions SvnInfo.txt
@@ -0,0 +1,12 @@
Path: .
Working Copy Root Path: /Development/plist
URL: http://plist.googlecode.com/svn/trunk
Repository Root: http://plist.googlecode.com/svn
Repository UUID: 08b5d097-3e27-63a3-4c6f-efc316e1e7e5
Revision: 113
Node Kind: directory
Schedule: normal
Last Changed Author: daniel.dreibrodt@gmail.com
Last Changed Rev: 113
Last Changed Date: 2014-11-17 16:31:28 +0000 (lun, 17 nov 2014)

7 changes: 7 additions & 0 deletions plist-cil.sln
Expand Up @@ -5,6 +5,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "plist-cil", "plist-cil\plis
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "plist-cil.test", "plist-cil.test\plist-cil.test.csproj", "{36AD4394-6A31-465F-BE8E-E4806A89CC38}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25B9F55C-9830-4526-9539-949838B09EAC}"
ProjectSection(SolutionItems) = preProject
SvnInfo.txt = SvnInfo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -20,6 +25,8 @@ Global
{5EA40CD5-CB98-4FD5-8628-3B399EACB38B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EA40CD5-CB98-4FD5-8628-3B399EACB38B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
Expand Down
5 changes: 5 additions & 0 deletions plist-cil.test/ChangeLog
@@ -1,3 +1,8 @@
2015-02-20 Natalia Portillo <claunia@claunia.com>

* plist-cil.test.csproj:


2015-02-19 Natalia Portillo <claunia@claunia.com>

* IssueTest.cs:
Expand Down
1 change: 1 addition & 0 deletions plist-cil.test/plist-cil.test.csproj
Expand Up @@ -8,6 +8,7 @@
<RootNamespace>plistcil.test</RootNamespace>
<AssemblyName>plist-cil.test</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.13</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
5 changes: 5 additions & 0 deletions plist-cil/ChangeLog
@@ -1,3 +1,8 @@
2015-02-20 Natalia Portillo <claunia@claunia.com>

* plist-cil.csproj:
Added MIT License file.

2015-02-20 Natalia Portillo <claunia@claunia.com>

* ASCIIPropertyListParser.cs:
Expand Down
7 changes: 7 additions & 0 deletions plist-cil/plist-cil.csproj
Expand Up @@ -112,4 +112,11 @@
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<None Include="..\LICENSE">
<Link>LICENSE</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
</None>
</ItemGroup>
</Project>

0 comments on commit 79ed8b3

Please sign in to comment.