Skip to content

Commit

Permalink
problems with line ending? (git)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed Oct 2, 2013
1 parent 3b38042 commit b25b6c1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CopasiCS/Java/Server/ServerSocketReader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright (C) 2010 - 2013 by Pedro Mendes, Virginia Tech Intellectual
// Properties, Inc., University of Heidelberg, and The University
// of Manchester.
// All rights reserved.

// Copyright (C) 2008 - 2009 by Pedro Mendes, Virginia Tech Intellectual
// Properties, Inc., EML Research, gGmbH, University of Heidelberg,
// and The University of Manchester.
// All rights reserved.

// Copyright (C) 2001 - 2007 by Pedro Mendes, Virginia Tech Intellectual
// Properties, Inc. and EML Research, gGmbH.
// All rights reserved.

package Server;

/*
Expand Down Expand Up @@ -85,4 +99,4 @@ private void showMessage(String msg)
System.err.println("ServerSocketReader: " + msg);
}
}


16 changes: 15 additions & 1 deletion TestSuite/distribution/Genetic-2000Elo.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2010 - 2013 by Pedro Mendes, Virginia Tech Intellectual -->
<!-- Properties, Inc., University of Heidelberg, and The University -->
<!-- of Manchester. -->
<!-- All rights reserved. -->

<!-- Copyright (C) 2008 - 2009 by Pedro Mendes, Virginia Tech Intellectual -->
<!-- Properties, Inc., EML Research, gGmbH, University of Heidelberg, -->
<!-- and The University of Manchester. -->
<!-- All rights reserved. -->

<!-- Copyright (C) 2004 - 2007 by Pedro Mendes, Virginia Tech Intellectual -->
<!-- Properties, Inc. and EML Research, gGmbH. -->
<!-- All rights reserved. -->

<sbml xmlns="http://www.sbml.org/sbml/level1" level="1" version="1">
<model name="repressilator">
<notes>
Expand Down Expand Up @@ -386,4 +400,4 @@
</reaction>
</listOfReactions>
</model>
</sbml>
</sbml>

0 comments on commit b25b6c1

Please sign in to comment.