Skip to content

Commit

Permalink
add and update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fbie committed Mar 24, 2017
1 parent f15ce88 commit 7f15880
Show file tree
Hide file tree
Showing 24 changed files with 170 additions and 23 deletions.
23 changes: 22 additions & 1 deletion QuadRope.Examples/Factorize.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
module QuadRopes.Examples.Factorize
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// 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.

module QuadRopes.Examples.Factorize

open QuadRopes
open Types
Expand Down
23 changes: 22 additions & 1 deletion QuadRope.Examples/Fibonacci.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
module QuadRopes.Examples.Fibonacci
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// 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.

module QuadRopes.Examples.Fibonacci

open QuadRopes

Expand Down
23 changes: 22 additions & 1 deletion QuadRope.Examples/MatMult.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
module QuadRopes.Examples.MatMult
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// 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.

module QuadRopes.Examples.MatMult

open QuadRopes

Expand Down
23 changes: 22 additions & 1 deletion QuadRope.Examples/Sieve.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
module QuadRopes.Examples.Sieve
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// 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.

module QuadRopes.Examples.Sieve

open QuadRopes

Expand Down
21 changes: 21 additions & 0 deletions QuadRope.Examples/SmithWaterman.fs
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// 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.

module QuadRopes.Examples.SmithWaterman

open QuadRopes
Expand Down
23 changes: 22 additions & 1 deletion QuadRope.Examples/VanDerCorput.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
module QuadRopes.Examples.VanDerCorput
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// 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.

module QuadRopes.Examples.VanDerCorput

open QuadRopes

Expand Down
23 changes: 22 additions & 1 deletion QuadRope.Object/QuadRope.Object.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
namespace QuadRopes.QuadRope.Object
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// 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.

namespace QuadRopes.QuadRope.Object

open System

Expand Down
2 changes: 1 addition & 1 deletion QuadRope.Test/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("QuadRope.Test")>]
[<assembly: AssemblyCopyright("Copyright © 2016")>]
[<assembly: AssemblyCopyright("Copyright © 2017")>]
[<assembly: AssemblyTrademark("")>]
[<assembly: AssemblyCulture("")>]

Expand Down
2 changes: 1 addition & 1 deletion QuadRope.Test/Gen.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope.Test/Interesting.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope.Test/QuadRope.Parallel.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope.Test/QuadRope.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope.Test/Test.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope.Test/Utils.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/Array2D.Parallel.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/Array2D.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/ArraySlice.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("QuadRope")>]
[<assembly: AssemblyCopyright("Copyright © 2016")>]
[<assembly: AssemblyCopyright("Copyright © 2017")>]
[<assembly: AssemblyTrademark("")>]
[<assembly: AssemblyCulture("")>]

Expand Down
2 changes: 1 addition & 1 deletion QuadRope/Examples.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/QuadRope.Parallel.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/QuadRope.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/Target.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/Types.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion QuadRope/Utils.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016 Florian Biermann, fbie@itu.dk
// Copyright (c) 2017 Florian Biermann, fbie@itu.dk

// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 7f15880

Please sign in to comment.