diff --git a/ChangeLog b/ChangeLog index 44159f1..83f6af5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-02-20 Natalia Portillo + + * SvnInfo.txt: + * plist-cil.sln: + Added file to keep track of mainstream Subversion + repository. + 2015-02-19 Natalia Portillo * plist-cil.sln: diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2548751 --- /dev/null +++ b/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. diff --git a/SvnInfo.txt b/SvnInfo.txt new file mode 100644 index 0000000..9ce7e8e --- /dev/null +++ b/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) + diff --git a/plist-cil.sln b/plist-cil.sln index c0c5b0b..9fb095d 100644 --- a/plist-cil.sln +++ b/plist-cil.sln @@ -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 @@ -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 diff --git a/plist-cil.test/ChangeLog b/plist-cil.test/ChangeLog index cb0e53b..1b3df4f 100644 --- a/plist-cil.test/ChangeLog +++ b/plist-cil.test/ChangeLog @@ -1,3 +1,8 @@ +2015-02-20 Natalia Portillo + + * plist-cil.test.csproj: + + 2015-02-19 Natalia Portillo * IssueTest.cs: diff --git a/plist-cil.test/plist-cil.test.csproj b/plist-cil.test/plist-cil.test.csproj index 7212276..1a88484 100644 --- a/plist-cil.test/plist-cil.test.csproj +++ b/plist-cil.test/plist-cil.test.csproj @@ -8,6 +8,7 @@ plistcil.test plist-cil.test v4.5 + 1.13 true diff --git a/plist-cil/ChangeLog b/plist-cil/ChangeLog index 8e2a24c..5f7f72e 100644 --- a/plist-cil/ChangeLog +++ b/plist-cil/ChangeLog @@ -1,3 +1,8 @@ +2015-02-20 Natalia Portillo + + * plist-cil.csproj: + Added MIT License file. + 2015-02-20 Natalia Portillo * ASCIIPropertyListParser.cs: diff --git a/plist-cil/plist-cil.csproj b/plist-cil/plist-cil.csproj index 64c896c..736cb53 100644 --- a/plist-cil/plist-cil.csproj +++ b/plist-cil/plist-cil.csproj @@ -112,4 +112,11 @@ + + + LICENSE + PreserveNewest + False + + \ No newline at end of file