Skip to content

Commit

Permalink
apply dos2unix to all source files in the tree
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei committed Dec 1, 2021
1 parent 8372578 commit c33727f
Show file tree
Hide file tree
Showing 1,304 changed files with 1,302,351 additions and 1,302,351 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
*.class
*/bin*
*/target*
*/.settings*
.DS_Store
workspace
build.xml
javaCompiler...args
Thumbs.db
*.class
*/bin*
*/target*
*/.settings*
.DS_Store
workspace
build.xml
javaCompiler...args
Thumbs.db
.metals
34 changes: 17 additions & 17 deletions .project
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>crypto</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>crypto</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
68 changes: 34 additions & 34 deletions com.thoughtworks.xstream/.project
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.thoughtworks.xstream</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.thoughtworks.xstream</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
56 changes: 28 additions & 28 deletions com.thoughtworks.xstream/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
(BSD Style License)
Copyright (c) 2003-2006, Joe Walnes
Copyright (c) 2006-2007, XStream Committers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer. Redistributions in binary form must reproduce
the above copyright notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.
Neither the name of XStream nor the names of its contributors may be used to endorse
or promote products derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
(BSD Style License)

Copyright (c) 2003-2006, Joe Walnes
Copyright (c) 2006-2007, XStream Committers
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer. Redistributions in binary form must reproduce
the above copyright notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.

Neither the name of XStream nor the names of its contributors may be used to endorse
or promote products derived from this software without specific prior written
permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
4 changes: 2 additions & 2 deletions com.thoughtworks.xstream/OSGI-INF/l10n/bundle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Properties file for com.thoughtworks.xstream
Bundle-Vendor = codehaus.org
#Properties file for com.thoughtworks.xstream
Bundle-Vendor = codehaus.org
Bundle-Name = XStream Plug-in
4 changes: 2 additions & 2 deletions com.thoughtworks.xstream/OSGI-INF/l10n/bundle_de.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Properties file for com.thoughtworks.xstream
Bundle-Vendor = codehaus.org
#Properties file for com.thoughtworks.xstream
Bundle-Vendor = codehaus.org
Bundle-Name = XStream Plug-in
10 changes: 5 additions & 5 deletions com.thoughtworks.xstream/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output.. = .
bin.includes = META-INF/,\
LICENSE.txt,\
com/,\
OSGI-INF/
output.. = .
bin.includes = META-INF/,\
LICENSE.txt,\
com/,\
OSGI-INF/
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Properties file for org.jcryptool.analysis.entropy
view.name = Entropy Analysis
analysis.name = Entropy Analysis
Bundle-Vendor = jcryptool.org, by Matthias Mensch
#Properties file for org.jcryptool.analysis.entropy
view.name = Entropy Analysis
analysis.name = Entropy Analysis
Bundle-Vendor = jcryptool.org, by Matthias Mensch
Bundle-Name = Entropy Plug-in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Properties file for org.jcryptool.analysis.entropy
view.name = Entropie-Analyse
analysis.name = Entropie-Analyse
Bundle-Vendor = jcryptool.org, von Matthias Mensch
#Properties file for org.jcryptool.analysis.entropy
view.name = Entropie-Analyse
analysis.name = Entropie-Analyse
Bundle-Vendor = jcryptool.org, von Matthias Mensch
Bundle-Name = Entropy Plug-in
16 changes: 8 additions & 8 deletions org.jcryptool.analysis.entropy/nl/de/contexts.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<contexts>
<context id="view" title="Entropie-Analyse">
<description>Die Entropieberechnung liefert Erkenntnisse über den Informationsgehalt von Zeichenfolgen auf syntaktischer Ebene. Hier lässt sich die absolute und bedingte Entropie nach Claude E. Shannon berechnen und die damit einhergehende Redundanz der Kodierung bestimmen. Als Eingabe für die Berechnung dient das ausgewählte Textfenster. Bei der Berechnung werden statistische Abhängigkeiten zwischen den Zeichen bis zu einer einstellbaren Länge n berücksichtigt.</description>
<topic href="$nl$/help/content/entropy_userguide.html" label="Entropie-Analyse" />
</context>

</contexts>
<?xml version="1.0" encoding="UTF-8"?>
<contexts>
<context id="view" title="Entropie-Analyse">
<description>Die Entropieberechnung liefert Erkenntnisse über den Informationsgehalt von Zeichenfolgen auf syntaktischer Ebene. Hier lässt sich die absolute und bedingte Entropie nach Claude E. Shannon berechnen und die damit einhergehende Redundanz der Kodierung bestimmen. Als Eingabe für die Berechnung dient das ausgewählte Textfenster. Bei der Berechnung werden statistische Abhängigkeiten zwischen den Zeichen bis zu einer einstellbaren Länge n berücksichtigt.</description>
<topic href="$nl$/help/content/entropy_userguide.html" label="Entropie-Analyse" />
</context>

</contexts>
Loading

0 comments on commit c33727f

Please sign in to comment.